简体   繁体   English

我们如何使用命令在Linux Redhat中安装和卸载gcc?

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

i want to install and uninstall GCC using command. 我想使用命令安装和卸载GCC。 How can i do that. 我怎样才能做到这一点。

any idea? 任何想法?

Please run the following in command line: 请在命令行中运行以下命令:

Ubuntu: Ubuntu的:

sudo apt-get remove --skip-broken gcc

sudo apt-get install --skip-broken gcc

Centos: Centos下:

sudo yum remove --skip-broken gcc

sudo yum install --skip-broken gcc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM