LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   trying to install Gcc complier c++ (https://www.linuxquestions.org/questions/fedora-installation-39/trying-to-install-gcc-complier-c-4175506027/)

chipkraft 05-25-2014 03:27 AM

trying to install Gcc complier c++
 
Hello,
i installed VM ware in my laptop on a fedora 20 OS, after installation when i tried to use the VM ware after installation it is askng to install gcc complier c++
can any one help me out in getting the gcc complier c++

knudfl 05-25-2014 03:29 AM

Welcome to LQ.

Simply : # yum install gcc-c++

chipkraft 05-25-2014 03:47 AM

i tired but no results

pan64 05-25-2014 04:37 AM

That is definitely not true. If you have really tried there should be a result. Probably not the expected one, but something else happened. So what have you done and what was the response?

johnsfine 05-25-2014 06:59 AM

Quote:

Originally Posted by knudfl (Post 5176664)
Simply : # yum install gcc-c++

A beginner might not recognize that # is the default prompt for root, so the command after that is something you are suggesting be typed when logged in as root.

John VV 05-25-2014 02:24 PM

using "gcc-c++" is a happy accident , in that is will install things needed as dependencies
but the full command would be
Code:

su -
------- type in your root password when asked for -------
yum groupinstall "Development Tools"


chipkraft 05-31-2014 12:08 PM

Hi,
i tried to install VM ware ,after installation when tried to open VM ware a menu popped VM ware kernel module updater and indicates
kernel header 3.11.10-301.fc20.i686+PAE WERE NOT FOUND,
How do i install this kernel header
please suggest

John VV 05-31-2014 12:35 PM

Code:

su -
yum install kernel-devel kernel-header


knudfl 05-31-2014 02:46 PM

# 7 .

The current kernel version is `3.14.4-200´.

If you want the PAE kernel "headers", these packages are required :
# yum install kernel-PAE kernel-PAE-devel

* And you will have to reboot the computer, to use the new kernel.

-


All times are GMT -5. The time now is 01:21 AM.