Debian Tutorials

Debian Tutorials


Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.

February 2025
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Categories


Using Debian Volatile to keep your packages updated

Ástþór IPÁstþór IP

Some packages aim at fast moving targets, such as spam filtering and virus scanning, and even when using updated data patterns, they do not really work for the full time of a stable release. The main goal of volatile is allowing system administrators to update their systems in a nice, consistent way, without getting the drawbacks of using unstable, even without getting the drawbacks for the selected packages. So debian-volatile will only contain changes to stable programs that are necessary to keep them functional.

1. Add volatile archive to apt sources (pico /etc/apt/sources.list)

Etch:
deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free

Lenny:
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

Note. Only add one of the line depending on your Debian version.

2. Update apt repository

apt-get update

3. Upgrade you packages

apt-get dist-upgrade

Comments 0
There are currently no comments.