See the list of installed packages in Linux Mint/Ubuntu using command line



See the list of installed packages in Linux Mint/Ubuntu using command line

See the list of installed packages in Linux Mint/Ubuntu using command line

To see the list of packages currently installed in Linux Mint or Ubuntu .
Open the command Line terminal and run the command :
dpkg –get-selections

The enitre list can be very long, so you can filter your package through grep :
dpkg –get-selections | grep { package-name}

To know the location of any installed package, run command :
dpkg -L python

❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤

# Visit my blog for more updates – http://linuxforever.info/

❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤

Comments are closed.