472,355 Members | 1,704 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

List installed packages

How can I list installed rpm packages ?
May 25 '20 #1
3 11121
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.
3 Weeks Ago #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
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. header("Location:".$urlback); Is this the right layout the...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...

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.