This is a discussion on How to use dpkg to install .deb files within the Linux forums, part of the Operating Systems category; I’ve written about using apt-get to get and install debian packages. However, a recent comment by a reader brought the ...
| |||||||
| | #1 |
| Junior Member Join Date: Jul 2009
Posts: 16
Rep Power: 1 | I’ve written about using apt-get to get and install debian packages. However, a recent comment by a reader brought the fact that I hadn’t written anything on what to do with a .deb file that exists on your system already either by download or other media. Using the 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. From the man dpkg command: dpkg - a medium-level package manager for Debian Whatever that means. In keeping with GNU/Linux system security, only the superuser 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, become 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. Normally, this is boring information like the application version (which is normally evident from the filename), but in some cases more interesting and useful information is displayed. Consult the dpkg man page for information on the more arcane uses for dpkg. |
| | |
| | #2 |
| Jedi knight Join Date: Jul 2009 Location: IBF Age: 21
Posts: 1,818
Rep Power: 5 | And also mention that you have to add repos & enable also. Many noobs claim that there is not enough packages in their synaptic package manager. |
| | |
| Tags |
| deb, dpkg, files, install |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to auto extract rar files and join 001 files | capri | Desktop Computer | 7 | 07-23-09 12:10 PM |
| Windows xp Install | maurya18 | Windows | 20 | 01-28-09 08:35 AM |
| Does any one know how to install iBlackList? | shriniketsarkar | Apple | 7 | 12-24-08 12:26 AM |
| How to create a .cue files for (nfs underground 2) .bin files | kartikoli | Videogaming News and Reviews | 5 | 05-30-08 06:18 PM |
| how to install realplayer?? | player | General offtopic discussions | 3 | 04-18-08 05:05 AM |