LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Other *NIX (https://www.linuxquestions.org/questions/other-%2Anix-55/)
-   -   Install GCC (Solaris 11 text) (https://www.linuxquestions.org/questions/other-%2Anix-55/install-gcc-solaris-11-text-4175609508/)

love113 07-09-2017 08:18 AM

Install GCC (Solaris 11 text)
 
Please help me install gcc solaris 11 step by step (Solaris 11.3 text), tks you.

Laserbeak 07-09-2017 09:32 AM

Quote:

Originally Posted by love113 (Post 5732759)
Please help me install gcc solaris 11 step by step (Solaris 11.3 text), tks you.

If you just want the Sun basic installation:
Code:

# pkg install developer/gcc
That should be it, you need to run it as root.

You said you installed the text version (I did too), so just to add if you haven't already done so, but want to install the GUI, you just type:

Code:

# pkg install solaris-desktop
Again as root. Reboot after installing.
If you're new to Solaris, there are there 3 ways to do so:

Code:

# reboot

# init 6

# shutdown -i6 -g0 -y

All as root.


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