I downgraded my Ubuntu from 17.10 to 16.04 LTS version. After some hiccups, I have a working system. However, I have large number of packages that are newer than the repository version. Is there any way to bulk downgrade them to the repo version? I have tried adding repo preference:
PHP Code:
swadnerkar@swadnerkar:~ $ cat /etc/apt/preferences.d/priority-ubuntu
Package: *
Pin: release o=Ubuntu,a=xenial,n=xenial
Pin-Priority: 990
Package: *
Pin: release o=Ubuntu,a=xenial-updates,n=xenial
Pin-Priority: 990
Package: *
Pin: release o=Ubuntu,a=xenial-security,n=xenial
Pin-Priority: 990
Package: *
Pin: release o=Ubuntu,a=xenial-backports,n=xenial
Pin-Priority: 900
Still
PHP Code:
sudo apt-show-versions | fgrep newer
shows a large number of packages which are newer.
I have wasted quite a lot of time trying to downgrade each individual package using synaptic - force version method, and I am longing for something that offers bulk downgrade