Home > System Tutorial > LINUX > 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

王林
Release: 2024-01-06 22:00:01
forward
2565 people have browsed it

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!

Related labels:
source:jb51.net
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template