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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-01-2011, 01:32 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2011
Posts: 11
Rep: 
|
Bash scripting rpm
Hey guys
can someone please help me with this
Displays ONLY the description text for the RPM package
how can you do it , ive read online that
"# rpm -qi " gets you all the information
how can i just get description ?
any help will be most appreciated
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
06-01-2011, 01:44 AM
|
#2
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
Hello,
I have reported your thread to be closed; Please try to refrain from posting duplicate threads - http://www.linuxquestions.org/questi...ckages-883871/
Me and evo2 already posted, and you have marked your thread as solved. If our solutions that we have provided worked for you, please let us know in that forum, and not this one. Thanks for understanding.
Cheers,
Josh
|
|
|
|
06-01-2011, 01:48 AM
|
#3
|
|
Senior Member
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, Ubuntu, SLES, CentOS
Posts: 1,674
|
Reply
Hi there,
Yes you can get the information about the rpm package using -qi. What you need to do is as follows:
rpm -qi package_name
If you are not sure about the package name and suppose you want to get the information about vsftpd. Then you can do as follows:
rpm -qa | grep vsftpd
The above command will get you the package_name. -qa is for query all.
Once you got the package name you can then execute the command: rpm -qi package_name.
I hope this helps
|
|
|
|
06-01-2011, 01:13 PM
|
#4
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,903
|
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
http://www.linuxquestions.org/questi...ckages-883871/
|
|
|
2 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:32 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|