TF
Component: cockpit-appstream
Size: a a a
TF
Component: cockpit-appstream
TF
VM
VM
ch
TF
In Terminal – using apt-get
You can install a specific version of a package with apt-get in the Terminal. First, determine the available versions you can install with the following command (use for packagename the name of the program that you want to downgrade):
apt-cache showpkg [packagename]
Next, run the apt-get install command and specify the package version you want to install (use for version the version number previously determined of the program that you want to downgrade):
sudo apt-get install [packagename]=[version]
After it’s installed, run the following command to hold your installed version, preventing the package manager from automatically updating it in the future:
sudo echo "[packagename] hold" | sudo dpkg --set-selections
Source: http://www.howtogeek.com/117929/how-to-downgrade-packages-on-ubuntu/
EB
VM
EB
EB
VM
TF
EB
ch
IR
I
IR
SN
IR
IR