I got a MID based on ubuntu os.The version if its software is pretty old.So I decide to upgrade the system.But apt-get upgrade does not work,it appears packages are prevented from upgrade.I can I unlock them

Thanks

link|improve this question
1  
A bit more information could be useful... – RobinJ Feb 22 at 13:03
feedback

1 Answer

up vote 3 down vote accepted

Some packages (like the kernel) can only be upgraded with sudo apt-get dist-upgrade.

For pinned packages, have a look at the /etc/apt/preferences file and the files in the /etc/apt/preferences.d directory. Usually the file and directory is empty unless you've manually set values. Removing a file will then remove the pin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.