LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-30-2007, 09:44 AM   #1
Zaskar
Member
 
Registered: Feb 2004
Location: NY
Distribution: Debian (Testing)
Posts: 219

Rep: Reputation: 30
What do You use Apt-Get for?


Just curious howmuch most use it. Do you use it to just update the distro and included apps, do you use it to install all possible common programs (Firefox, media players, instant messengers, etc) Or do you like to manually install those to get the most recent versions?

(on a side not, apt-get installing Firefox, do you need to manually install Flash/Java for it, or is there an aptget for that also?)

Just curious, thanks guys.
 
Old 07-30-2007, 10:24 AM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Actually, I use aptitude for all those things. In Debian, Firefox, because of licensing issues is replaced by Iceweasel. To install Java in Etch, # aptitude install sun-java5-jre sun-java5-plugin

That's for the 32-bit system. There is, of course no java plugin for 64-bit architectures.
 
Old 07-30-2007, 10:52 AM   #3
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 318

Rep: Reputation: 32
You can, however, use nspluginwrapper to install flash and possibly java (haven't tried it) on a 64 bit browser.
 
Old 07-30-2007, 11:49 AM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
I use aptitude.
 
Old 07-30-2007, 12:29 PM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
I have used apt-get to install and keep my current system updated for over 2yrs as a matter of fact it will be 3 yrs in October. Only have a couple of packages that I used dpkg to install, i.e. skype and frostwire. Firefox doesn't really need to be installed just unpacked and ran.

aptitude isn't even installed on my system, hasn't been for a long time.
 
Old 07-30-2007, 12:31 PM   #6
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Code:
apt-get moo
Apart from that, everything. Why use graphical interfaces, when you can just run the actual command? Why use difficult stuff like aptitude, that makes your life hard?
 
Old 07-30-2007, 12:38 PM   #7
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Aptitude is no more difficult than apt-get, and the syntax is exactly the same, and it is better at resolving problems than apt-get, which I have experienced first-hand (apt-get wanted to remove gcc among 12 other important packages; aptitude upgraded my libc6). So that's why I switched from apt-get, which I grew up with.
 
Old 07-30-2007, 01:00 PM   #8
reverse
Member
 
Registered: Apr 2007
Distribution: Gentoo
Posts: 337

Rep: Reputation: 30
I use it for cleaning up my car.

P.S.: I also use it to do package management stuff on my Debian boxes.
 
Old 07-30-2007, 01:11 PM   #9
Zaskar
Member
 
Registered: Feb 2004
Location: NY
Distribution: Debian (Testing)
Posts: 219

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by reverse
I use it for cleaning up my car.

P.S.: I also use it to do package management stuff on my Debian boxes.
:P I more or less was curious about how people used it, if they just used it for basic system upgrades and download and compile/install their own software, or use it for as much of the basic additional software programs as possible.
 
Old 07-30-2007, 02:03 PM   #10
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 318

Rep: Reputation: 32
You use it for pretty much everything. Way easier that way.
 
Old 07-30-2007, 02:40 PM   #11
Kirmonkey
Member
 
Registered: Jan 2004
Location: UK
Distribution: Debian
Posts: 194

Rep: Reputation: 30
I tend to use it for updates and installing individual packages.

If I need to install multiple packages or particular 'recommended' packages that are associated with software then I tend to use synaptic.
 
Old 07-30-2007, 03:18 PM   #12
digen
Member
 
Registered: Dec 2005
Location: India
Distribution: Ubuntu Feisty Fawn
Posts: 107

Rep: Reputation: 15
Basically all the software I have is installed via APT. Rarely install software using source code.
 
Old 07-30-2007, 04:02 PM   #13
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I use aptitude to update my box, install software:-)
 
Old 07-30-2007, 04:25 PM   #14
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
i use aptitude 95% for all updates....balance of 5% are unpacked tarz files in /usr/local....
 
Old 07-30-2007, 06:47 PM   #15
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
I use apt-get for about 75-80% of what I install, regardless of if it is one of my servers at work or my sid laptop and desktop. The rest (basically anything important) is compiled from source in /usr/local. The package manager I use is apt-get. I do absolutely love apt-get build-dep, which when last I checked, aptitude didn't do.

I suppose I may be a closet Slackware user in a Debian world!

Peace,
JimBass
 
  


Reply



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
How to set up proxy in Apt-Get's apt.conf? rykel Fedora 9 10-09-2013 03:24 AM
LXer: Apt-get remove SUSE; apt-get install Etch LXer Syndicated Linux News 0 05-26-2007 07:46 PM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM

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

All times are GMT -5. The time now is 08:40 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