VMware Cloud Community
averlon
Enthusiast
Enthusiast

install cli on ubuntu 12.04

Hi,

I am new in this forum.

Running an ESXi 5.x with 3 VMs with Ubuntu.

I am trying to install the cli on my Ubuntu 12.04 Desktop System but fail.

Message:

Please wait while configuring CPAN ...

CPAN config Command failed .

Install not able to configure CPAN. Please configure CPAN manually and re-run
the Installer.

Can anyone give me a hint what to do!?

Thanks in advance.

Regards

Karl-Heinz

Regards Karl-Heinz
5 Replies
a_nut_in
Expert
Expert

Hey Karl,

Check if this helps

http://kb.vmware.com/kb/2011425

Regards

a

Do remember to mark my post as "helpful" or "correct" if I've helped resolve or answer your query!
0 Kudos
averlon
Enthusiast
Enthusiast

Hi,

unfortunately, no - it does not.

It just says I have to install the perl modules manually.

That's what I allready knew.

The question of all questions is: which and how.

I wasn't able to find anything about it in more details.

Thanks anyway for help.

Regards

Karl-Heinz

Regards Karl-Heinz
0 Kudos
nielse
Expert
Expert

Can you try apt-get install cpan ? This should be enough normally.

@nielsengelen - http://foonet.be - VCP4/5
0 Kudos
averlon
Enthusiast
Enthusiast

Hi,

CPAN was already installed.

Regards Karl-Heinz
0 Kudos
averlon
Enthusiast
Enthusiast

Solution: Smiley Happy

I had to upgrade to the latest CPAN version.

perl -e shell -MCPAN
install CPAN
reload CPAN
exit

Then the cli installer worked.
Regards Karl-Heinz