Tuesday, April 30, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 2210  / 1 Year ago, sat, march 4, 2023, 10:56:40
apt list --installed

The above command will list all installed apps which is usually more than 100 but I need to see all apps that start with a specific word


Example:

I have installed more than 2 wine versions and I want to uninstall them
but when I write apt list --installed, even scrolling to reach the top is time consuming so I want some way to make this list smaller like the command ls win* in directories


Note: I'm using Ubuntu 21


More From » command-line

 Answers
2

apt list --installed | grep wine should do what you want.


[#1261] Sunday, March 5, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tubequ

Total Points: 11
Total Questions: 113
Total Answers: 115

Location: Equatorial Guinea
Member since Thu, Oct 7, 2021
3 Years ago
;