If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
13 May 2009
Posted in
Linux tutorials -
Frequently Asked Questions
Question :
I`m a new ubuntu user, I downloaded drivers for my printer, the drivers are in .deb format, how do I install them ?
Answer :
You have to use dpkg manager, it is a tool to install, build, remove and manage packages from shell
To install .deb using dpkg ,
First go to the directory where you downloaded .deb, for exemple/Desktop
cd Desktop
Then install the package using the dbpkg
sudo dpkg -i packagename.deb
Related Articles By Tags:
| < Prev | Next > |
|---|

