Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives

Archive for the 'Package-Mgmt' Category

List your installed package versions with apt-show-versions

Posted by Admin on 11th November 2006

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 2 Comments »

Check Debian archive mirrors bandwidth using apt-spy

Posted by Admin on 7th November 2006

apt-spy is a program that tests a series of Debian archive mirrors for bandwith.It writes an /etc/apt/sources.list with the fastest server.You can select which of the many Debian sites to benchmark by geographical location.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 1 Comment »

Package resource list (sources.list) file Overview for Debian Users

Posted by Admin on 20th October 2006

sources.list file is Package resource list for APT.The package resource list is used to locate archives of the package distribution system in use on the system. .

APT is a package tool program which is support the system administrator with the installation and administration of the programs.First one need to know is it’s configuration file is located in /etc/apt/sources.list.APT supports a large nuber of different sources of installation.Most used sources are cdrom,file.http,ftp each of these sources are discribed in an individual file and this file is also consider the sequence of these entries from starting to ending of the file.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | No Comments »

Automatic update of packages using cron-apt

Posted by Admin on 6th October 2006

cron-apt Contains a tool that is run by a cron job at regular intervals. By default it just updates the package list and download new packages without installing. You can instruct it to run anything that you can do with apt-get (or aptitude).

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 3 Comments »

Install .rpm Files in Debian and Ubuntu

Posted by Admin on 1st October 2006

Some time you might find some applications are having only .rpm files but you want a .deb package for your debian,Ubuntu and other debian derived ditributions.If you can’t find .deb debian package in any of the debian,ubuntu repositories or elsewhere, you can use the alien package converter to install the .rpm file.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | 20 Comments »

Debian Package Management using dselect GUI

Posted by Admin on 18th September 2006

dselect is one of the primary user interfaces for managing packages on a Debian system. At the dselect main menu, the system administrator can

- Update the list of available package versions,

- View the status of installed and available packages,

- Alter package selections and manage dependencies,

- Install new packages or upgrade to newer versions.

Read the rest of this entry »

  • Share/Bookmark

Posted in Package-Mgmt | No Comments »