Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Dpkg


Related Topics
702
637

  
  Bits from the dpkg maintainer [LWN.net]
With these changes in mind, the "dpkg --print-gnu-build-architecture" option has been removed entirely; packages or build rules that used that string should be modified to use dpkg-architecture instead.
The dpkg package no longer supplies its own NIH implementation of md5sum, instead the coreutils version is diverted into the right place.
If you're interested in where dpkg is going, vote for and attend the "Freezing HEL Over" talk/BOF/tomato-throwing I'll be giving at Debconf5; you may also wish to read the wiki at http://www.dpkg.org/ and/or join the debian-dpkg@lists.debian.org mailing list.
lwn.net /Articles/139811   (1377 words)

  
  Linux: dpkg
This manual is intended for users wishing to understand dpkg's command line options and package states in more detail than that provided by dpkg --help.
dpkg itself is controlled entirely via command line parameters, which consist of exactly one action and zero or more options.
Update dpkg and dselect's idea of which packages are available with information from the package package_file.
nixdoc.net /man-pages/Linux/man8/dpkg.8.html   (2198 words)

  
 Debian/Ubuntu Package management Using dpkg -- Debian Admin
Dpkg is the Debian package manager dpkg is a medium-level tool to install, build, remove and manage Debian packages.
The primary and more user-friendly front-end for dpkg is dselect.dpkg itself is controlled entirely via command line parameters,which consist of exactly one action and zero or more options.
The action-parameter tells dpkg what to do and options control the behavior of the action in some way.
www.debianadmin.com /debianubuntu-package-management-using-dpkg.html   (571 words)

  
 dpkg   (Site not responding. Last check: )
Dpkg will provide handling for at least two classes by default: the first is the default class which will simply copy files into the correct place; the second is the conffile class that will be an enhanced version of the existing configuration file handling.
One problem dpkg has at the moment is that at install or upgrade time, only the dependencies of those packages being installed or upgraded are actually checked.
The reason dpkg always calls the build target is that there isn’t a reliable way to automatically detect whether the rules file supports the
www.netsplit.com /blog/tech/debian/dpkg   (1085 words)

  
 Dpkg - Linuxhelp Wiki
The package format it uses is called deb and uses a frontend tool called apt-get to ease the installation of packages.
dpkg is available under any system that uses the deb package format.
While using dpkg on the command line can be very quick and efficient, new users are urged to use a frontend like apt-get or synaptic for their package management to ensure stability.
wiki.linuxhelp.net /index.php/Dpkg   (116 words)

  
 rpm in Darwin? what happened to dpkg?   (Site not responding. Last check: )
So far, with the Darwin releases, the use of dpkg or rpm was just used as to help assist the release maintainer.
Thus far, both of the binary formats have lacked the input of proper meta-data (dependancies and what-not) that a well groomed package maintainer (with enough time on their hands) would have input.
As to the dpkg guys saying "no", nothing could be farther from the truth.
www.opendarwin.org /pipermail/discuss/2002-October/000631.html   (238 words)

  
 Hacked dpkg for Debian 1.3   (Site not responding. Last check: )
For every file found, dpkg opens it, reads its package name and version number and then decides, whether it should install the package.
If all the filenames found are looking OK, dpkg then assumes that the first part of all the filenames equals their package name.
In that case, dpkg only has to open those files that are marked for installation (on a typical Debian system about 20-30% of all packages).
meteosat.e-technik.uni-ulm.de /~mbuck/linux/dpkg.html   (221 words)

  
 [UCLA-LUG] dpkg is acting funky   (Site not responding. Last check: )
This dies half way through complaining: dpkg: warning - old post-removal script returned error exit status 10 dpkg - trying script from the new package instead...
dpkg: error processing netsaint_0.0.6stable-4_i386.deb (--install): subprocess new post-removal script returned error exit status 10 dpkg: error while cleaning up: subprocess post-removal script returned error exit status 10 Ive tried using: dpkg --remove netsaint that gives me: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.
So I attempted to force the remove: dpkg --remove --force-remove-reinstreq netsaint that gives me this error: dpkg: error processing netsaint (--remove): subprocess post-removal script returned error exit status 10 Ive tried replacing the --remove with --purge and basically get all the same errors.
linux.ucla.edu /pipermail/linux/2001-February/004728.html   (258 words)

  
 [BusyBox] dpkg is broken?   (Site not responding. Last check: )
