Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-07-2005, 11:39 AM
|
#1
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Rep:
|
installing KDE3.2.3 from rpm's
i found KDE3.2.3 rpm's for mandrake and downloaded them(about 250). there where no instructions or readme file.
so i did :
rpm -ivh *.rpm
and there where some lines going down the shell. so now i'm wondering if it is installed, shall i configure it and how to start the new KDE?
(i'm new to linux. i tried to install KDE3.4 through help-tool 'konsturct' but eventually i gave op. i solved many problems but i still got some errors which i couldn't resolve, so i figured i need different gcc but then i saw what gcc installation would be like, a hell, so i gave op..)
|
|
|
04-07-2005, 12:45 PM
|
#2
|
LQ Newbie
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 22
Rep:
|
Isn't KDE 3.2.3 the default on Mandrake 10.1? If so, just grab it using urpmi from the CD's
Migulic
|
|
|
04-07-2005, 12:55 PM
|
#3
|
Member
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808
Rep:
|
Yeah, 10.1 has KDE3.2.3 by default. Use either urpmi or rpmdrake to install. (One should almost *never* do a raw "rpm" command in Mandrake -- it will work, but that way lies dependency hell. Urpmi takes care of that for you.  )
|
|
|
04-08-2005, 06:36 AM
|
#4
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
i have mandrake 9.0 ( i'm about to get 10.1. )
what is urpmi?
i tried to run command but it cannot be found..
i ran this:
rpm -ivh *.rpm - in the directory where i downloaded rpm's.
does it mean that kde3.2.3 is installed somewhere, i think it is because i have about 400-500
less MB storage...
|
|
|
04-08-2005, 07:10 AM
|
#5
|
LQ Newbie
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 22
Rep:
|
URPMI is the Mandrake (now Mandriva) package management tool. It probably said "command not found" because you tried to run the command as a user, while it should be done as root.
I would suggest that you upgrade your system to 10.1 through the internet. First, run RPMDrake from the Mandrake Control Center and uncheck all your old sources (eg. CDs). Then follow the instructions/sources at EasyURPMI. Just choose 10.1 official and only the main and updates sources. Select the mirror closest to you and then enter the command it will tell you to into a terminal window as root.
Then type in (also as root):
then, after it's finished:
Code:
urpmi --auto -–auto-select
It will take a long time depending on the speed of your computer/internet connection. After you're done, do
choose the one up top, kernel 2.6.8 (I think it's either number 1, 2 or 3)
When it's done, simply reboot and you'll have a Mandrakelinux 10.1 installation with all your settings and data preserved. Good luck!
Migulic
Last edited by migulic; 04-09-2005 at 01:40 AM.
|
|
|
04-08-2005, 08:18 AM
|
#6
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
thanks migulic for detailed instructions,
i didn't know that i could upgrade mandrake just like that !!
i think i'll try it latter(i'm having a break from linux software installation) and see what happens..
your instructions sound very convinced and certain like it would work 90%..
i'll be back latter with a positive or negative outcome..
(the main reason i do kde3.2.3 installation is because i'm hopping it would solve a irritating
problem: because i have a LCD screen a message 'input not supported' floating on my screen
so i'm hopping that new kde will remove this s* )
|
|
|
04-08-2005, 10:06 AM
|
#7
|
Member
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808
Rep:
|
Just be sure you back up your system before doing the upgrade. 9.x to 10.1 is a big step, and there are so many changes it *could* foul up your system. Your best bet might be to do a complete, fresh install of 10.1 from CD.
|
|
|
04-08-2005, 02:34 PM
|
#8
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
..i did command at easyurpmi and packages where downloaded( 1 hour-i have spedy net)
but some packages were not proper signature so i cancel them. when downloading was over
it said 'preparing installation' and then came message that, i can't remember, something was wrong
than i ran:
urpmi update -a
but after some time came 'Installation failed' because a bunch of packages were missing like this:
Installation failed:
ldetect-lst >= 0.1.23-1mdk is needed by drakxtools-backend-10.1-27.5.101mdk
kdelibs == 3.0.3-30mdk is needed by kdelibs-devel-3.0.3-30mdk
librpm-4.0.4.so is needed by perl-RPM-0.40-3mdk
...etc.
i constantly ran into 'missing packages' problem when i try to install something..
shouldn't update figure it out what packages are needed and then somehow find them??
i tried to run updating again to download those packages where there was unproper signature
but i can't because 'medium "updates" already exists'
what is the next step i could do?
|
|
|
04-09-2005, 01:39 AM
|
#9
|
LQ Newbie
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 22
Rep:
|
Did you deselect your old sources (eg. CDs)?
If not, you will run into conflicts with package versions.
Migulic
PS: Here you can find some more detailed instructions on upgrading Mandrake: http://forum.mandrakeclub.com/viewto...hlight=upgrade
|
|
|
04-09-2005, 12:09 PM
|
#10
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
.i unchecked cdroms and the amount of missing packages went to 2, then i did something, and number of missing packages were
1. then i run urpmi --auto --auto-select and number of missing packages is still 1. then i run
urpmi kernel and the missing package is still this one:
libstdc++3.3 >= 3.3.4 is needed by OpenOffice.org-1.1.3-2mdk
than i downloaded the package libstdc++5-3.3.1-2mdk.i586.rpm and ran it with urpmi from console.
and then i realize that other packages(like 200 ) and ok i did it, but afterwords i found that the same package
is still missing and than i ran again libstdc++... but know is some kind of problem it cannont be installed.
then i reboot it and my startx wont work, but i had solution i run upgrade from cd's and could see my
kde..so is there any solution to the problem?? if not then i just have to wait the cd's to arrive..
|
|
|
04-16-2005, 11:37 AM
|
#11
|
LQ Newbie
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 22
Rep:
|
remove OpenOffice.org before upgrading should fix it
|
|
|
04-18-2005, 07:08 AM
|
#12
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
thanks, god idea!
i've already installed 10.1 official, but i might install 9.0 on another partition and just
check if it will work to upgrade..
|
|
|
04-18-2005, 09:00 AM
|
#13
|
LQ Newbie
Registered: Mar 2004
Location: Belgium
Distribution: Ubuntu
Posts: 22
Rep:
|
Quote:
Originally posted by dm39i
thanks, god idea!
|
You're welcome.
BTW, you mean good idea?
Migulic
|
|
|
04-19-2005, 05:25 AM
|
#14
|
Member
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94
Original Poster
Rep:
|
..yes GOOD idea, it was spell error, in denmark good=god..
|
|
|
All times are GMT -5. The time now is 12:29 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|