Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of installing Software in linux system

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

How to install software in linux system? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

The Linux software needs to be installed on the Linux system. The following installation methods are described below:

1. Install through the graphical interface

First download the installation package, and then double-click it

Will open it in the application market, and then click install.

2. Install under the terminal

Download binary packages with suffixes such as .tar

Use the command to move the package to the / usr/local directory.

Mv packageName.tar / usr/local

Decompression

Tar-xvf packageName.tar

After execution, the contents of the compressed package will be in packageName. At this time, we can set up a soft chain to access the program under all paths.

Ln-s / usr/local/packageName/bin/ executable file / use/local/bin/ executable file

Note: the executable file above is the main program.

This allows you to open the program through an executable file.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report