ubuntu:apt:remove_a_package
Differences
This shows you the differences between two versions of the page.
ubuntu:apt:remove_a_package [2023/06/18 15:17] – created peter | ubuntu:apt:remove_a_package [2023/06/18 15:27] (current) – peter | ||
---|---|---|---|
Line 15: | Line 15: | ||
</ | </ | ||
+ | ---- | ||
+ | <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/remove_a_package.1687101423.txt.gz · Last modified: 2023/06/18 15:17 by peter