How to install .deb files using dpkg
Most of the Ubuntu users depend apt-get to get and install debian packages. Using apt-get application is the quickest way to find and install debian packages. The installation part is done by an application named dpkg. Dpkg doesn’t have to be used by apt-get, you can use it manually as well.
dpkg is a medium-level package manager for Debian
In keeping with GNU/Linux system security, only the superuser(sudo) can use the dpkg application. Dpkg is a typical GNU/Linux application that is controlled by command-line switches. Possibly the most common use of dpkg is to install a local .deb file.
To install a .deb file, switch to ‘root’ and use the command:
dpkg -i filename.deb
Dpkg can also be used to:
dpkg –unpack: unpacks the file but does not install it
dpkg –configure: presents whatever configuration options are available for the package
dpkg –remove: removes a package
Some of the package manipulation commands are actually carried out by an application called dpkg-deb. In those cases, dpkg just acts as a front end to dpkg-deb and passes the commands to it.
Dpkg-deb can also be used to manipulate .deb files. Some of the more useful commands of dpkg-deb are:
dpkg-deb –show filename.deb
This will display the information for filename.deb. Please refer the dpkg man page for more information.
4 Comments to “How to install .deb files using dpkg”
Post comment
12MP administrator bash bashrc calculator camera cd/dvd cfs error change IP cPanel csf csf iptable csf vps DKIM dkim spam eject eject linux execution time exim fake orkut FTP ftp error hacking history IP iptable error Linux linux disc Notepad Tricks open source orkut phishing password private folder in windows pro-ftp pure-ftp recover password Red Hat reset administrator password samsung secret folder Teiid time of command time out error Windows windows tricks
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
- Fix Toshiba battery issue for Linux
- How to enable DKIM in cPanel server.
- Exim: remove mails in queue from a particular sender.E
- OpenVZ network down SIOCADDRT: Network is unreachable
- How to configure NAT with iptables on a VPS.
- How to disable gzip output on lightspeed server accounts
- Find Linux OS is 32 or 64bit.
- songbird! iTunes for Ubuntu
- How to Hide Text in Notepad !!
- How to transfer a cPanel account to DirectAdmin.
- System User Account in Windows XP !!
- Configure Windows XP to Automatically Login!
- How to change Linux root password temporarily.
- How to install winrar for Linux
- social networking all together by Digsby.
Recent Comments
- ido on Fix Toshiba battery issue for Linux
- Pablo Barrales on Fix Toshiba battery issue for Linux
- FullMetal on Fix Toshiba battery issue for Linux
- Rodger on Fix Toshiba battery issue for Linux
- John on Fix Toshiba battery issue for Linux




very informative article
Thank u
[...] This post was mentioned on Twitter by techinterplay. techinterplay said: How to install .deb files using dpkg – Most of the Ubuntu users depend apt-get to get and install debian… http://is.gd/bUMdp #linux [...]
have ever some one used the above article practically