/etc/apt/sources.list
IMPORTANT NOTE: auto.mirror is now deprecated and will be decomissioned. Please make sure you have the latest devuan-keyring package with apt-get install devuan-keyring
and then point your /etc/apt/sources.list
to deb.devuan.org.
Devuan 2.0.0 ASCII (stable)
# /etc/apt/sources.list
deb http://deb.devuan.org/merged ascii main
deb-src http://deb.devuan.org/merged ascii main
To use the Country-Code repositories, change {CC} to the location that you wish to access e.g. ‘us’ for USA, ‘fr’ for France, ‘nl’ for Netherlands etc.
# /etc/apt/sources.list
deb http://{CC}.deb.devuan.org/merged ascii main
deb-src http://{CC}.deb.devuan.org/merged ascii main
Devuan 1.0.0 Jessie (oldstable)
# /etc/apt/sources.list
deb http://auto.mirror.devuan.org/merged jessie main
deb-src http://auto.mirror.devuan.org/merged jessie main
Additional repositories
Add security updates (default: yes)
security updates are strongly recommended as they provide fixes to identified vulnerabilities. Security updates automatically enter the stable release as they appear. You should activate this repository if your system can connect to the internet.
# /etc/apt/sources.list
deb http://deb.devuan.org/merged <release codename>-security main
deb-src http://deb.devuan.org/merged <release codename>-security main
Add stable updates for fast release packages (default: no)
updates integrate urgent changes from upstream. Packages in updates
will be part of the next stable point release, but are safe to upgrade right away. If you’re using an antivirus and other similar packages that require up-to-date information, you should activate this repository.
# /etc/apt/sources.list
deb http://deb.devuan.org/merged <release codename>-updates main
deb-src http://deb.devuan.org/merged <release codename>-updates main
Add stable proposed updates (default: no)
proposed are packages that will become part of the next stable point release but are not fully tested yet. It is usually safe to use them, but we recommend not using them on production systems.
# /etc/apt/sources.list
deb http://deb.devuan.org/devuan <release codename>-proposed main
deb-src http://deb.devuan.org/devuan <release codename>-proposed main
Add backports (default: no)
backports provide newer versions of packages already in the testing suite, but linked to stable dependencies. This is useful if you prefer using newer software versions over well-tested stable versions. It is advised to disable backports and only enable to install specific packages.
# /etc/apt/sources.list
deb http://deb.devuan.org/merged <release codename>-backports main
deb-src http://deb.devuan.org/merged <release codename>-backports main
Add experimental (default: no)
experimental is for testing very new software. Use at your own risk.
# /etc/apt/sources.list
deb http://deb.devuan.org/devuan experimental main
deb-src http://deb.devuan.org/devuan experimental main
You can now search the package repositories!
If you can’t find a package, check the list of banned packages.