LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


View Poll Results: Which of these do you use for installing/updating/upgrading?
I use Synaptic 17 35.42%
I use aptitude 6 12.50%
I use apt-get 17 35.42%
I prefer downloading and installing manually 1 2.08%
Other (please mention) 7 14.58%
Voters: 48. You may not vote on this poll

Reply
  Search this Thread
Old 05-28-2005, 10:25 PM   #1
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Do you use Synaptic?


I am just curious as to how many people prefer to use the GUI synaptic as opposed to the terminal apt-get for install/uninstalling programs.

I personally prefer synaptic because it's so much easier to browse and search for packages and I use synaptic for most purposes (upgrade/update/install).

So do you use synaptic as an alternative to apt-get?
 
Old 05-28-2005, 11:05 PM   #2
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Aptitude for me. I used synaptic about two years ago when I first installed Debian (via Morphix) -- it used to crash often and package searches took ages to perform. I've recently used synaptic again in Ubuntu and it seems to be now slicker than I remembered. But in the meanwhile I've gotten used to aptitude and I'm happy with it.

Some good things in aptitude:
-- I can use aptitude from the console, without starting X session, or I can use it from a terminal window during X session
-- aptitude is really fast (even on low-resource computers)
-- before executing installs/upgrades/removals aptitude shows a screen about all the planned changes and in this screen it's really easy to manipulate which actions I want aptitude to perform and which not; also freezing packages to their current version is easy, just like it is to view which packages I have previously marked to be frozen
-- in aptitude I can view any package's change log by highlighting the package and pressing "C"
-- in aptitude it's easy to check depends/recommends/suggests for packages: highlight a package and press Enter (return to previous screen with "q")
-- aptitude writes a log about all performed actions to /var/log/aptitude

EDIT:
I almost forgot: you can play the minesweeper game in aptitude.

Last edited by Dead Parrot; 05-29-2005 at 05:00 AM.
 
Old 05-28-2005, 11:10 PM   #3
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
With my short time of Debian I actually preferred to use dselect (is this outdated now?). It was simple, and, with my Slack roots, I was much more at home.

Alunduil
 
Old 05-29-2005, 12:58 AM   #4
ToastedToad
Member
 
Registered: Feb 2005
Location: Sequim,WA
Distribution: Debian_sid/Debian_sarge_amd64
Posts: 157

Rep: Reputation: 30
I had to select other because I use them both. apt-get if I know what I need and synaptic if I need to cache-search, or if I'm just "shopping".
 
Old 05-29-2005, 01:21 AM   #5
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
I have used both but prefer using apt alone as once one gets used to it, it's much quicker than going into root and then firing up synaptic.
 
Old 05-29-2005, 01:55 AM   #6
harken
Member
 
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666

Rep: Reputation: 30
Both Synaptic and apt. But since Synaptic offers more information on what exactly a package does, it gets my vote.
 
Old 05-29-2005, 02:31 AM   #7
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Aptitude and synaptic are new smart frontends to APT, they are better at resolving dependencies than apt-get. This is why the Sarge installation documentation recommends using aptitude instead of apt-get in upgrading from Woody to Sarge.
http://www.debian.org/releases/testi...ading_aptitude
 
Old 05-29-2005, 02:31 AM   #8
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
Aptitude to install, uninstall, freeze packages.
KPackage for info (much more detailed than Synaptic)
 
Old 05-29-2005, 03:19 AM   #9
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Apt-get is the best. No point in messing around with some GUI tool when you can do it easily from the command line.
 
Old 05-29-2005, 05:08 AM   #10
doctorwebbox
Member
 
Registered: Jun 2003
Location: Rotherham, South Yorkshire, England
Distribution: Debian
Posts: 117

Rep: Reputation: 15
I tend to browse with Synaptic if I don't know the name of the package I'm looking for but use apt-get on the command line if I know what I'm after.
 
Old 05-29-2005, 05:27 AM   #11
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
Quote:
Originally posted by darkleaf
Apt-get is the best. No point in messing around with some GUI tool when you can do it easily from the command line.
i agree, i always try to use apt-get as long as i remember the package name. When searching for a new package like a ftp client or something like that then i'll use aptitude, but aptitude (like synaptic) take a while to load for me, because they have to load the /var/cache/apt/archives folder and that takes me a while (5-10 seconds) because i have a big cache that i access via NFS, because of this slightly irritating thing i always try to use apt-get because it is really fast and enjoyable. Sometimes when searching for a new package i'll use synaptic, because it is alot better at doing random searches to find new programs for a specific use, but the classical interface of aptitude is a friendly face, and i always have to use it via SSH anyways.
 
Old 05-29-2005, 06:28 AM   #12
Axo
Member
 
Registered: May 2003
Distribution: Debian
Posts: 153

Rep: Reputation: 17
Another vote for apt-get
 
Old 05-29-2005, 07:01 AM   #13
angkor
Member
 
Registered: Mar 2005
Location: Amsterdam
Distribution: Debian => Ubuntu => Mac Osx
Posts: 165

Rep: Reputation: 31
Another one for apt-get, just used to it I guess...
 
Old 05-29-2005, 07:53 AM   #14
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
About compiling from source. I don't know how many of you do it, but somehow in Debian it always feels unclean to install programs from any source other than the apt/dpkg system.

I always prefer a particular technique while using an OS and I don't like breaking things by mixing and matching methods.

Would make upgrading and maintenance a problem.

Do any of you compile programs from source in Debian? I always think that that's a better choice in a distro like Slackware which gives full control anyway to the user. I always dislike the half/half business: half manual installation/half automated. Either this way or that: nothing in between.
 
Old 05-29-2005, 08:49 AM   #15
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
I compile the kernel, ndiswrapper, alsa and mplayer from source. But I don't upgrade them much if they work. Mplayer doesn't often have updates. For the kernel I should do the security stuff, but I haven't done that yet, newer kernels often break my video card drivers and the newest nvidia drivers don't work with my card. Same for alsa and ndiswrapper, I check once in a while and then upgrade it.

For searching new packages I use apt-cache search.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Synaptic improverrr Mandriva 3 06-11-2005 07:54 AM
Synaptic Jeff_Eklund Mandriva 7 05-12-2005 03:06 PM
SynAptic hhegab Linux - Software 1 03-05-2005 06:25 AM
Synaptic DunK Linux - Software 1 01-09-2005 10:58 AM
synaptic help ... JMK Linux - Newbie 4 05-22-2004 12:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration