查看文章 |
Installing/uninstalling .deb filesThese files are Debian packages. The package files associated with Ubuntu have the To install a sudo dpkg -i
You can use your package manager to uninstall a sudo dpkg -r
Converting .rpm files to .deb filesAnother type of package is the Red Hat Package Manager (RPM) file. These have the To convert an RPM into a
Installing tarballsFiles with the If there is no native Ubuntu package available in any of the Ubuntu repositories, you can use the command line to install or uninstall the tarball file. The first step will be to uncompress and extract the tarball. If it is a .tgz or a .tar.gz, in a Terminal enter: tar xfvz
Then it will be necessary to follow the instructions that come with the package. These are generally located in the extracted tarball in a file called Tarballs often contain the source code of the program, and need to be compiled in order to be used. |

