






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
CIT 315 Installing Software Packages
Typology: Lecture notes
1 / 12
This page cannot be seen from the preview
Don't miss anything!
Command Description dpkg - s x Searches for package x and display status (name, version, description, dependencies) dpkg - l x Searches for package x and display status (name, version, description) dpkg - i x Installs a package x dpkg - r x Removes a package x dpkg - p x Removes package x with configuration (purge)
Command Description apt search x Searches for package x apt install x Installs a package x apt remove x Removes a package x apt purge x Removes package x with configuration apt show x Shows package x details apt update Refreshes repository index apt upgrade Upgrades all upgradable packages