ubuntu:apt:install_a_package
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:apt:install_a_package [2023/06/18 15:06] – created peter | ubuntu:apt:install_a_package [2023/06/18 15:26] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - apt - Install a package ====== | ====== Ubuntu - apt - Install a package ====== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install [package name] | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install zip | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <WRAP tip> | ||
+ | **Tip**: If you want to remove a package and install a different package in one step, try: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt remove htop vim+ | ||
+ | </ | ||
+ | |||
+ | Another way to do the same thing: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install htop- vim | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * It is a time and typing saving feature for the apt/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | </ | ||
ubuntu/apt/install_a_package.1687100813.txt.gz · Last modified: 2023/06/18 15:06 by peter