How Do You Install software from the Linux Command Line?
VAL shows you how to install software from the Linux terminal
🔥 GROW YOUR CAREER WITH LINUX ➡️ https://shareasale.com/r.cfm?b=734319&u=3115204&m=59485&urllink=&afftrack=
(Learn and get certified by the experts at the Linux Foundation with this affiliate link)
Using the apt package manager you can easily install software. Installing apps using apt is as easy as:
$ sudo apt install app_name
Uninstalling software via apt is also super easy:
$ sudo apt remove app_name
To upgrade your installed apps, you'll first need to update the app repository:
$ sudo apt update
Once finished, you can update any apps that need updating with the following:
$ sudo apt upgrade
Support the Channel https://donorbox.org/virtual-assistant-for-linux
VAL utilises the following open source software.
GIMP for thumbnail.
Openshot for video editing.
Mimic for speech.
Kazam for screen recording.
Terminology for terminal emulator.
Featherpad for text editor.
Midnight Commander for managing files.
MX Linux operating system.