LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-13-2005, 09:51 PM   #1
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Rep: Reputation: 32
Question Is there a distro better suited to newly installed packages?


Is there a distro, or group of distros that accept newly installed packages better than others? In other words, is there a distro that has no major modifications and can accept most programs available without negative effects . I have seen the many different package managers, each having it's own spin on things. I have also used some of these to install new packages only to experience strange results afterwards. Obviously something didn't quite gel with the other stuff in my Linux. (Please don't ask for examples as I no longer remember specifics)

I use MEPIS mainly and understand that it will accept packages from debian repositories. I have to, however, watch for packages that modify the kernel as it has already been modified by MEPIS. This is the type of thing that I would like to avoid.

Thanks
 
Old 09-13-2005, 10:21 PM   #2
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
I'm not sure I know what you're asking.
 
Old 09-13-2005, 10:28 PM   #3
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
Stick with Debian. You can install and uninstall as many apps as you want with no problems. They only way you can upgrade the kernel is by doing so intentionally.
 
Old 09-14-2005, 02:18 AM   #4
Charred
Member
 
Registered: Mar 2005
Location: Utah, USA
Distribution: Slackware 11
Posts: 816
Blog Entries: 2

Rep: Reputation: 30
Packages are supposed to be compiled on a vanilla machine to ensure maximum compatibility.

I also don't understand your question, as installing a package shouldn't affect the kernel.
 
Old 09-14-2005, 02:28 AM   #5
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Always use packages intended for exactly your distribution, and you'll be safe:
- use Debian packages with plain Debian;
- use Mandriva packages with plain Mandriva;
- use SuSe packages with plain SuSe;
- ...

Yves.
 
Old 09-14-2005, 03:50 AM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Gentoo is better when upgrading programs. IMHO, it is the easiest distribution that I came across when I figure it is time to upgrade. Everything in Gentoo is compiled on your system instead of someone else's computer. With packaged based distributions, you get to a point when you curse. Packaged based distributions are hail for long term usage.
 
Old 09-14-2005, 06:52 AM   #7
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Unfortunately, not everyone has a triple-core P6 4GHz with a 10000RPM hard disk and 4GB of RAM... LOL OK I'm exagerating a bit, but you get the point.

Yves.
 
Old 09-14-2005, 05:55 PM   #8
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Original Poster
Rep: Reputation: 32
Sorry for the confusing wording of my question.

What I would like to know is this : I know there are packages made for specific distros. But, what do I do when there is not a package made for my specific distro? Is it ALWAYS safe to 1) ./configure
2) make
3) make install

Or can that sometimes "screw things up too.?"
When I say "screw-things up" I am referring to what might happen if I installed a Debian package on a Gentoo machine, etc...

Thanks for your patience
 
Old 09-15-2005, 04:10 AM   #9
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
When there is no package for your distro, then experience is a nice thing to have And to get experience, it is said you have to screw a distro or two

Example, I have Debian on my laptop, and I wanted to installed Dillo-frames (a patched version), for which only RPMs exist. I installed it nonetheless using "alien", knowing that:
- for this program, I am sure not to break anything,
- dependencies are *not* automatically handled for a RPM package,
- dependencies are few and trivial.

So it depends a lot on the kind of program that you install, and only experience can help you in this area.

As a last resort, there's always the possibility to build from source. Dependencies are not handled this way though. I wrote an article on this subject:
My web site > Computing > Linux > software/install.

Yves.
 
Old 09-15-2005, 06:53 AM   #10
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
Quote:
Originally posted by glenn69
Sorry for the confusing wording of my question.

What I would like to know is this : I know there are packages made for specific distros. But, what do I do when there is not a package made for my specific distro? Is it ALWAYS safe to 1) ./configure
2) make
3) make install

Or can that sometimes "screw things up too.?"
When I say "screw-things up" I am referring to what might happen if I installed a Debian package on a Gentoo machine, etc...

Thanks for your patience
When installing new software, there is always the possibility of screwing things up. This is OS-independent. What I can say, is that with most distros it is usually safe to compile from source, but with package-based distros, it won't register that you have it installed. I use Slackware. I like Slackware. I've never had a problem compiling anything with Slackware. Take from that what you will.
 
Old 09-15-2005, 07:03 AM   #11
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Quote:
When installing new software, there is always the possibility of screwing things up.
No I don't agree. In my example (Dillo), there was absolutely no way for it to break anything.

As for compiling from source, my method is to compile and install each program under its own prefix. However I admit that compiling some programs from source (non-mainstream programs usually) can lead to unexpected things. This is where experience comes in.
Yet it is mostly safe as long as it has nothing to do with the kernel nor with the boot process.

Yves.
 
Old 09-15-2005, 04:37 PM   #12
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
Originally posted by theYinYeti
Unfortunately, not everyone has a triple-core P6 4GHz with a 10000RPM hard disk and 4GB of RAM... LOL OK I'm exagerating a bit, but you get the point.

Yves.
No one needs a triple core processor to compile kde, gnome, and xorg to get a working GUI setup. They just need about 3/4 of a day to compile all of those. Compiling using multiple processor system sometimes break the program that is compiling. A 100000 RPM hard drive is not any faster than a 7200 RPM. Hitachi T series (250 GB version) is as fast as Western Digital hard drive, but it has three times more space at the same price.

Compiling from source can be tedious because some programs depends on certain programs or libraries. Projects like KDE, GNOME, Xfce4, Xorg contains several program that you have to compile them in an orderly fashion. Gentoo developers uses a program to make this a breeze.

I configure and compile the kernel all the time. It is not hard to do. The configure step just takes a long time.


People PLEASE use the vB code in this forum to quote somones post. It is hard to figure out what is the quote and what is yours.
 
  


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
Where are my newly installed progams? behnt Linux - Newbie 9 04-16-2005 04:46 PM
Finding newly installed packages BAK2004 Linux - Software 1 01-01-2005 02:39 PM
ubuntu - newly installed Steph00 Linux - Newbie 0 10-26-2004 08:27 PM
Which Linux Distro better suited for Snort? jolu2000 Linux - Distributions 1 07-07-2004 08:14 PM
which distro is best suited for a laptop? Randall Linux - Newbie 13 11-03-2001 07:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:23 AM.

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