Note: The numbers 500 (and 100) are called priority numbers. For additional information you can run man apt_preferences in which it is mentioned that 500 corresponds to installable whereas 100 means installed. Read:Must-do Things After Installing Ubuntu 18.04 Once the package has been installed,...
Ubuntu version14.04and later comes with theaptpackage management system. In these versions, you can use theaptcommand-line utility to list the software packages installed on your system. If you’re unsure which version of Ubuntu you’re running, check out our article to learnhow to check your...
In this tutorial, we shall see how to install software packages under Debian and Ubuntu. In the program, we shall have a look at already-installed packages, search packages, information related to software packages, how to update packages and the software list. List of installed software ...
composer update vendor/package vendor2/package2Copy If you need administrative access to perform certain commands during the installation or update process, make sure to switch to the root user. Learn how to do this by following our guide onhow to switch to the root user in Ubuntu. Conclusion...
In this guide, we will show you three different ways of getting Node.js installed on an Ubuntu server: using apt to install the nodejs package from Ubuntu’s …
Figure 1: Ubuntu download page Scroll down the page and select your preferred package. For this tutorial, we’ll use Ubuntu LTS. Click theUbuntu 22.04.2download button (or the button for the current version) to start the download.
How to Install Wine on Ubuntu 20.04 LTS The procedure on this page installs the latest version of Wine Stable, Wine Development, or Wine Staging. It applies to all Ubuntu flavors and to many distros based on Ubuntu 20.04 LTS. Check installed architectures Verify 64-bit architecture. The follo...
The dpkg package manager handles .deb or Debian files on Ubuntu and other Debian systems. For a system administrator, a common task is to add new packages or remove obsolete ones. In this tutorial, we’ll specifically discuss how to uninstall a .deb package installed with dpkg. Also, we’...
After that, remove any packages that you have installed using the PPA by executing the next line of command: $ sudo apt autoremove --purge <package-name> Once you’re done with the above step, execute the last command to remove the PPA from your Ubuntu system. ...
pip3 install --upgrade package_name: This command is used to update an installed Python package. Just replacepackage_namewith the name of the package. The above commands are the basics, but there are several others you might want to keep in mind. Just as examples,pip3 show package_namewil...