- Nikhil Bhaskar
- June 28, 2021
How to Install and update packages in terminal and GUI.
In Linux,we can install & update packages using two method:CLI mode & GUI.
In CLI (terminal mode),we can use command to install & update the packages.In GUI,we can see graphics pictures to install & update the packages.
Install & update the packages using CLI
Update the system.
apt-get update
To see available updates.
apt list --upgradable
Upgrade the System.
apt-get upgrade
Install packages.
apt-get install package-name
Install & Update the packages using GUI
Install the package
- Click on Ubuntu Software.
- Search the package.
- Click on package name.
- Click on Install option.
- Provide sudo password.
- Click on authenticate.
- After sometime package is installed.
Update the packages.
- Click on Software Update.
- Check the available updates.
- If Updates software is available.
- Click on Install Now.
- Provide sudo password.
- Installing the packages.
- Restart the system.
- Click on Restart now.