MandrivaUsers.org : URPMI is missing in PCLinuxOS [solved] - MandrivaUsers.org

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

URPMI is missing in PCLinuxOS [solved] how do I install urpmi?

#1 User is offline   4di 

  • casual
  • Icon
Group:
OTW
Posts:
59
Joined:
22-September 06

Posted 05 March 2007 - 09:32 AM

i've instaled PClinuxOS that look like Mandriva2007 and a theme of Windows Vista , an I've searched for urpmi , but is missing .

i have Synaptic Software Manager, but I would like to use urpmi....

how do I install urpmi . (i can't find it with Synaptic Software Manager)


[moved from Software by spinynorman]
The next sentence is true . The first sentence was wrong.
0

#2 User is offline   Greg2 

  • 45% Platinum
  • Icon
Group:
Global Moderator
Posts:
2,361
Joined:
06-April 04

Posted 05 March 2007 - 01:51 PM

View Post4di, on Mar 5 2007, 04:32 AM, said:

how do I install urpmi . (i can't find it with Synaptic Software Manager)

I've never used PClinuxOS, but I don't think you can install urpmi... and 'make it work'. You can however use 'apt-get install' from the cli.
0

#3 User is offline   4di 

  • casual
  • Icon
Group:
OTW
Posts:
59
Joined:
22-September 06

Posted 05 March 2007 - 01:57 PM

View PostGreg2, on Mar 5 2007, 03:51 PM, said:

You can however use 'apt-get install' from the cli.


what is "cli" pls.... i will try to use apt-get install.

thx.
The next sentence is true . The first sentence was wrong.
0

#4 User is offline   Greg2 

  • 45% Platinum
  • Icon
Group:
Global Moderator
Posts:
2,361
Joined:
06-April 04

Posted 05 March 2007 - 02:21 PM

command line interface :)
0

#5 User is offline   4di 

  • casual
  • Icon
Group:
OTW
Posts:
59
Joined:
22-September 06

Posted 05 March 2007 - 03:05 PM

apt-get update than apt-get install and this is what i get :

# apt-get update
Get:1 http://distro.ibiblio.org pclinuxos/2004 release [1935B]
Fetched 1935B in 4s (408B/s)
Hit http://distro.ibiblio.org pclinuxos/2004/os pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/os release
Hit http://distro.ibiblio.org pclinuxos/2004/updates pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/updates release
Hit http://distro.ibiblio.org pclinuxos/2004/texstar pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/texstar release
Hit http://distro.ibiblio.org pclinuxos/2004/93 pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/93 release
Reading Package Lists... Done
Building Dependency Tree... Done


# apt-get install
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 removed and 183 not upgraded.


why is this "183 not upgraded." ?
The next sentence is true . The first sentence was wrong.
0

#6 User is offline   Greg2 

  • 45% Platinum
  • Icon
Group:
Global Moderator
Posts:
2,361
Joined:
06-April 04

Posted 05 March 2007 - 03:33 PM

View Post4di, on Mar 5 2007, 10:05 AM, said:

# apt-get install
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 removed and 183 not upgraded.


why is this "183 not upgraded." ?

You didn't give apt-get anything to install?

It's
apt-get install name-of-package
replace name-of-package with whatever you want to install.
Or you can do:
apt-get update
apt-get upgrade
to upgrade your system.
0

#7 User is offline   pmpatrick 

  • Mandriva Guru
  • Icon
Group:
Members
Posts:
1,857
Joined:
23-September 02

Posted 05 March 2007 - 06:21 PM

As previously noted, pclos doesn't use urpmi. IIRC it uses apt for rpm instead and manges software installation through synaptic, just like on debian based distros. You can still install rpms on pclos since it is not really a debian apt/dpkg system but is using apt for rpm. From the command line you run as root:

# rpm -ivh <package name>

Unlike urpmi, the above command will not automatically download any package dependencies. If there are unmet dependencies, the package will refuse to install.
0

#8 User is offline   scarecrow 

  • Platinum
  • Icon
Group:
Platinum
Posts:
5,072
Joined:
16-February 05

Posted 05 March 2007 - 09:38 PM

PCLinuxOS uses aptitude/synaptic, urpmi wasn't an option from the first time I used it (maybe four years ago).
If you have picked PCLOS because it looks like windows Vista, I can assure you you've picked the wrong distro...
0

#9 User is offline   mandri 

  • New Here
Group:
OTW
Posts:
26
Joined:
04-March 07

Posted 06 March 2007 - 03:19 AM

[[quote]what is "cli" pls.... i will try to use apt-get install.
Why not just use synaptic if you don't know what a cli is?Synaptic is a front end(GUI) for apt-get.
0

#10 User is offline   Ixthusdan 

  • Platinum
  • Icon
Group:
Members
Posts:
8,976
Joined:
17-September 02

Posted 06 March 2007 - 03:35 AM

You should use the method that comes with the system. Apt works great. I have PCLinuxOS installed, and it works just fine.
If you want to install a program that is not on a particular distro's list, the best thing to do is compile it youself. You will need to look at the readme files to get the depends, and even then the output of the compiler will tell you of failures, which simply means more depends. If it sounds complicated, it is. But it can be done on any distro. But check their repositories first.
0

#11 User is offline   4di 

  • casual
  • Icon
Group:
OTW
Posts:
59
Joined:
22-September 06

Posted 06 March 2007 - 10:32 AM

I like to use apt-get more than synaptic ...

thank you all for answers , now I know what I should do ....
1.apt-get update
2.apt-get upgrade

and for install apt-get install name-of-package
The next sentence is true . The first sentence was wrong.
0

#12 User is offline   ianw1974 

  • Platinum
  • Icon
  • View blog
Group:
Admin
Posts:
13,323
Joined:
09-March 05

Posted 06 March 2007 - 11:28 AM

There is also:

apt-get dist-upgrade


for kernel updates, and other more serious upgrades. You can also use aptitude which is wrapped around apt-get. Also allows search functionality and viewing package info.

aptitude install packagename
aptitude update
aptitude upgrade
aptitude dist-upgrade
aptitude search your-text-here
aptitude show packagename

Ian Walker
Juniper Networks Certified Internet Associate (JNCIA-FWV, JNCIA-IDP and JNCIA-SSL)
Aventail Certified Professional (ACP)
Certified Trend Micro Engineer

Linux Systems Limited is partnered with Red Hat Linux.

Posted Image2 x systems installed with Mandriva 2010 x86_64 (1 @ Home, 1 @ Work)

Posted Image My Linux Solutions | My Business Website
0

#13 User is offline   SoulSe 

  • Glitched
  • Icon
  • View blog
Group:
Global Moderator
Posts:
4,308
Joined:
11-November 02

Posted 06 March 2007 - 12:30 PM

View Post4di, on Mar 6 2007, 12:32 PM, said:

I like to use apt-get more than synaptic ...

thank you all for answers , now I know what I should do ....
1.apt-get update
2.apt-get upgrade

and for install apt-get install name-of-package

Synaptic is just a GUI interface for Apt. It's a better package manager than urpmi, so enjoy :)

EDIT: I've marked this thread solved, although we haven't really told you how to install urpmi in PCLOS, which is what you asked. But since it isn't easily possible and you've figured out the native package manager I guess we're done here.
Posted Image
"By all means let's be open-minded, but not so open-minded that our brains drop out." -Richard Dawkins
0

#14 User is offline   4di 

  • casual
  • Icon
Group:
OTW
Posts:
59
Joined:
22-September 06

Posted 08 March 2007 - 06:09 AM

Quote

EDIT: I've marked this thread solved, although we haven't really told you how to install urpmi in PCLOS, which is what you asked. But since it isn't easily possible and you've figured out the native package manager I guess we're done here.


This thread is really solved and now I work with PClinuxOS.

Thank you all for help. :thumbs:
The next sentence is true . The first sentence was wrong.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users