PDA

View Full Version : How do YOU install applications



grindboy
July 2nd, 2010, 01:11 PM
Hi Guys,

With the revamping of the Ubuntu Software Center I find myself using it more and more over synaptic or apt-get. I was wondering what the general use ratios were for each install method.

Thanks

BenAshton24
July 2nd, 2010, 01:21 PM
Pacman + Yaourt, but I use Arch Linux so I'm not sure if it really counts.

Timmer1240
July 2nd, 2010, 01:39 PM
Have used all methods usually use software center though package manager if I know exactly what I want aptget if I know the command that is sweet!And debs sometimes if I find a program of interest or need for!Its all good!

cgroza
July 2nd, 2010, 01:48 PM
I install via terminal and some times when i don't know the name of my package i simply search in in Software Center.

powerpleb
July 2nd, 2010, 01:48 PM
I tend to use aptitude on the cli the most.
Otherwise Ubuntu Software Centre if I'm not sure what I'm looking for or just browsing.

Very occasionally I use Synaptic, especially straight after a fresh installation of Ubuntu when, all at once, I bulk remove all those fonts I can't read, all those packages I don't want and install all the stuff I need that isn't already there.
For me that is about the only time when it is faster and easier to use synaptic than aptitude.

Palanthas
July 2nd, 2010, 02:02 PM
Generally I will use apt-get, although I like useing the Software Center as well, especially when I just feel like browsing for something interesting to play with. ;)

I don't mind .deb, etc... either. I will use which ever method is most handy at the time. If I HAD to choose to use only one, apt-get. :D

2edgesword
July 2nd, 2010, 02:12 PM
I've used both the Ubuntu Software Center and apt-get to install new applications.

Chame_Wizard
July 3rd, 2010, 01:26 AM
Always with Kpackagekit (http://en.wikipedia.org/wiki/PackageKit),aptitude and dpkg (http://en.wikipedia.org/wiki/Dpkg)/gdebi (https://launchpad.net/gdebi)(sometimes apt-get).:guitar:

Ruuki
July 3rd, 2010, 02:04 AM
If I know what software I want I just do alt + f2 and do apt-get

If I'm browsing I use the software center

If it's not listed I use a deb package or .tar/terminal using the make method to install it (rarely)

teisho
July 3rd, 2010, 03:20 AM
I use apt-get too, and now I've started using apt-cache search and grep to find software packages. It's much faster if you know what you're trying to find.

For example:


apt-cache search game | grep etris | grep ultiplayer

marshmallow1304
July 3rd, 2010, 04:20 AM
aptitude (recently switched from apt-get) from the command line only (I strongly dislike the ncurses interface.)

I'll also use Synaptic occasionally, mainly for searching.

overdrank
July 3rd, 2010, 12:46 PM
Moved to The Community Cafe

Sean Moran
July 3rd, 2010, 12:53 PM
I've begun to keep myh own repository, and so it's just a matter of clicking on the required .deb file/s although that sometimes neglects to see the dependencies in the /var/cache/apt/archives dir, in which case the Software Centre is usually the simplest means of reloading something I already installed but had the need to install again.

Most of my standard stuff is part of a bash script of apt-get commands.


---o0o---

PS: The good thing about that little bash script, is how it saves the /var/cache/apt/archives content to another dir on another partitiion at the end of each new distro install, and then the next time I run the script, the first thing it does is to copy all the saved .deb files back into the new /var/cache/apt/archives dir, simple as that.

I'm upto over 400 of the Karmic kernel-22 .deb files by now, and here on this lowly cheap Thai hotel wi-fi, it saves 4-5 hours for each new custom distro I write to .iso and burn to flash drive. It also saves some of the bandwidth on the server end, I suppose.

wkhasintha
July 3rd, 2010, 02:11 PM
I like to use terminal[apt-get,dpkg] more and Synaptic , I rarely use Software center .

sandyd
July 3rd, 2010, 02:18 PM
I mainly use gentoo right now @o from source it is.

wojox
July 3rd, 2010, 02:20 PM
zypper - openSUSE

yum - Fedora

phrostbyte
July 3rd, 2010, 02:32 PM
ins <package name>

Frogs Hair
July 3rd, 2010, 03:03 PM
All of the above , I try to use apt-get AMAP.

MaxIBoy
July 3rd, 2010, 03:09 PM
Apt-get and apt-cache search, except for sometimes when I use Synaptic.

sgosnell
July 3rd, 2010, 06:00 PM
All of the above. It depends on the package, and on what is most convenient at the moment.

RiceMonster
July 3rd, 2010, 06:06 PM
yum install package
rpm -Uvh package

double click .exe

poisonkiller
July 3rd, 2010, 06:15 PM
yaourt -S package

Theft42
July 3rd, 2010, 06:21 PM
The Ubuntu software Center... Sometimes .deb packages... and very rarely the terminal unless I know the code.

kaldor
July 3rd, 2010, 06:39 PM
OS X: .dmg and .pkg
Sabayon: .tar.* or Repos

chessnerd
July 3rd, 2010, 06:43 PM
I prefer Synaptic. It is the balance between the Software Center and using apt-get.

The Software Center doesn't tell me what dependencies it is going to install and if I accidentally installed a KDE program it would eat up 500 MB of space in one go. Also, the Software Center seems slower.

You can't really search for packages with apt-get. If I know exactly what I'm trying to install I might use apt-get, but I typically go to Synaptic anyway.

I do install .deb packages occasionally, but I'll generally go for an older version from the repositories if it is available.

Hman242
July 3rd, 2010, 07:38 PM
I use all of those ways, although Synaptic is probably used the least.

corrytonapple
July 3rd, 2010, 07:59 PM
Terminal and apt-get is faster. Plus you can see what its doing.:)

lisati
July 3rd, 2010, 08:01 PM
I voted "other" in the absence of "all of the above".....

undecim
July 3rd, 2010, 08:01 PM
No "compile from source" option?

Also, I use aptitude, but marked apt-get as my choice (since they're both CLI)