How to uninstall or remove old kernels in Ubuntu
Ubuntu always keeps the old kernel even after installing a new kernel. This is done just in case the new one doesn’t work well for… Read More »How to uninstall or remove old kernels in Ubuntu
Ubuntu always keeps the old kernel even after installing a new kernel. This is done just in case the new one doesn’t work well for… Read More »How to uninstall or remove old kernels in Ubuntu
1. Howto install a .deb file $ sudo dpkg -i package_file.deb 2. Hoto uninstall a .deb file $ sudo dpkg -r package_name 3. Howto find… Read More »How to install/uninstall .deb file using dpkg a close look