Home  >  Article  >  System Tutorial  >  How to install deb format installation package under Linux? Deb installation package installation tutorial

How to install deb format installation package under Linux? Deb installation package installation tutorial

王林
王林forward
2024-01-06 22:00:012479browse

How to install the deb format installation package under Linux?This article introduces you to the method of installing the .deb format installation package under the Linux system. Friends in need should not miss it!

deb installation package installation tutorial

First we download a software package in deb format and remember its location.

How to install deb format installation package under Linux? Deb installation package installation tutorial

Open the HyperTerminal that comes with Linux.

How to install deb format installation package under Linux? Deb installation package installation tutorial

First open the path of the first step under the hyper terminal and use cd /xxxx/xxxxxx. After opening, we can use ls to view the files inside, so that we can clearly see the files.

How to install deb format installation package under Linux? Deb installation package installation tutorial

The next step is to start installing the installation package. Here we use dpkg -i file name.

How to install deb format installation package under Linux? Deb installation package installation tutorial

Next, enter the password and the software package will automatically start installing.

How to install deb format installation package under Linux? Deb installation package installation tutorial

After the installation is completed, you will see the installed files in the program.

How to install deb format installation package under Linux? Deb installation package installation tutorial

Precautions

Pay attention to the spaces between commands.

Recommended reading:

How to use autofs to mount NFS shares in LINUX system

Introduction to two methods of disabling IPv6 in Ubuntu system

How to install and run .AppImage files in Linux? Introduction to the two running methods of .AppImage files

The above is the detailed content of How to install deb format installation package under Linux? Deb installation package installation tutorial. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:jb51.net. If there is any infringement, please contact admin@php.cn delete