LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-08-2002, 02:52 PM   #31
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0

DESCRIPTION
urpmi authorizes well-known rpms (or rpm files) to be
installed including all their dependencies. You can use
it to install source package dependencies too as root, or
source package itself as simple user.

You can compare rpm vs. urpmi with insmod vs. modprobe
or dpkg vs apt-get

Just launch urpmi followed by what you think is the name
of the package(s), and urpmi will:
- Propose different package names if availables and quit.
- If only one corresponding package is found, check
whether dependencies are already installed, or not.
- If not, propose to install the dependencies and then
install all required dependencies and the package.

Note that urpmi handle installations from various medias
(ftp, http, local and nfs volumes, removable medias such
as CDROMs) and is able to install dependencies from a
media different from the package's media. If necessary,
urpmi asks you to insert the required media.

To add a new media containing rpms run urpmi.addmedia.
To remove a media use urpmi.removemedia.
To update the packages list (for example when the ftp
archive changed) use urpmi.update.
To automatically install a package corresponding to an
executable you tried to launch, use autoirpm.
To install all available menu entries of all known pack*
ages, use autoirpm-icons.

----

Last edited by chuky; 04-08-2002 at 02:55 PM.
 
Old 04-08-2002, 03:14 PM   #32
glock19
Member
 
Registered: Aug 2001
Distribution: Debian Etch
Posts: 510

Original Poster
Rep: Reputation: 32
What about the problem that Sifvion ran into. He did:

Quote:
rpm -e `rpm -qa |egrep ^kde`
And got an error:

Quote:
error: removing these packages would break dependencies:
This is how the KDE team recommends doing it, so what's the deal with the error.

Also, I'm skeptical about the urpmi method, since the KDE team doesn't mention it at all.
 
Old 04-08-2002, 03:38 PM   #33
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
urpmi worked perfect for me.
 
Old 04-08-2002, 03:44 PM   #34
jISV
Member
 
Registered: Feb 2002
Location: England
Distribution: MDK8.2
Posts: 128

Rep: Reputation: 15
I had no trouble installing it either. I used urpmi, didn't even know what it was! LOL
 
Old 04-08-2002, 04:45 PM   #35
glock19
Member
 
Registered: Aug 2001
Distribution: Debian Etch
Posts: 510

Original Poster
Rep: Reputation: 32
But can anyone address my previous post please?
 
Old 04-08-2002, 05:36 PM   #36
Annex
Member
 
Registered: Mar 2002
Distribution: Debian 3.0
Posts: 31

Rep: Reputation: 15
chucky,

so when you said "urpmi worked perfect for me."

Do you mean you simply typed the command it installed and when you loaded X voila! it worked? Boots to KDE 3.0 or did oyu have to install/modify anything else?

Simply used startkde3 from console to load it?

EDIT: I had an issues last time where I could only login as root..

is this why? : "kdebase3 warning: group nobody does not exist - using root" I got that error during install when I used your commands from root.

Any idea if this still only launches as root if there's a why to change things?

Last edited by Annex; 04-08-2002 at 05:38 PM.
 
Old 04-08-2002, 05:54 PM   #37
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Annex
Do you mean you simply typed the command it installed and when you loaded X voila! it worked? Boots to KDE 3.0 or did oyu have to install/modify anything else?

Simply used startkde3 from console to load it?
I did'nt have to modify anything, only had to change the default boot from KDE to KDE3.
 
Old 04-08-2002, 05:56 PM   #38
Annex
Member
 
Registered: Mar 2002
Distribution: Debian 3.0
Posts: 31

Rep: Reputation: 15
how do you change default boot? I remember having to do it once but I can't remember anymore

EDIT: I figured out startx /opt/kde3/bin/startkde3 works fine

however after installing it via:
"1.- Download all the rpms into a directory
2.- cd into that directory
3.- urpmi *.rpm"

It loads but in my Kmenu there are no programs, and when I try to configure the kasbar, like right click on it or the desktop and select prefernces it does nothing!

Any ideas?

Last edited by Annex; 04-08-2002 at 07:00 PM.
 
Old 04-08-2002, 08:52 PM   #39
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Rep: Reputation: 30
URPMI

Guys i dunno whats the problem. If i type urpmi in the console it tell me command not found!!.
this is wad i type.

cd to the dir.
urpmi *.rpm

command not found .

Please advise
 
Old 04-09-2002, 01:32 AM   #40
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
u have to be root
 
Old 04-09-2002, 01:40 AM   #41
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Annex
how do you change default boot? I remember having to do it once but I can't remember anymore

EDIT: I figured out startx /opt/kde3/bin/startkde3 works fine

however after installing it via:
"1.- Download all the rpms into a directory
2.- cd into that directory
3.- urpmi *.rpm"

It loads but in my Kmenu there are no programs, and when I try to configure the kasbar, like right click on it or the desktop and select prefernces it does nothing!

Any ideas?
Ok, you have used the program to edit kmenu from mandrake, haven't you? DON'T use that program, to fix your problem just delete .kde3 folder al logon again, it will be generated next time. If u want to edit your k menu you have to use the internal program of kde called kmenuedit (its better and faster and doesn't generate that **** problem).

I expect that next updagre for mandrake will be to fix this problem.
 
Old 04-09-2002, 09:02 AM   #42
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Rep: Reputation: 30
Chuky

Yes chuky im in root
by the way im using redhat 7.2
urpmi *.rpm i type this in the console and same thing
command not found.

This is getting on my nerve.
pls advise
 
Old 04-09-2002, 09:30 AM   #43
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
urpmi seems to be only for Mandrake:

http://rpmfind.net/linux/rpm2html/se...hp?query=urpmi
 
Old 04-09-2002, 10:26 AM   #44
phliver
LQ Newbie
 
Registered: Apr 2002
Distribution: slack and gentoo
Posts: 16

Rep: Reputation: 0
there have been a lot of improvements with konquerer. I've noticed that my page now renders correctly, and many others. the only page that i havent seen load correctly is http://www.mopedarmy.com
the menus on the top are supposed to slide down on mouseover. the login slides down but there are no words, the otheroptions you have to click the word and instead of sliding down it will take you to a new page with the options.
 
Old 04-09-2002, 10:39 AM   #45
chuky
LQ Newbie
 
Registered: Apr 2002
Location: Tarragona
Distribution: Debian Sid, Gentoo
Posts: 18

Rep: Reputation: 0
I don't like konqueror because it hasn't good support for javascript. Mozilla rulez.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE 3.4.1 released apachedude Linux - Software 1 05-31-2005 06:35 PM
KDE 3.4 Released . when kde packages on ftp? zvonSully Debian 6 03-30-2005 03:03 PM
KDE 3.3 Released! ganja_guru Linux - Software 28 08-20-2004 03:10 PM
KDE 3.2.1 released!!! svarreby Fedora 1 03-09-2004 04:39 PM
kde 3.1.3 released cato4liberty Linux - General 1 08-22-2003 05:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration