In this video, we'll show you how to list installed packages on Ubuntu using the dpkg and apt list commands. We’ll also cover how to uninstall packages from the command line, including searching for the package and removing it using the apt purge command.
Commands Used:
dpkg -l
dpkg --get-selections
apt list --installed
grep
apt purge
apt autoremove
Whether you're a new Ubuntu user or looking to improve your command-line skills, this tutorial will help you manage your installed software effectively.
Timestamp
00:00 – Intro
00:12 – Listing Packages with dpkg Command
01:05 – Filtering Packages with grep
01:36 – Listing Packages with apt list Command
01:51 – Uninstalling Packages
#ubuntu #listinstalledpackages #linux #linuxcommands