Originally posted by 2muchcoffeeman
View Post
dpkg --list | grep 16.04.york1
Should give you a list of what you have installed.
Please paste that if you like.
Then you would need to force downgrade. You can try that via a GUI, but it can get messy.
If I were doing it I would construct an apt line such as:
apt-get install package1=3.6.5-3 package2=3.6.5-3 package3=3.6.5-3
(and so on)
package(1,2,3...) are again placeholders for whatever package names you get that need downgrading. The = a version instructs apt to install that version, which in this case will force a downgrade to that version. Also note there is no spaces around the =
Leave a comment: