How to Install apt-show-versions package on Ubuntu?
Last Updated :
20 Jun, 2024
If you are using any Linux Distributions like Ubuntu OS, you should know the process to Manage & Verify Installed Packages there. And for that purpose, the Apt-Show-Versions Package on Ubuntu will be the best.
With the Ubuntu Apt-Show-Versions Package, you can list down the Ubuntu Packages present in the device. In this article, we will discuss the methods to Install the Apt-Show-Versions Tool on the Ubuntu Operating System.
What is the Apt-Show-Versions Package?
Apt-Show-Versions searches the DPKG Status File, and the APT lists for Installed and Available Package Versions. All distributions and displays upgrade choices within the selected package’s particular distribution. If you have a Mixed Stable/Testing Setup and want to List All Packages that are from testing and can be upgraded in testing, this is a great tool.
Apt-Show-Versions cache the Status of Installed and Accessible Packages. When you run Apt-Show-Versions as Root, the Cache is updated as needed. When run as Non-Root, it utilizes the most recent accessible information but is unable to update the cache. When Invoked as Root with the option -i, the cache is merely initialized or updated.
How To Install Apt-Show-Versions Package on Ubuntu?
To Download Apt-Show-Versions Package Tool on Ubuntu, the following methods should be used. Let us start with the very simple method where the Sudo Command on Linux will be used.
Method 1: Install the Apt-Show-Versions Package on Ubuntu using the Apt-Get Command
Step 1: First, run the command below to update the Apt-Get database.
Command: sudo apt-get update
Step 2: After updating the apt database, we can run the following command to Install Apt-Show-Versions using Apt-Get.
Command: sudo apt-get -y install apt-show-versions
Method 2: Install the Apt-Show-Versions Package on Ubuntu using the Apt Command
Step 1: First, run the command below to update the Apt database.
Command: sudo apt update
Step 2: Once the apt database has been upgraded, we can use apt to Install Apt-Show-Versions by running the command:
Command: sudo apt -y install apt-show-versions
Method 3: Install the Apt-Show-Versions Package on Ubuntu using the Aptitude Command
Step 1: Update the apt database with the following command using Aptitude.
Command: sudo aptitude update
Step 2: We may use aptitude to install apt-show-versions after updating the aptitute database by running the following command.
Command: sudo aptitude -y install apt-show-versions
How to Use Apt-Show-Versions Package on Ubuntu?
Example 1: If you wish to discover whether all of your Installed Packages are up to date or upgradeable, use,
Command: apt-show-versions
Example 2: If you want a list of all Upgradeable Packages, go here,
Command: apt-show-versions -u
Example 3: To obtain a list of all Available Libc6 Versions.
Command: apt-show-versions -a -p libc6
Conclusion
In the end, we can say that the Installation of Apt-Show-Versions Package on Ubuntu is not a complex task as you will get three different methods to Get Apt-Show-Versions Package. With each of the methods, certain Linux Commands are associated. So, you have to execute the Commands on Ubuntu Terminal carefully
Similar Reads
How to Install ShowFOTO package on Ubuntu?
Photo editing software called Showfoto provides effective features. This program's standalone image editor from the digiKam project allows you to see your photographs and modify them! Similar technologies share a number of aspects, including their adaptability with tools for importing and exporting
2 min read
How to Install apt-file package on Ubuntu?
Apt-file is a software program that indexes the contents of packages in your accessible repositories and allows you to search for a certain file among all available packages. Apt-file is a command-line utility for searching files in APT packages. You may search for which package a file is in or show
2 min read
How to Install alpine package on Ubuntu?
Alpine is a messaging tool that focuses on screens. Alpine includes a wide range of configurable "power-user" and personal-preference capabilities, but its default configuration purposely restricts the functionality it delivers to the beginner user. A variation of Alpine called alpine substitutes to
4 min read
How to Install Zeal package on Ubuntu?
Zeal is a software development tool that will give us with an offline documentation browser. Dash, a commercial program built specifically for Mac OS, inspired Zeal. Zeal provides documentation sets (documents) for a wide range of programming languages and applications. You may read them all online
2 min read
How To Install apt-mirror package on Ubuntu?
This is a tiny utility that allows you to mirror any (or all) of the Debian and Ubuntu GNU/Linux distributions, as well as any other apt sources generally offered by open source developers. This tutorial will walk you through the process of setting up repository mirrors for Ubuntu 20.04 and Ubuntu 1
2 min read
How To Install apt-offline package on Ubuntu?
Apt-offline adds offline package management features to Debian-based systems. It may be used to download packages and dependencies that will be installed later (or necessary to update) in a disconnected system. Packages can be downloaded from another connected PC. It may also get bug reports for the
3 min read
How to Install Pixeluvo package on Ubuntu?
Pixeluvo is a gorgeous picture and photo editor for Linux and Windows that supports Hi-DPI displays, new camera RAW formats, and other capabilities. A commercial license is required to utilize it, and a license for Pixeluvo full version costs $34 and includes all future upgrades for that major versi
1 min read
How to Install apt-transport-https package on Ubuntu?
Apt-transport-https is a fake transitory package; in 1.5, https support was relocated into the apt package. It is safe to remove. This is a fake transitory package; in 1.5, https support was relocated into the apt package. It is safe to remove. This is a fake transitory package; in 1.5, https suppor
3 min read
How to Install Python-pmw package on Ubuntu?
Pmw is a toolkit for building high-level compound widgets, or mega widgets, constructed using other widgets as component parts. It promotes a consistent look and feel within and between graphical applications, is highly configurable to your needs, and is easy to use. In this article, we will be look
2 min read
How to Install 9Menu package on Ubuntu?
9Menu produces a window that is made up entirely of a menu. The associated command is carried out when a certain item is selected. With the help of this straightforward software, you may make X menus from the shell, each of which will execute a command. Although 9menu is designed to work with 9wm, i
2 min read