Home >Operation and Maintenance >Linux Operation and Maintenance >How to install files with .deb suffix in linux

How to install files with .deb suffix in linux

王林
王林Original
2019-12-12 09:56:306690browse

How to install files with .deb suffix in linux

The installation file extension applicable to Kubuntu system is .deb, because Kubuntu is closely related to Debian GNU/Linux. You can download and install the [.deb] file separately.

To install a .deb file, simply Right-click the .deb file and select Kubuntu Package Menu->Install package.

Free learning video tutorial recommendation: linux video tutorial

Or, you can enter the following content in the terminal to install the .deb file

sudo dpkg -i 软件包名.deb

Uninstall .deb file, you can use Adept, or enter:

sudo apt-get remove 软件包名称

Recommended related article tutorials: linux tutorial

The above is the detailed content of How to install files with .deb suffix in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn