Downgrade a bunch of packages
Posted
by
Manuel
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Manuel
Published on 2013-05-30T10:43:39Z
Indexed on
2014/08/21
4:32 UTC
Read the original article
Hit count: 393
apt
|package-management
Maybe you have installed packages from a PPA or an external source (e.g. downloaded a .deb for a package that is available through the Ubuntu repos.).
Then you decide to drop these upgraded versions in favour to the official repositories.
First step is to remove the entries of the sources.list.
Is there a way to downgrade all to the highest available version? I know you can install specific versions with
apt-get install [package]=[version]But can you downgrade all?
© Ask Ubuntu or respective owner