- root@debian:~# apt update
- Hit:1 https://mirrors.cloud.tencent.com/debian buster InRelease
- Get:2 https://mirrors.cloud.tencent.com/debian buster-updates InRelease [51.9 kB]
- Get:3 https://mirrors.cloud.tencent.com/debian buster-backports InRelease [46.7 kB]
- Get:4 https://mirrors.cloud.tencent.com/debian-security buster/updates InRelease [65.4 kB]
- Fetched 164 kB in 1s (173 kB/s)
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- All packages are up to date.
- root@debian:~# apt install -y make cmake gcc gcc-c++ gcc-g77 autoconf automake
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- E: Unable to locate package gcc-c+
- E: Unable to locate package gcc-g77
复制代码 |