User Tools

Site Tools


remove_package

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
remove_package [2015/06/03 22:13] – created pavrooremove_package [2019/12/06 23:23] 8bit
Line 1: Line 1:
 ===== Remove packages ===== ===== Remove packages =====
  
-Removing installed packages can be done via one of the two tools: **apt-get** or **dpkg** . Every command has be run with root privileges su or sudo+Removing installed packages can be done via one of the two tools: **apt-get** or **dpkg**.
  
-1. To remove an already installed package (packages), run:+Every command has to be run with super user privileges **sudo**. 
  
-   apt-get remove package1 package2+**1**. To remove an already installed package (packages), run:
  
-2. To remove a package with its configuration:+   sudo apt-get remove package1 package2
  
-   apt-get purge package1+**2**. To remove a package with its configuration:
  
-3. To remove not needed dependencies, after removing a package:+   sudo apt-get purge package1
  
-   apt-get autoremove+**3**. To remove not needed dependencies, after removing a package:
  
-4. A package can be removed from the system via **dpkg** tool as well:+   sudo apt-get autoremove
  
-   dpkg -r package1.deb+**4**. A package can be removed from the system via **dpkg** tool as well: 
 + 
 +   sudo dpkg -r package1.deb
  
 ---- ----
  
-<WRAP center box 39%>+<WRAP center box 56%>
 [[install_package|<--- Install new packages]]|[[fix_package|Fix broken packages --->]] [[install_package|<--- Install new packages]]|[[fix_package|Fix broken packages --->]]
 </WRAP> </WRAP>
remove_package.txt · Last modified: 2021/05/04 15:24 by 127.0.0.1