LinuxQuestions.org
Review your favorite Linux distribution.
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 02-28-2011, 09:37 PM   #1
maobin
Member
 
Registered: Feb 2011
Posts: 42

Rep: Reputation: 0
A noob qn regarding Package managers.


Hi all,
I have a noob qn, if I installed a program with yum, will I be able to see the details of the installed program with rpm -qa?

My linux has no internet access so I can't test it out.
 
Old 02-28-2011, 09:39 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Yes. yum uses rpm in the background.
 
Old 02-28-2011, 09:42 PM   #3
maobin
Member
 
Registered: Feb 2011
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AlucardZero View Post
Yes. yum uses rpm in the background.
Is there any package manager that doesnt use rpm as background? or it is a must to use rpm as a background?
 
Old 02-28-2011, 09:55 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
Originally Posted by maobin View Post
Is there any package manager that doesnt use rpm as background? or it is a must to use rpm as a background?
Not exactly sure what you mean.

Debian-based systems use apt; the packages are named *deb. *.deb packages and *.rpm packages are not interchangeable.

Arch uses its own package manager, pacman.

Slackware just quietly goes its own steady reliable way.

In any case, you can always compile from sources without bothering with a package manager, but then you may run into dependency issues.

This Wikipedia article is a good summary of package managers and formats:

http://en.wikipedia.org/wiki/Package_management_system
 
Old 02-28-2011, 10:45 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If you're interested in rpm/yum cmds, try this http://kbase.redhat.com/faq/docs/DOC-2531
 
Old 02-28-2011, 11:18 PM   #6
maobin
Member
 
Registered: Feb 2011
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by frankbell View Post
Not exactly sure what you mean.

Debian-based systems use apt; the packages are named *deb. *.deb packages and *.rpm packages are not interchangeable.

Arch uses its own package manager, pacman.

Slackware just quietly goes its own steady reliable way.

In any case, you can always compile from sources without bothering with a package manager, but then you may run into dependency issues.

This Wikipedia article is a good summary of package managers and formats:

http://en.wikipedia.org/wiki/Package_management_system
so does it mean that red hat only has yum and rpm?
 
Old 02-28-2011, 11:34 PM   #7
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908
Blog Entries: 26

Rep: Reputation: 49
yeah , red hat needs rpm file or source tarball to install software.
My friend had red hat without subscription support so he could not access repository for easy installation of software.
I suggest that you try cent OS which is similiar to red hat without hassles of compiling from source or locating desired rpm's as its repository is free .

Last edited by sumeet inani; 02-28-2011 at 11:41 PM.
 
Old 02-28-2011, 11:37 PM   #8
maobin
Member
 
Registered: Feb 2011
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sumeet inani View Post
yeah , red hat needs rpm file or source tarball to install software.
My friend had red hat without subscription support so he could not access repository for easy installation of software.
I suggest that you try cent OS which is similiar to red hat without hassles of compiling from source or locating desired rpm's as its repository is free.
Thanks for the advice
 
Old 02-28-2011, 11:39 PM   #9
maobin
Member
 
Registered: Feb 2011
Posts: 42

Original Poster
Rep: Reputation: 0
1)yum used in Fedora, CentOS-5, Red Hat Enterprise Linux 5 and above, Scientific Linux, Yellow Dog Linux and Oracle Enterprise Linux

2)up2date used in Red Hat Enterprise Linux and CentOS (CentOS-3 and CentOS-4).

I pulled this from wiki, so other than yum there is also other package manager like up2date. It is true that all the front ends will have to use rpm somehow?
 
Old 03-01-2011, 05:56 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
It is true that all the front ends will have to use rpm somehow ?
You are using an rpm based OS. All packages are "rpm packages" !

The install command used by yum (and the GUI tools) is 'rpm -Uvh <package>.rpm'.
( 'up2date' is a very old tool : Only used in some old EL4 / CentOS4.)
( EL3 / CentOS3 is obsoleted.)

..
 
1 members found this post helpful.
Old 03-01-2011, 07:14 PM   #11
maobin
Member
 
Registered: Feb 2011
Posts: 42

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
You are using an rpm based OS. All packages are "rpm packages" !

The install command used by yum (and the GUI tools) is 'rpm -Uvh <package>.rpm'.
( 'up2date' is a very old tool : Only used in some old EL4 / CentOS4.)
( EL3 / CentOS3 is obsoleted.)

..
Ic, thanks for the clarification..
 
Old 03-01-2011, 07:30 PM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Support Lifecycles for RHEL https://access.redhat.com/support/po...pdates/errata/
 
  


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
Attacks on Package Managers win32sux Linux - Security 18 07-12-2008 06:04 PM
package managers? briced Linux - Distributions 3 05-09-2008 04:29 PM
how do i use package managers and which one? FireRaven Linux - Newbie 1 04-21-2007 09:49 AM
considering package managers peok Linux From Scratch 4 07-27-2006 05:42 AM
Using multiple package managers B1-66ER Linux - General 2 09-16-2005 09:44 PM

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

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