[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Pyhton
- Subject: RE: [cobalt-users] Pyhton
- From: "Gavin Nelmes-Crocker" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Fri Mar 8 09:14:49 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I want to install Phyton on my Cube 3. I have i file but it is a rpm file
> how must i install this file on a cube 3 if it is posible. I'm a novice on
> Linux so a step by step explanation would be great.
>
Greetings Borg
We used to have a Borg Qube at Cobalt
Telnet or preferably ssh into your Qube and either do a wget
rpmlocation/rpmname to get the rpm onto your qube or ftp it to the qube.
Before you do an installing do an rpm-qa |grep python to see if anything is
already installed I can't remember on the Qube what is installed by default
Once there type su and then enter your password to become root and then type
rpm -i rpmname and it should install the only complication you might have
and it will fail with warnings is if the rpm has any dependencies that are
not already installed on the Qube.
Gavin