If you want to check all versions of a given package on Ubuntu, there is an easy way to do it.
You just have to run this command
Continue reading “How to Check All Versions of a Package on Ubuntu”apt-cache policy package-name
Linux & Oracle DBA Blog
If you want to check all versions of a given package on Ubuntu, there is an easy way to do it.
You just have to run this command
Continue reading “How to Check All Versions of a Package on Ubuntu”apt-cache policy package-name
In this article, you can find some of the most used Ubuntu server commands.
If you need help with any of these commands, please post in the comments.
If you are using Ubuntu 14.04 or above, you can use this command
apt list --installed
First, install unzip
apt-get install unzip
Then use this command
Continue reading “Ubuntu Commands FAQ”unzip file.zip -d destination_folder