LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 06-03-2009, 11:40 AM   #1
noctilucent
Member
 
Registered: Jun 2009
Distribution: slackware
Posts: 123

Rep: Reputation: 34
RHEL / CentOS - In need of clarifications on various aspects


Hello.

I am in need of some clarifications regarding Red Hat Enterprise Linux and/or CentOS:

- Are the distributions suitable for command-line centric systems? Details: the machines are not servers but will rather be used either as development | "desktop" boxes. By looking at (least at) Fedora it would seem that there is a strong focus on GUI components. Do RHEL/CentOS make the assumption that non-server users will generally be operating from behind a graphical interface [and act in accordance to this assumption]? I am used to configuring the various tools I use by editing their.. configuration files [having first read the respective manpages, if needed]. Some machines are 100% command line [I insist: they are not used as servers] - we are talking 80x25 terminals.

- Assuming we install package P which requires R1 and R2. After a period of time T, we decide we no longer want P. Is there a way to instruct the package manager to "remove P and any of its requirements which are not needed by any other program, nor that were manually installed" [remove "leaf requirements" / "orphaned requirements" / etc. if you will]. Further attempt at an explanation:

Package P needs RNotInstalled, RAlreadyNeeded and RManuallyInstalled. RNotInstalled is not currently installed. RAlreadyNeeded is already installed because it is needed by another package currently installed on the system. RManuallyInstalled is installed because the administrator manually instructed the package manager to install it.

The installation of package P will thus also install package RNotInstalled. After time T [no other modifications have been made to the installed packages set], we decide to remove P -> can the package manager be "easily instructed" to remove P, remove RNotInstalled, keep RAlreadyInstalled, keep RManuallyInstalled?

If the package manager can not do this by default, do 3rd party tools/extensions exist that accomplish this particular task?

- Does the package management system allow the administrator to easily detect which configuration files [for example, stored in /etc] have been "modified", meaning: are currently different from the defaults shipped by Red Hat Enterprise Linux / CentOS?
 
Old 06-03-2009, 12:30 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by noctilucent View Post
I am in need of some clarifications regarding Red Hat Enterprise Linux and/or CentOS
Ah, you mean clarification the extensive documentation couldn't provide you with? Alright...


Quote:
Originally Posted by noctilucent View Post
- Are the distributions suitable for command-line centric systems?
Yes.


Quote:
Originally Posted by noctilucent View Post
Do RHEL/CentOS make the assumption that
No. Machines don't make assumptions. Humans do.


Quote:
Originally Posted by noctilucent View Post
to remove P, remove RNotInstalled, keep RAlreadyInstalled, keep RManuallyInstalled?
Packages are either known to the database (installed) or not. All installed packages are checked for dependencies. So a package being "installed manually" is not a valid criterium since the method (yum, rpm, autoupdate, rpm --justdb) doesn't matter (as long as it interfaces with RPMDB) so expecting a package management system to keep the package based on that makes no sense. So, yes, 'yum remove P' will keep "RAlreadyInstalled" if it is required by other packages and will remove "RManuallyInstalled" if it is not required by other packages. If at this point you get "outraged" or "astonished" things don't work as you think they should work you're free to supply upstream with the necessary patches ;-p


Quote:
Originally Posted by noctilucent View Post
Does the package management system allow the administrator to easily detect which configuration files [for example, stored in /etc] have been "modified", meaning: are currently different from the defaults shipped by Red Hat Enterprise Linux / CentOS?
Yes, file hashes are stored for verification purposes.

And welcome to LQ.
 
Old 06-03-2009, 01:27 PM   #3
noctilucent
Member
 
Registered: Jun 2009
Distribution: slackware
Posts: 123

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by unSpawn View Post
Ah, you mean clarification the extensive documentation couldn't provide you with? Alright...
Indeed. I appologise for being lazy in this.

By "installed manually" I meant a package which was explicitly installed by the system administrator via the package management system [I did not mean: installed via configure->make->etc.]. I was trying to make a distinction from those installed packages which are "installed automatically" [because they are required as dependencies].


