| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
02-05-2009, 02:23 AM
|
#16
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
Try it from the software installer gui.
"Mandriva Control Center". (MCC)
You can browse to the file or search from there if the repo is set-up.
Regards, Glenn
|
|
|
|
02-05-2009, 06:14 AM
|
#17
|
|
LQ Newbie
Registered: Jan 2009
Posts: 9
Original Poster
Rep:
|
Oh !!!! Thanks
I had download it, it takes very long time and when I try urpmi libqt3-devel it can found the package,(No package named libqt3-devel),
I'm in Indonesia
I type it from [root@localhost ~], where should I type the command
is it on the [root@localhost account(home account)]or the location can be from anywhere as long as I'm at the root.
I also got advised to instaled development application using this
urpmi gcc-c++
urpmi make
How do you think ??
sorry for being dummies, asking you so many questions. 
|
|
|
|
02-05-2009, 06:31 AM
|
#18
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
Well, you will need them for building packages.(gcc-c++ make)
There may be more packages, depending on what you have installed now.
Your location helps me with your english, which is quite good, but I have to guess sometimes.
No Offence intended.
If you goto the directory where you downloaded the package you could use rpm or urpmi to install it.
I hope you see that the repo database is just a list of the available packages and the info for each one.
You will need to be root/admin to install packages/programs.
So, su to root...
su (type in root password)
rpm -ivh *.rpm
will install all the rpm's you have in that directory
But may balk with dependants not being available.
The other option, also from the command line...
same as before.. cd to the directory containing the downloaded rpms.
su (to root, type in root password)
urpmi *.rpm
That will try to solve any deps, using the repo hdlists you downloaded before.
It may ask you questions, like a choice between one version or another.
Be care full, as you don't want to end up upgrading the whole system. Takes ages.
See if that helps, Glenn
Last edited by GlennsPref; 02-05-2009 at 06:33 AM.
Reason: There may be more to do...
|
|
|
|
02-05-2009, 06:38 AM
|
#19
|
|
LQ Newbie
Registered: Jan 2009
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by GlennsPref
Try it from the software installer gui.
"Mandriva Control Center". (MCC)
You can browse to the file or search from there if the repo is set-up.
Regards, Glenn
|
it says no packaged name libqt3-devel, I try to search libqt3-devel throught software management,but there is no search result for that.
However I found file named lsb-build-qt3-devel(version 3.1.1-4mdv2007.0), and those package are unable to installed [I type urpmi lsb-build-qt3-devel ]due to unsatisfied gcc-c++,
Is that means that I failed in download libqt3-devel, however how can I get
gcc-++ ?
because I failed add those gcc_++ throught "Configure media sources" menu on Mandriva Control Center...
By the way do you have any tips to upgrade from mandriva 2008.0 to mandriva 2009.0 using urpmi command (if that possible ?)
Last edited by auror4; 02-05-2009 at 07:01 AM.
|
|
|
|
02-05-2009, 07:02 AM
|
#20
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
can you paste the contents of the file...
/etc/urpmi/urpmi.cfg
Please?
Everything relies on the version of gcc and glibc.
Those 2 files/packages put a limit on what version you can install.
That can only work if you have successfully downloaded the hdlists with urpmi.addmedia
sorry, that's not quite right...
"Configure Media Sources" is the gui for urpmi.addmedia
It should work.
lsb = linux standard base, If you go this way it could be more complicated.
Your system is quite old, I have forgotten too much about it.
Try to cut the name a bit. Like
urpmi qt3
Then "use the tab key to auto complete" the name (from the repo) from the konsole(cli).
Here is the name from the repo you named before.
Code:
ftp://mirrors.secsup.org/pub/linux/mandrake/Mandrakelinux/official/2008.0/i586/media/main/release/libqt3-devel-3.3.8-8mdv2008.0.i586.rpm
Sometimes it want the full name, not just the first bit, but the version too.
It's fussy (temperamental).
Last edited by GlennsPref; 02-05-2009 at 07:21 AM.
|
|
|
|
03-02-2009, 11:35 PM
|
#21
|
|
LQ Newbie
Registered: Jan 2009
Posts: 9
Original Poster
Rep:
|
Great... it's work
Thanks for all of you guys.. 
|
|
|
|
03-03-2009, 12:26 AM
|
#22
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia Studio-13.37 Kubuntu.
Posts: 3,098
Rep: 
|
It is possible to upgrade from one version to another as long as it is not too distant,
because of the changes in dependent packages and package name changes.
If you want to try it, BACK UP FIRST!
then go to easy-urpmi zarb.net or something, there is a few of them, but basically the same thing.
Follow the instruction carefully.
I do not advise this unless you have a firm knowledge of the cli and the tools requires to install and remove packages.
It's dangerous, you could wipe your system! (break it.)
Regards, Glenn
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:59 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
|
|