Posts: 253
dieselbenz
Joined: 28 Sep 2007
#1
Decided to load"base" on my laptop/server this afternoon, trying to get the leanest and meanest server possible. Hey, it is a Pentium II Toshiba 4015CDS, after all so every bit of available RAM helps.

My plan was to load up stuff I needed (LightTPD, SSHD and CUPS) but I can't find Synaptic on any of the menus. Am I just missing it?

I guess I could boot up the full (sic) antiX 8 on another machine and use Synaptic on that to find the packages I need to get via apt-get ... but that is walking the long way home.

Don
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
Hi dieselbenz, long time no see.

synaptic is not installed in the base release. Just apt-get install synaptic and you shall have it.
Posts: 516
oldhoghead
Site Admin
Joined: 01 Oct 2007
#3
I don't have the base installed, but you could

apt-get update
apt-get install aptitude

aptitude install lighttpd sshd cups

cheers,
oldhoghead
Posts: 253
dieselbenz
Joined: 28 Sep 2007
#4
eriefisher wrote:Hi dieselbenz, long time no see.

synaptic is not installed in the base release. Just apt-get install synaptic and you shall have it.
Tried that. Unresolved dependencies.
Posts: 253
dieselbenz
Joined: 28 Sep 2007
#5
oldhoghead wrote:I don't have the base installed, but you could

apt-get update
apt-get install aptitude

aptitude install lighttpd sshd cups

cheers,
oldhoghead

Thanks. Will do that once the apt-get update finishes.

I guess I've grown used to having Synaptic there.

I drive an old (1985) E-Class Benz. The door armrest/closer fell off. It has been months since it was there, but I still sometimes reach for that handle to close the door (and grab air), even though my brain knows it is no longer there.

We are creatures of habit.
Posts: 609
dark-D
Joined: 02 Jun 2008
#6
try: apt-get update
then: apt-get install synaptic
HTH