Why do removed or uninstalled debian packages still shows in dpkg list?
It is often very confusing when you notice removed or uninstalled debian packages still shows in dpkg list. This usually happens when you remove the debian packages through sudo apt remove <package_name> command and after removal when you check the list of installed packages through dpkg -l command then the removed packages still be showing ... Read more