[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cannot unlink



On Sat, Jun 19, 1999 at 12:49:55PM +0200, Reine Johansson wrote:
> When I tried purging the package bc the following thing happened;
> 
> dpkg: error processing bc (--purge):
>  unable to delete control info file `/var/lib/dpkg/info/bc.postinst':
> Operation not permitted
> 
> And then I tried to remove the file manually being root;
> 
> rm: cannot unlink `bc.postinst': Operation not permitted
> 
> Why can't this file be removed?
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 
Try looking at the file with ls -l. You might need to use chmod to
fix the permissions so you can delete the file. (chmod 600 bc.postinst)
-- 
Stephen Pitts
smpitts@midsouth.rr.com
webmaster - http://www.mschess.org


Reply to: