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/
- press: enter/return
- type: YOUR-FAVORITE-EDITOR sources.list
- press: enter/return
- Add the following to the bottom of the file
| Code - For antiX full version |
| deb http://www.daveserver.info/antiX/debs testing main full |
| Code - For antiX base version |
| deb http://www.daveserver.info/antiX/debs testing main base |
| Code - For antiX core version |
| deb http://www.daveserver.info/antiX/debs testing main core |
- save and close
- type: apt-get update
- press: enter/return
- type: apt-get -f install ANTIX_PACKAGE
- press: enter/return