Answers for "linux list installed applications"

1

linux list application installation

Use this command on ubuntu:
> sudo dpkg --listfiles [appname]
Posted by: Guest on September-10-2020
0

linux terminal show installed applications

sudo apt-get install aptitude
aptitude -F' * %p -> %d ' --no-gui --disable-columns search '?and(~i,!?section(libs), !?section(kernel), !?section(devel))'
Posted by: Guest on November-12-2021

Code answers related to "linux list installed applications"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language