Quote:
Originally Posted by unSpawn
So, yes, 'yum remove P' will keep "RAlreadyInstalled" if it is required by other packages and will remove "RManuallyInstalled" if it is not required by other packages.
That is what I wanted to know, the answer satisfies me. Because of this, at this point I am not outraged nor astonished and will happily not supply any patches to 'upstream' :-)

Quote:
Originally Posted by unSpawn
Yes, file hashes are stored for verification purposes.
Exactly the kind of thing I was looking for.

Quote:
Originally Posted by unSpawn
And welcome to LQ.
Thank you, unSpawn. And thank you for your time & clarifications.

Last edited by noctilucent; 06-03-2009 at 01:29 PM.
 
Old 06-03-2009, 01:44 PM   #4
noctilucent
Member
 
Registered: Jun 2009
Distribution: slackware
Posts: 123

Original Poster
Rep: Reputation: 34
Forgot to address this one:

Quote:
Originally Posted by unSpawn View Post
No. Machines don't make assumptions. Humans do.
I see. Well then, since RHEL/CentOS are incapable of making assumptions [or perhaps are unwilling, it is not clear from your post], do the RHEL/CentOS developers make the assumption that non-server users will generally be operating from behind a graphical interface [and act in accordance to this assumption]?
 
Old 06-03-2009, 06:14 PM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by noctilucent View Post
since RHEL/CentOS are incapable of making assumptions [or perhaps are unwilling, it is not clear from your post], do the RHEL/CentOS developers make the assumption that non-server users will generally be operating from behind a graphical interface [and act in accordance to this assumption]?
It's not a question of making assumptions, hand-holding or willingness. I'd say the whole GUI thing is just perception: if you had used say Fedora only in CLI-only mode you wouldn't know any better. Like most GNU/Linux distributions you can install, configure and use whatever userland toolkit configuration you like. For me running a CLI install of base only, adding required packages, tending to the little collateral left and configuring by hand doesn't take much time.
 
Old 06-03-2009, 06:57 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I think in answer to one of your earlier questions, the package manager won't remove installed dependencies.

So for example, if "yum install P1" also installs P2, "yum remove P1" will only remove P1. "yum remove P2" will remove both P1 and P2 since P1 requires P2. Note that if P1 requires P2 and P3, removing P2 will leave P3 on the system, but still remove P1.

Where I've installed a package plus dependencies and no longer require a package, I simple pick the installed packages from the log and uninstall them all. This is usually pretty straightforward since I tend to do this pretty soon after the fact, but would be rather more problematic 6 months later.

Does it really matter that much if you have orphan packages on the system? It's potentially a bit of a minefield, since there may be co-dependencies (ie dependencies required by other packages), so you can't simply remove all dependencies necessarily.

Last edited by billymayday; 06-03-2009 at 08:37 PM. Reason: Typos
 
Old 06-03-2009, 08:34 PM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Yeah, you're absolutely right, I should have checked that more carefully.
 
Old 06-03-2009, 11:57 PM   #8
noctilucent
Member
 
Registered: Jun 2009
Distribution: slackware
Posts: 123

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by billymayday View Post
<..>
Does it really matter that much if you have orphan packages on the system?
Thank you, billymayday. Yes, it matters quite much.
 
Old 06-04-2009, 12:05 AM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Then I suspect that you would need to run "yum deplist <package>" and manually remove any dependencies that are not required by other packages.

So in the example I gave earlier, "yum deplist P1" would list P2 and P3. You could then use "yum remove P2", and only select "yes" if nothing outside of the deplist or parent (ie P1 or P3) would be removed with it.
 
  


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
Difference between CENTOS 5.2 and RHEL 5.2 louisb Linux - Enterprise 8 07-26-2010 05:03 AM
using centos repos under rhel sycamorex Linux - Software 4 05-26-2008 11:35 AM
Using CentOS over RHEL: Some questions Swakoo Linux - Enterprise 8 03-20-2007 08:30 PM
Is CentOS RHEL or RHEL Server? mikes63737 Linux - Distributions 1 02-28-2006 04:35 PM
Migrate from RHEL 3 to centos t2dreamer Red Hat 9 11-05-2005 08:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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