LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-13-2010, 10:22 PM   #1
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Rep: Reputation: 6
where do i find a list of rpm and yum apps?


I downloaded rpm so far but my only problem is I don't know what apps there are for it can anyone help?
 
Old 11-14-2010, 12:47 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Will yum and rpm ARE the apps. If you are using yum, them you don't go downloading anything yourself, you just run ' yum install package_name_here' and yum does the rest.
 
Old 11-14-2010, 04:14 PM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Not sure what you're looking for, but if its a list of apps you can install, If you're using Fedora (not sure about CentOS or RHEL), I suggest installing yumex
Code:
#yum install yumex
Yumex is a simple graphical interface for yum which will display the various packages available for installation. There's also PackageKit, which, I believe, is installed by default.
 
Old 11-14-2010, 05:25 PM   #4
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Is this what you want...

You can search for and download RPMs that may not be in a particular distribution's repository.

http://rpm.pbone.net/

Last edited by thorkelljarl; 11-16-2010 at 05:32 AM.
 
Old 11-15-2010, 03:25 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by thorkelljarl View Post
Is this what you want...

You can search for and download RPMs that may not be in the a particular distribution's repository.

http://rpm.pbone.net/
I hope not. web interfaces to repos can be very confusing to nebies, and give a very skewed and incorrect way of how software is dealt with by any Linux distro. They're massively useful, but never a first or second resort if you want a simple life.
 
Old 11-15-2010, 07:05 AM   #6
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by thorkelljarl View Post
Is this what you want...

You can search for and download RPMs that may not be in the a particular distribution's repository.

http://rpm.pbone.net/
Very true. But I wouldn't advise installing one of those RPMs unless you know what you're doing. Been there, done that, decided early on that if an attempted installation required packages not in my distro's repositories (either official or unofficial), that I'd forgo the install.
 
Old 11-15-2010, 09:19 PM   #7
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
yumex

Quote:
Originally Posted by RockDoctor View Post
Not sure what you're looking for, but if its a list of apps you can install, If you're using Fedora (not sure about CentOS or RHEL), I suggest installing yumex
Code:
#yum install yumex
Yumex is a simple graphical interface for yum which will display the various packages available for installation. There's also PackageKit, which, I believe, is installed by default.
I tried that code and the terminal said there is no such file or directory. Is there another way to do it? I'm using ubuntu 10.10 if need more info let me know. thank you
 
Old 11-15-2010, 10:38 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
I tried that code and the terminal said there is no such file or directory. Is there another way to do it? I'm using ubuntu 10.10 if need more info let me know. thank you
Ummm ... why on earth would you want to use yum/rpm on a debian
based system? You have apt-get, apt-cache, aptitude, synaptic, ...



Cheers,
Tink
 
Old 11-15-2010, 10:45 PM   #9
foottuns
Member
 
Registered: Nov 2009
Location: London
Distribution: Fedora 16
Posts: 92

Rep: Reputation: 17
what distro are u running?
 
Old 11-15-2010, 11:04 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by foottuns View Post
what distro are u running?
Ubuntu 10.10
 
Old 11-16-2010, 08:45 AM   #11
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
The only reason you might need rpm and/or alien is to convert deb files to rpms or vice-versa
 
Old 11-16-2010, 11:44 AM   #12
mdlinuxwolf
Member
 
Registered: Dec 2006
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 385

Rep: Reputation: 42
Quote:
Originally Posted by Tinkster View Post
Ummm ... why on earth would you want to use yum/rpm on a debian
based system? You have apt-get, apt-cache, aptitude, synaptic, ...



Cheers,
Tink
I favor apt-get or its GUI Synaptic. I've used them with great success on Mepis. Don't forget to add your multimedia repositories, flash etc.
 
Old 11-16-2010, 06:32 PM   #13
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
to learn something new

Quote:
Originally Posted by Tinkster View Post
Ummm ... why on earth would you want to use yum/rpm on a debian
based system? You have apt-get, apt-cache, aptitude, synaptic, ...



Cheers,
Tink
well its to learn something new i know apt-get works but would like to learn more thats all.
 
Old 11-16-2010, 06:33 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by linux/unix87 View Post
well its to learn something new i know apt-get works but would like to learn more thats all.
Install centos under VirtualBox.



Cheers,
Tink
 
Old 11-16-2010, 06:36 PM   #15
linux/unix87
Member
 
Registered: Oct 2010
Posts: 190

Original Poster
Rep: Reputation: 6
ubuntu 10.10

Quote:
Originally Posted by foottuns View Post
what distro are u running?
Im using ubuntu 10.10. Do you know about yumex? nobody really answered the question i asked before. They were awed about me using yum/rpm on debian.
 
  


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 can I find the rpm that yum already downloaded? mr3d Linux - Newbie 3 06-27-2009 05:25 PM
rpm/yum don't list the mysql I've just installed Swakoo Linux - General 5 04-20-2007 04:36 AM
Is there a recommended list of RPM repositaries that can be used with YUM? Akhran Linux - Newbie 2 04-02-2006 03:22 AM
I installed OOo but I can't find it in the apps list. Ausar Linux - Newbie 2 07-22-2005 04:30 AM
Already installed apps not loading after rpm installer for other apps toastermaker Linux - Newbie 11 11-17-2003 11:25 AM

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

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