faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: It might sound
by kwilliam on Sunday 03/Feb/2008, @10:57
|
Lol, that made my day. I think my favorite thing about switching to Linux was realizing that software could be installed by simply checking checkboxes in Synaptic... and if I didn't like it, I could UNinstall it by just unchecking those checkboxes! ('Course, now I do that with apt-get in Yakuake.) Trying new software and uninstalling it in less than 5 minutes - it was unreal! Installing software on Windows requires going through a bunch of "Next" buttons and giant splash screens that take up time, and uninstalling software from Windows was a dark art. (Sometimes programs left registry entries that caused trouble, or even left their Start Menu entries resulting in broken links.) Installing Software... now there's something where Linux really beats the Windows experience.
Assuming the program you want is in your repository... the playing field begins to even when you have to compile stuff yourself. :-/ |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: It might sound
by Wyatt on Sunday 03/Feb/2008, @14:52
|
"...the playing field begins to even when you have to compile stuff yourself. :-/"
I'm a Gentoo user, you insensitive clod! ;)
|
[
Reply To This | View ]
|
Re: It might sound
by Michael on Monday 04/Feb/2008, @00:23
|
IMHO compiling yourself is overrated:
1) Debian based distros (Ubuntu) have a far larger repository than i.e SuSE
2) Quite often ./configure && make will already compile it. For KDE apps ./configure --prefix=`kde-config --prefix` && make
3) You can use "checkinstall" instead of "make install" to generate a package.
4) Now, uninstalling works like with any other package.
|
[
Reply To This | View ]
|
Re: It might sound
by Santa Claus on Monday 04/Feb/2008, @15:24
|
First of all you mean e.g. not i.e., and SUSE as SuSE is the old way :)
Yeah Debian's is bigger, but don't underestimate SUSE's repository it's been growing a lot since things became much more open after Novell took over. It's pretty amazing. Check these out: http://en.opensuse.org/Additional_YaST_Package_Repositories
The new 1 click install from SUSE is also pretty neat for things like "Codec Packs" or "KDE4".
You make compiling sound easy. But even if the compilation process is easy you need the appropriate development tools for it to compile (sometimes that's plenty) so you have to get and install them, and you also need to track and install all the dependencies for the compilation to be successful. Same if you want to use checkinstall.
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|