URPMI is missing in PCLinuxOS [solved] how do I install urpmi?
#1
Posted 05 March 2007 - 09:32 AM
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]
#2
Posted 05 March 2007 - 01:51 PM
#3
#5
Posted 05 March 2007 - 03:05 PM
# 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." ?
#6
Posted 05 March 2007 - 03:33 PM
4di, on Mar 5 2007, 10:05 AM, said:
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-packagereplace name-of-package with whatever you want to install.
Or you can do:
apt-get update apt-get upgradeto upgrade your system.
#7
Posted 05 March 2007 - 06:21 PM
# 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.
#8
Posted 05 March 2007 - 09:38 PM
If you have picked PCLOS because it looks like windows Vista, I can assure you you've picked the wrong distro...
#9
Posted 06 March 2007 - 03:19 AM
Why not just use synaptic if you don't know what a cli is?Synaptic is a front end(GUI) for apt-get.
#10
Posted 06 March 2007 - 03:35 AM
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.
#11
Posted 06 March 2007 - 10:32 AM
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
#12
Posted 06 March 2007 - 11:28 AM
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
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.
My Linux Solutions | My Business Website
#13
Posted 06 March 2007 - 12:30 PM
4di, on Mar 6 2007, 12:32 PM, said:
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.
#14
Posted 08 March 2007 - 06:09 AM
Quote
This thread is really solved and now I work with PClinuxOS.
Thank you all for help. :thumbs:

Sign In
Register
Help
MultiQuote
