Installing and uninstalling .deb files in ubuntu from command line Posted by papadiddydoo | Feb 26, 2013 | Operating Systems, Shell, Ubuntu | 0 | to install sudo dpkg -i package_file.deb to uninstall (remove) sudo dpkg -r package_file.deb.
Recent Comments