Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • Sponsor

  • Categories

  • Sponsor

  • Meta

  • Archives

Archive for the 'Package-Mgmt' Category

How to install Thunderbird in Ubuntu

Posted by daigoro on 22nd March 2007

Hi everybody,Iam a beginner with Linux and I installed Ubuntu a few weeks ago.

From here and therein the net, I was able to install every single program I wanted (and yes, from the command line) but I seem to have a few problems now with Thunderbird.

Read the rest of this entry »

  • Share/Bookmark

Posted in General, Package-Mgmt | 33 Comments »

Shows source-package information apt-show-source

Posted by Admin on 30th December 2006

This program parses the APT lists for source packages and the dpkg status file and then lists every package with a higher version number than the one installed.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | No Comments »

Recursively lists package dependencies Using apt-rdepends

Posted by Admin on 29th December 2006

apt-rdepends searches through the APT cache to find package dependencies. apt-rdepends knows how to emulate the result of calling apt-cache with both depends and dotty options.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 1 Comment »

Put an unpacked .deb file back together Using dpkg-repack

Posted by Admin on 26th December 2006

dpkg-repack creates a .deb file out of a Debian package that has already been installed on your system. If any changes have been made to the package while it was unpacked (ie, files in /etc modified),the new package will inherit the changes.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 1 Comment »

Replace binaries and Files with dpkg-divert

Posted by Admin on 14th December 2006

File `diversions’ are a way of forcing dpkg not to install a file into its location, but to a `diverted’ location. Diversions can be used through the Debian package scripts to move a file away when it causes a conflict. 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.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | No Comments »

show what has been changed in a new version of a Debian package Using apt-listchanges

Posted by Admin on 3rd December 2006

apt-listchanges is a tool to show what has been changed in a new version of a Debian package, as compared to the version currently installed on the system.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | No Comments »