One other very useful option for dpkg would be the "-l" switch, to list the packages installed on the system.
If you don't have any immediate plans to implement this yourself, we are willing to spend the time to add this functionality.
> hmm, ive been rewritting a new version of dpkg, im just doing some cleanups using dmalloc at the moment, i will probably have something to try in a day or so, this new version should have lower memory usage and will be able to remove, purge and install packages, with dependency checking...
www.busybox.net /lists/busybox/2001-July/004052.html   (284 words)

  
 DependFixDebian < Main < Biostatistics TWiki
dpkg: error processing /var/cache/apt/archives/libx11-6_4.3.0-7_i386.deb (--unpack): trying to overwrite `/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2', which is also in package xlibs dpkg-deb: subprocess paste killed by signal (Broken pipe) Unpacking libxext6 (from.../libxext6_4.3.0-7_i386.deb)...
dpkg: error processing /var/cache/apt/archives/libxext6_4.3.0-7_i386.deb (--unpack): trying to overwrite `/usr/X11R6/lib/libXext.so.6.4', which is also in package xlibs dpkg-deb: subprocess paste killed by signal (Broken pipe) Unpacking libxi6 (from.../libxi6_4.3.0-7_i386.deb)...
dpkg: dependency problems prevent configuration of libxrandr2: libxrandr2 depends on libxrender1; however: Package libxrender1 is not configured yet.
biostat.mc.vanderbilt.edu /twiki/bin/view/Main/DependFixDebian   (708 words)

  
 manpages/english/dpkg/dpkg-divert.8 - view - 1.4   (Site not responding. Last check: )
System administrators can also use it to override some package's configuration file, or whenever some files (which aren't marked as 'conffiles') need to be preserved by dpkg, when installing a newer version of a package which contains those files.
Because ldconfig doesn't honour diverts (only dpkg does), if a diverted library has the same SONAME as the undiverted one the symlink may end up pointing at the diverted library.
It is located in the dpkg administration directory, along with other files important to dpkg, such as `status' or `available'.
cvs.alioth.debian.org /cgi-bin/cvsweb.cgi/manpages/english/dpkg/dpkg-divert.8?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=ddp   (389 words)

  
 Introduction
It means that, if you use dpkg to attempt the installation of a package, and that package depends for its proper operation on another package that has not yet been installed, dpkg will complain and fail to install the new package.
As dpkg provides information on the package dependency that has not been satisfied, it is a straightforward task to install the dependent packages.
There are ways to force dpkg to install the depending package even when it does not know that the dependency is satisfied.
people.debian.org /~psg/ddg/node17.html   (424 words)

  
 HOWTO: Use dpkg to Install .deb Files.
Dpkg doesn’t have to be used by apt-get, you can use it manually as well.
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.
www.newlinuxuser.com /?p=107   (1705 words)

  
 [BusyBox] abandoning busybox dpkg   (Site not responding. Last check: )
On Sun, 2 May 2004, Glenn McGrath wrote: > Im abondoning the dpkg applet, and unless someone steps up and states > they intend to maintain it them i have to recommend it be removed prior > to a 1.0 release.
Its unfortunate, but i think busybox > dpkg missed its chance and is no longer relevant.
having played with dpkg for a while, i've finally concluded that, bugs aside, it just doesn't have the functionality for an acceptable package management utility.
www.busybox.net /lists/busybox/2004-May/011483.html   (245 words)

  
 Re: how to reconfigure/reinstall 'dpkg'?
