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

How to solve the problem that make can not be used in linux

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to solve the problem that make can not be used in linux". In the daily operation, I believe that many people have doubts about how to solve the problem that make cannot be used in linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubt that "make can not be used in linux". Next, please follow the editor to study!

In linux, you can use yum to install a make compiler to solve the problem that make cannot be used. Yum is based on the command of rpm package management, which can download the rpm package from the specified server and install it. The syntax is "yum install-y make".

The operating environment of this tutorial: linux7.3 system, Dell G3 computer.

What if make cannot be used in linux

Linux input "make" command cannot be executed

Want to install the network card driver manually. The network card driver has also been copied to the linux system.

Next, you should enter: make

Make install

Can be prompted by window:

-bash:make: command not found.

This is because you do not have the make compilation tool installed

Solution: install it with the yum command

Yum-y install make

The yum command, known as Yellow dog Updater, Modified, is a Shell front-end package manager in Fedora and RedHat as well as SUSE. Based on RPM package management, RPM packages can be downloaded and installed automatically from designated servers, dependencies can be handled automatically, and all dependent software packages can be installed at one time without tedious downloading and installation.

Yum provides simple and easy-to-remember commands to find, install, and delete one, a group, or even all of the software packages.

Syntax of the yum command

Yum [options] [command] [package.] At this point, the study on "how to solve the problem of make in linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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