HOW TO UPDATE LINUX MINT PACKAGES | Via Terminal

3 years ago
13

💻 UPDATING THE LINUX MINT PACKAGES | Via Terminal
Updating the list of system packages by terminal.
================================================== =
Command information

apt-get update
⤴ ― The above command reads the list of packages from the repositories and updates them, thus obtaining information about the latest versions of the packages and their dependencies and on the PPAs

apt-get upgrade
⤴ ― The above command gets the update information of the packages to be done from the list made by //apt update// and updates them to newer versions, if so the administrator gives the permission.

The instruction //sudo apt update && sudo apt upgrade// performs both processes in sequence, making it faster and easier to update packages.

Share this video:
https://youtu.be/Gkl1vfLvuX4

Loading comments...