Skip to main content
Improve formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

This seems to work for me, except apt is not considered as having a stable API:

LC_ALL=C apt list --installed | grep -F '[installed,local]'

LC_ALL=C apt list --installed | grep -F '[installed,local]' 

This seems to work for me, except apt is not considered as having a stable API:

LC_ALL=C apt list --installed | grep -F '[installed,local]'

This seems to work for me, except apt is not considered as having a stable API:

LC_ALL=C apt list --installed | grep -F '[installed,local]' 
Source Link
strk
  • 11
  • 1

This seems to work for me, except apt is not considered as having a stable API:

LC_ALL=C apt list --installed | grep -F '[installed,local]'