build-essential

参考: https://itsfoss.com/build-essential-ubuntu/

该软件包主要的作用是一次性安装完” 安装软件包所依赖的软件包 “如gcc, g++., lib等等。

安装:

apt-get update
apt-get install build-essential -y

卸载:

--- 只卸载包本身
apt-get remove
--- 完全卸载依赖包
apt-get autoremove