I just want to install older version of some apps. I'm more familiar with older version of some apps, in windows you could install older exe file in Ubuntu idk.
Asked
Active
Viewed 705 times
1 Answers
-1
To check and install an older version of an app you should just run :
To check available version
apt-cache madison <package_name>
And then to install the version you want :
sudo apt-get install <package_name>=<version_number>
No-one
- 360