Run the following command to clean up old files in Linux system: $topgrade--cleanup Update Particular Package with Topgrade With the Topgrade command, users can also update the specific packages instead of all. For this purpose, the “–only” option will be used with the application name: ...
RPM is a powerful software manager which can be used to build, install, query, verify, update, and uninstall individual software packages. An RPM package consists of an archive of files, and package information such as name, version, a description and information about dependencies on other RPM...
Follow this article’s guidelines to learn how to use the apt command to update a specific package in Debian. Update a Single Package With apt-get Command in Debian Updating the package on Debian is simple by running the following command on the terminal: sudoapt upgrade However, the above ...
Usually, when you install a package inCentOSandUbuntu, thepackage management softwareselects the latest package version from the repository, by default. However, sometimes, for one reason or the other, you may want to install a specific package version on your Linux system. In this article, we...
Also, keep in mind that instead of excluding a whole repository, you can also exclude a specific package:10 Yum Exclude Examples to Skip Packages for Linux Yum Update (How to Yum Exclude Kernel Updates) 1. Get Repository List To view all the available repositories on your system, execute yu...
Use subscription-manager's "release" command to set the preferred minor version persistently, for example: NOTE: For Satellite 6, if you would like to lock the RHEL minor version, you need to enable and sync the specific repository. For example, in order to lock the minor version toRHEL ...
1. Open a terminal anduse the update command. The update command will update the list of available packages for your machine. $ sudo apt update (Image credit: Tom's Hardware) 2.Use the install commandto download and install your chosen application. In our example we install VLC, a popular...
In this tutorial, we’ll discuss how to install a specific version of a package using Snap on the Ubuntu 22.04 Linux system. 2. Introduction to Snap Snap is a popular package manager that allows users to install and manageSnaps,i.e., applications and software packages on various Linux distr...
37- The kernel's specific release or build number. generic- Indicates the kernel flavor. Thegenericflavor is a common choice for regular desktop and server systems. Step 1: Update System Packages Usesudo apt updateto update the local package index. The command retrieves information about the la...
OnArch Linux. sudo yay -S snapd OR sudo pacman -S snapd sudo systemctl enable --now snapd.socket Once the installation is complete, reboot your machine for the settings to take effect, or log out and log back in. Installing a Specific Version of a Package ...