Before you Begin
Note: This is meant to be a building upon the previous posts with minimal repetition, the previous post has relevant information,Your chosen distribution will have a default package depository in which the "apt" (or apt-get) will retrieve packages maintained by the fine folks who maintain your Linux distro. I am using Ubuntu Server 18.04 LTS to create this post, if your experience may vary with different versions and distributions. Also remember to update your package list and upgrade your existing packages: with the "sudo apt update" and "sudo apt upgrade" commands Alsot note: This is meant to be a building upon the previous posts with minimal repetition, the previous post has relevant information,
Finding Packages Names
"apt list <argument>".
The argument can include full names or partial names with a * character at the beginning and/or end of the partial word.
To Install Packages
"sudo apt install <package name>"
To Remove Packages
'apt remove <package name>"
No comments:
Post a Comment