Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux's way to view installed software

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

This article shares with you how to view installed linux software. Xiao Bian thinks it is quite practical, so share it for everyone to make a reference. Let's follow the editor and have a look.

1. rpm package installed, can be seen with rpm -qa, if you want to find out whether a software package is installed, use rpm -qa| grep "Name of software or package"

rpm -qa | grep perl

2, installed in deb package, can be seen with dpkg -l. If it is to find the specified package, use dpkg -l| grep "Name of software or package"

Free online video tutorials Share: Linux video tutorials

dpkg -l | grep perl-bash: dpkg: command not found

3, yum method installed, you can use yum list installed to find, if it is to find the specified package, use yum list installed| grep "Software name or package name"

yum list installed | grep perl

The above description is the linux view installed software method, the specific use of the situation also needs to be used by our own experiments to understand. If you want to know more about it, please pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report