User Tools

Site Tools


install_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
install_package [2015/06/03 21:22] – created pavrooinstall_package [2015/06/03 22:17] pavroo
Line 14: Line 14:
    apt-cache policy package-name    apt-cache policy package-name
  
-3. Install a package (packages):+3. List all packages installed in your system: 
 + 
 +   dpkg -l 
 +or 
 +   dpkg-query -l 
 + 
 +4. Install a package (packages):
  
    apt-get install package1 package2 package3    apt-get install package1 package2 package3
  
-4.If you have downloaded a "deb" package from the network, you can install it using **dpkg** tool:+5.If you have downloaded a "deb" package from the network, you can install it using **dpkg** tool:
  
    cd /patch-to downloaded-dir    cd /patch-to downloaded-dir
Line 27: Line 33:
    apt-get install -f    apt-get install -f
  
-[[upgrade|<--Manual system upgrade]]+---- 
 + 
 +<WRAP center box 38%> 
 +[[upgrade|<--Manual system upgrade]]|[[remove_package|Remove packages --->]] 
 +</WRAP>
install_package.txt · Last modified: 2021/05/04 15:24 by 127.0.0.1