Three scripts for package management on Debian and Ubuntu systems


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Three scripts for package management on Debian and Ubuntu systems
# 1  
Old 10-29-2008
Three scripts for package management on Debian and Ubuntu systems

10-29-2008 08:00 AM
Five of the top 10 most downloaded distributions on Distrowatch use the Debian package system. It has developed a rich infrastructure of utilities -- not just the core commands apt-get and dpkg, but also such less well-known commands as apt-cache, apt-spy, and apt-listbugs. In addition, an array of other scripts, some mashups of existing utilities, and some original, are regularly available on sites like openDesktop.org. Such scripts help to streamline the process of keeping a Debian-based package system in working order, and provide information to help you make better decisions about software installation.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How does the Debian Alternatives systems work ?

Alright I have read all the documentation regarding the alternatives system present in Debian. And I still can't get my head around it. First, Correct me if I am wrong, the /etc/alternatives directory is nothing but a directory of symlinks right ? So for example java will have a symlink... (0 Replies)
Discussion started by: sreyan32
0 Replies

2. UNIX for Advanced & Expert Users

Debian Package Management "Inside" Question

Greetings. After rifling through the policy manual to some significant extent, I've come to a question which doesn't seem to have any forthcoming answer out "in the wild", so here it is :) During dpkg installation processing, some libs wind up with an ":i386" or ":amd64" architecture string... (2 Replies)
Discussion started by: LinQ
2 Replies

3. Linux

Deploy a package on many systems

I had a question on my interview today. so how would you automate install/upgrade to a package to 200 servers. and obviously not by going to each system physically. Answer: NFS share , using perl script and rpm utility. But i have not done such kind of install/upgrade so my knowledge is... (3 Replies)
Discussion started by: dplinux
3 Replies
Login or Register to Ask a Question
DEBGET(1)						   Debian-goodies documentation 						 DEBGET(1)

NAME
debget - Fetch a .deb for a package in APT's database SYNOPSIS
debget package [package ...] DESCRIPTION
debget fetches a .deb for one or more packages from an Debian mirror. It uses apt-get(1) to find out the URL so it will download the same version from the same server as apt-get would do. The .deb will be downloaded with curl(1) and stored in your current working directory. KNOWN BUGS
debget will not work for packages that are available in apt-get's cache. If you need that functionality please use the .download option in aptitude. AUTHOR
Matt Zimmerman <mdz@debian.org> This manpage was written by Frank Lichtenheld <frank@lichtenheld.de>. COPYRIGHT AND LICENCE
Copyright (C) 2001 Matt Zimmerman <mdz@debian.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. On Debian systems, a copy of the GNU General Public License may be found in /usr/share/common-licenses/GPL. SEE ALSO
apt-get(1), curl(1) perl v5.14.2 2012-03-21 DEBGET(1)