Packages
1 2 3 |
dpkg -l |
or
1 2 3 |
dpkg --get-selections |
This command will display a list of packages that installed on your Raspberry Ri or run the following command to search for a package on your Raspberry Pi
1 2 3 |
apt-cache search (Package) |
Use this command to remove a package:
1 2 3 |
sudo apt-get --purge remove |
(Visited 7 times, 1 visits today)