(1) Installing:
sudo dpkg -i xxxxxxxxxxxx.deb
(2) Find out the list of all installed packages:
dpkg --list
dpkg --list | grep -i keywords
(3) Uninstalling:
With the pack name found using the commands above, we can remove the install.
sudo dpkg --remove xxxxxxxx
Continuing and please comment to add more...
No comments:
Post a Comment