On Thu, Jan 15, 2004 at 03:08:45AM -0800, Phillipus Gunawan wrote: > I broke my box because when im trying to update my box > with unstable system, I change the 'source.list' and > grab packages from testing source.
Even when I try to install something > with 'dpkg -i' I got error message: > > parse error, in file '/var/lib/dpkg/available' near > line 106636 package 'libubit2.11.0c102': > field name 'larea' must be followed by colon Well, you've certainly broken /var/lib/dpkg/available somehow.
Fortunately, this is entirely recoverable: 'dselect update' should fix it.
www.mail-archive.com /debian-user@lists.debian.org/msg80966.html   (125 words)

  
 Apt/dpkg error?
dpkg: error processing /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i 386.deb (--unpack): trying to overwrite `/usr/lib/kde3/kcm_kontactknt.so', which is also in pack age kontact dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) I did a sudo apt-get update sudo apt-get -f install and still get the same error.
That is the command that apt suggests to fix a borked apt-get.
The output of `dpkg -C' is also useful to diagnose dpkg installation problems.
www.webservertalk.com /message394964.html   (1583 words)

  
 manpages/english/dpkg/dpkg.8 - view - 1.4   (Site not responding. Last check: )
.TH DPKG 8 "April 12, 1998" "Debian Project" "dpkg suite".SH NAME dpkg - a medium-level package manager for Debian.SH SYNOPSIS.B dpkg [\fIoptions\fP] \fIaction\fP.SH WARNING This manual is intended for users wishing to understand \fBdpkg\fP's command line options and package states in more detail than that provided by \fBdpkg \-\-help\fP.
Each line in the configuration file is either an option (exactly the same as the commandline option but without leading dashes) or a comment (if it starts with a \fB#\fR).
\fIWarning: At present dpkg does not do any dependency checking on downgrades and therefore will not warn you if the downgrade breaks the dependency of some other package.
cvs.alioth.debian.org /cgi-bin/cvsweb.cgi/manpages/english/dpkg/dpkg.8?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=ddp   (2398 words)

  
 Dpkg - LinuxQuestions.org Wiki
dpkg is a tool to install, build, remove and manage packages in Debian.
It is called by apt-get to actually install the packages after apt-get has resolved dependencies and downloaded packages.
dpkg is a useful tool to find out information about individual packages:
wiki.linuxquestions.org /wiki/Dpkg   (187 words)

  
 Debian -- dpkg   (Site not responding. Last check: )
The primary interface for the dpkg suite is the `dselect' program; a more low-level and less user-friendly interface is available in the form of the `dpkg' command.
In order to unpack and build Debian source packages you will need to install the developers' package `dpkg-dev' as well as this one.
Dpkg Development and Scott James Remnant are responsible for this Debian package.
packages.debian.org /stable/base/dpkg   (141 words)

  
 Gut verpackt ist halb gewonnen
Wird ein Paket direkt mit dpkg bearbeitet, setzt dpkg sowohl die Aktion, die es gerade durchführt, als auch den Zustand.
dpkg deckt mit einer Unmenge von Optionen weite Bereiche der Paketverwaltung ab.
Mit dpkg -l kann ein Überblick über installierte Pakete angegeben werden.
www.schlittermann.de /deb-intern/dpkg   (5102 words)

  
 SELinux Mailing List: by thread
While, it appears, that tcsh's label is from 161 (updated by dpkg).
if you want something to do "proper" fix, you would do well to analyse dpkg where it unpacks.debs and creates files/directories/symlinks, and to patch it to do setfilecon() calls at the appropriate points [just like rpm has been so patched - and accepted, it being rpm, redhat requiring FC to do selinux and all...
There is a newer version that does not create /etc/dpkg/postinst.d functionality, but uset matchpathcon and friends during unpacking to set the correct initial file context, which may get better reception.
www.nsa.gov /selinux/list-archive/0506/thread_body61.cfm   (2744 words)

  
 Using Debian Linux Software Packages and APT dselect and dpkg Package Utilities
You may recall being prompted to insert all the discs during the installation so that they could be scanned for available packages.
As mentioned, dselect is more of a front-end, user interface tool because when you select a menu item in dselect you are simply running one of the apt or dpkg utilities with a specific set of command-line switches.
The dpkg command takes care of this for you so you'll just be returned to the menu.
www.aboutdebian.com /packages.htm   (4953 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.