开发者

How we can install and uninstall gcc in linux redhat using command?

开发者 https://www.devze.com 2023-04-12 07:34 出处:网络
i want to instal开发者_开发问答l and uninstall GCC using command. How can i do that. any idea?Please run the following in command line:

i want to instal开发者_开发问答l and uninstall GCC using command. How can i do that.

any idea?


Please run the following in command line:

Ubuntu:

sudo apt-get remove --skip-broken gcc

sudo apt-get install --skip-broken gcc

Centos:

sudo yum remove --skip-broken gcc

sudo yum install --skip-broken gcc
0

精彩评论

暂无评论...
验证码 换一张
取 消