sudo apt install make
程序员文章站
2022-07-14 15:33:01
...
sudo apt install make
1. sudo apt install make
(base) [email protected]:~$ make
Command 'make' not found, but can be installed with:
sudo apt install make
sudo apt install make-guile
(base) [email protected]:~$
2. sudo apt install make
(base) [email protected]:~$ sudo apt install make
[sudo] password for yongqiang:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
make-doc
The following NEW packages will be installed:
make
0 upgraded, 1 newly installed, 0 to remove and 58 not upgraded.
Need to get 154 kB of archives.
After this operation, 381 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
Fetched 18.8 kB in 37s (504 B/s)
Selecting previously unselected package make.
(Reading database ... 34197 files and directories currently installed.)
Preparing to unpack .../make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Setting up make (4.1-9.1ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
(base) [email protected]:~$
3. which make
(base) [email protected]:~$ which make
/usr/bin/make
(base) [email protected]:~$
推荐阅读
-
Ubuntu 执行 apt-get install ××× 报错
-
python 错误信息是:sudo :apt-get:command not found
-
docker 容器内apt-get install 报E: Unable to locate package xxx问题解决
-
UBuntu中sudo gem install sqlite3 无法执行成功
-
Ubuntu18.04 ROS填坑之 roscore Command ‘roscore‘ not found, ..... : sudo apt install python-roslaunch
-
ubuntu执行sudo apt-get update提示缺少公钥
-
WSL2 ubuntu20.04 “sudo apt update“失败-connection failed,创建proxy解决
-
树莓派-10-sudo apt-get install 安装软件报错
-
sudo apt install thonny 树莓派安装thonny无法定位软件包 换源
-
sudo apt-get install 报错解决