Hi, Pierre. Glad you got it going. The first thing you should do is edit the /etc/apt/sources.list file as said here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.com/index.php/Main_Page#News"
linktext was:"http://antix.mepis.com/index.php/Main_Page#News"
====================================
" onclick="window.open(this.href);return false . Open a Terminal and type
Code: Select all
su root
(type your password)
nano /etc/apt/sources.list
that will open the file for edition. Note that nano has its own commands like ctrl+F (one character forward), ctrl+B (one character backwards), ctrl+D (delete the character under the cursor), ctrl+O (save), ctrl+X (exit). If you choose like said in the link above to comment (add a '#' sign at the beginning of the lines) all 'testing' lines, your system will be more stable in future upgrades.
After you have edited /etc/apt/sources.list and exited nano, in Terminal (still under 'root' privileges) type
Code: Select all
apt-get update
apt-get install synaptic
if you feel more comfortable with Synaptic.