antiX Linux
This page will give you information on how to connect to the antiX repository.
*NOTE all packages are also available for manual download from
Here
- Open terminal
- type: su
- press: enter/return
- type: YOUR ROOT PASSWORD
- press: enter/return
- type: cd /etc/apt/sources.list.d/
- press: enter/return
- type: YOUR-FAVORITE-EDITOR antix.list
- press: enter/return
- Add the following to the bottom of the file
Code - For jessie based antiX |
deb http://repo.antixlinux.com/jessie jessie main nosystemd nonfree |
Code - For stretch based antiX |
deb http://repo.antixlinux.com/stretch stretch main nosystemd nonfree |
Code - For buster based antiX |
deb http://repo.antixlinux.com/buster buster main nosystemd nonfree |
Code - For testing based antiX |
deb http://repo.antixlinux.com/testing testing main nosystemd nonfree |
Code - For sid based antiX |
deb http://repo.antixlinux.com/sid sid main nosystemd nonfree |
- save and close
- type: apt-get update
- press: enter/return
- type: apt-get -f install antix-archive-keyring
- press: enter/return
- press: y
- press: enter/return
- type: apt-get -f install ANTIX_PACKAGE
- press: enter/return