g++ problem with suse 13.1

Hi,
I did a fresh installation of suse 13.1.

The terminal is not that friendly as in 12.2

Also when i tried g++ -v
it is saying g++ is saying
If ‘g++’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf g++

please help

On 2013-12-15 16:06, Rajesh1978 wrote:
>
> Hi,
> I did a fresh installation of suse 13.1.
>
> The terminal is not that friendly as in 12.2

Why not?

>
> Also when i tried g++ -v
> it is saying g++ is saying
> If ‘g++’ is not a typo you can use command-not-found to lookup the
> package that contains it, like this:
> cnf g++
>
> please help

Why don’t you run ‘cnf g++’ and find out?


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

jesh@linux-byjv:~> cnf g++

The program ‘g++’ can be found in following packages:

  • gcc-c++ path: /usr/bin/g++, repository: zypp (openSUSE-13.1-1.10) ]
  • gcc-c++ path: /usr/bin/g++, repository: zypp (repo-oss) ]

Try installing with:
sudo zypper install gcc-c++

got this msg

Hello, seems like the package isn’t installed. Have you tryed to install it with yast or with zypper?

To do it with zypper just type in a terminal the command that you get with cnf: sudo zypper install gcc-c++

thanks it worked

On 2013-12-15 18:46, Rajesh1978 wrote:
>
> thanks it worked

See? the message was telling exactly what to do. First run cnf to find
it, then it told you what to install.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)