LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-12-2004, 08:37 PM   #1
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Rep: Reputation: 15
mandrake 10 is gettin on my nerves


Everytime I go to install something...there are 4 other things that I must install that require 4 other programs a piece that I just can't seem to locate or they won't compile correctly....Ugh...I'm just ranting but I go to install packages from Configuration--Packaging and I'm getting bad signatures!?!? These are the freakin packages from the CDs and now those packages won't install...bleh...
 
Old 09-12-2004, 08:54 PM   #2
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
I get the same thing, just tell Mandrake to 'continue download" even though the signatures are bad. It won't affect the usage fo the program. Or...at least I don't think so. I've only been on linux for a week and a half.
 
Old 09-13-2004, 06:50 AM   #3
brownb2
Member
 
Registered: Mar 2004
Posts: 47

Rep: Reputation: 15
urpmi is your friend.

Open a command prompt as root user and type

urpmi <name of program to get an install>
 
Old 09-13-2004, 07:08 AM   #4
otish1000c
Member
 
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611

Rep: Reputation: 30
mods/admins.........please delete this post, it was a dupe......sorry.



otis

Last edited by otish1000c; 09-13-2004 at 07:13 AM.
 
Old 09-13-2004, 07:12 AM   #5
otish1000c
Member
 
Registered: May 2004
Location: Pennsylvania, USA
Distribution: dual boot.... Mandrake 10.0OE/10.xcooker
Posts: 611

Rep: Reputation: 30
ignore the "bad signature" "gpg key not found" messages & continue with the install. those are just verifiications checks to kae sure the files are what they say they are. you could go to the trouble of reading "how to's" on setting up proper GPG keys for every source you have set up, but it's more work than it's worth. all packages will install fine despite those warnings. i've been ignoring them for years.

Quote:
Everytime I go to install something...there are 4 other things that I must install that require 4 other programs a piece that I just can't seem to locate or they won't compile correctly
that's the fun thing known as dependency hell. package A needs packages B, C, & D in order to install & run correctly. but then, package B also needs package E, etc, etc. usually it isn't that bad & only occurs with poorly written apps. to eliminate that a bit, have you set up external sources such as Contrib, Main, & PLF? if not, go to EASY URPMI, follow the instructions to set up sources, get the 3 i mentioned & that will alleviate the dependency issues somewhat, but not completely.

otis

Last edited by otish1000c; 09-13-2004 at 07:14 AM.
 
Old 09-13-2004, 02:24 PM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
 
Old 09-13-2004, 04:54 PM   #7
Linux24
Member
 
Registered: Aug 2004
Distribution: Mandrake 10.1
Posts: 204

Rep: Reputation: 30
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
Whatever. I compiled and installed XMMS (latest release) successfully. I also downloaded SuperKaramba and compiled it and installed it without any trouble.

Some older packages don't seem to work. I finally got Kpacman to work, though. Yeah, stupid program, but I was just trying to win the battle.

There's no reason you cannot compile software on Mandy, but if you don't keep a journal, you're going to be screwed later when you want to upgrade.
 
Old 09-14-2004, 10:48 AM   #8
jterr02
LQ Newbie
 
Registered: Sep 2004
Location: dallas, texas
Distribution: mandrake 10.0, RH 9.0
Posts: 14

Rep: Reputation: 0
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
Thats not accurate in 10.0 and probably other releases as well.
I have compiled at least 10 apps including the version of xmms which finally worked. I had one not do anything but thats it. A 90% success rate ain't bad. untar .. cd to directory ./configure, make, make install works most of the time for me without any errors. When it does I generally learn that I am a buffoon and mistyped or failed to su. It keeps me humble

The other means in installation certianly work though as well provided the mirror is up for urpmi or you have the software already available to MCC.
 
Old 09-14-2004, 11:51 AM   #9
nafan
Member
 
Registered: May 2004
Location: /dev/bed
Distribution: Mandriva 2009.0 Powerpack
Posts: 172

Rep: Reputation: 30
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
If you have problems compiling software its more than likely you do not have a fullly-fledged development system. If your ./configure scripts balk halfway through because you don't have a certain package installed, then use urpmi as root and install it. It's not the hardest thing in the world to do, but it's really easy to say that nothing will compile on Mandrake.
 
Old 09-14-2004, 03:41 PM   #10
PDR60
Member
 
Registered: Aug 2003
Location: Oakland, TN
Distribution: Debian, Kubuntu
Posts: 257

Rep: Reputation: 30
Quote:
Originally posted by Micro420
While we're talking about installing software, ONLY get software via RPM/URPMI/Mandrake Control Center with Mandrake. DO NOT try compiling because it will never work with Mandrake.
On www.linuxloader.com we compile software without any problems. Usually, when you are compiling software you will need to have the correct library files and dependent library files installed. That means when you run your "./configure" or "make" and don't have the files needed the compiler will error out. If you read the error messages you'll see what needs to be done. Otherwise you could read the documentation that comes with the app and determine if you have all the dependencies you need. Its not as hard as most folks think.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gettin the most out of old hardware Paulsuk Linux From Scratch 3 07-20-2005 05:43 PM
Very Very Slow OpenOffice getting on my nerves... Gormless Linux - Software 4 10-30-2004 12:08 AM
help me: gettin into another network saketkoria Linux - Networking 0 07-08-2004 12:43 PM
Gettin my ATI (nearly) working on my new Presario X1000 Centrino with Mandrake 9.2 bege Linux - Laptop and Netbook 0 10-30-2003 06:33 AM
Pre-purchase hardware nerves mbandrews Linux - Hardware 3 10-26-2003 03:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 08:35 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