View Single Post

  #1 (permalink)  
Old 10-18-2007, 04:02 PM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power: 4
raj is on a distinguished road
Default how to install deb packages

Tto use a *.deb package you need to install .deb file using dpkg -i command. For example install httpd.deb, open terminal and type the command:
Code:
sudo dpkg -i httpd.deb
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote