473,396 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

List installed packages

How can I list installed rpm packages ?
May 25 '20 #1
3 12250
SioSio
272 256MB
The way to check is as follows.
$ man rpm
or
$ rpm --help

The package search is the -q option, and the -a option to search all.
May 29 '20 #2
cetpainfotech
15 Byte
To list all installed RPM packages on a Linux system, you can use the command "rpm -qa". This command will show you a list of all the RPM packages that are currently installed on your system.

You can also use the command "yum list installed" which is for the yum package manager. This command will show you a list of all the packages that are currently installed on your system, including both RPM and non-RPM packages.
Jan 28 '23 #3
dommerly
3 2Bits
To list the installed RPM packages on a Linux system, you can use the following command
Expand|Select|Wrap|Line Numbers
  1. rpm -qa
This command will display a list of all the installed RPM packages along with their names and versions. If you want to save the list to a file for further analysis, you can redirect the output to a text file using the following command:
Expand|Select|Wrap|Line Numbers
  1. rpm -qa > packages.txt
This will create a file named "packages.txt" and write the list of installed RPM packages to that file. You can then open the file and view the list of packages using a text editor or any other tool of your choice.

Keep in mind that this command will work on RPM-based Linux distributions such as Red Hat, CentOS, Fedora, and openSUSE. If you are using a different package manager, the command may vary.
May 12 '23 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: sumon | last post by:
Hi, I try to install "pear" on win2k with php 4.3.3 . in Ms/dos when I give C:\>pear list INSTALLED PACKAGES: =================== PACKAGE VERSION STATE Archive_Tar 1.1 stable...
2
by: David Fraser | last post by:
Hi Is it possible to set a list of packages to be included by py2exe in the setup script instead of on the command line? I tried packages= but it didn't work. BTW this is for building wxPRE,...
1
by: Sébastien V. | last post by:
Hello, I'm quite new in Python and I discover every day very interesting new packages in this newsgroup : Is there somewhere on the web a list (as complete as possible) in which main features of...
0
by: Alexander Waldmann | last post by:
Hi, i have PEAR::SOAP installed correctly (beta, all dependent packages are installed). When i try out the following simple Script <?php print "Include is ... ";...
6
by: Caleb Hattingh | last post by:
Hi everyone I suspect this has come up before, but google and group searches for "python package index query" or "pypi query" and the like haven't turned anything up. I want to monitor the...
2
by: stef | last post by:
hello, I'm still in the transition of going from MatLab to Scipy, and installed previous week a SciPy on a PC twice, through the new "Enstaller". It's a pitty that there will be no old...
3
by: james | last post by:
Hi all, I recently updated os x from python 2.4 to 2.5 (from python.org) and in doing so I lost my old python path entries. Python 2.4 was installed using fink. Now when I do: import sys...
2
by: weijinxian | last post by:
I've installed postgresql from source code successfully on opensuse11.2. and I launch gdb to debug postgresql. when I try to "run", I get the following result: "Starting program:...
1
by: veenahuddar | last post by:
i want to know about the packages that exist in jdk1.6.0_02 will you provide me the list of packages please....
1
by: kgkgkg | last post by:
Hey everyone, I've dealt with some simple LINQ queries before, but am not sure how to tackle this one... I've got a project I'm working on where I'm dealing with two classes I've created,...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.