← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76819]: apt-get autoremove error

 

Question #76819 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/76819

    Status: Open => Answered

actionparsnip proposed the following answer:
ok make sure you do not have any package managers open (synaptic etc)
and run:

sudo apt-get clean; sudo apt-get update; sudo apt-get -f install

Notice how ALL the commands have sudo at the beginning. This is because installing and uninstalling packages is an administritive task. If you run the command without sudo, it will be running as at a user level so you will be told you arenot permitted to do this as you are only a user.
You gain elevated priveledges to perform administritive tasks by useing sudo (for command line commands) and gksudo (for running graphical apps), if you put sudo or gksudo at the start of a command and are a membe of the admin group, you can authenticate yourself and you will be allowed to do whatever you like.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.