LinuxQuestions.org
Review your favorite Linux distribution.
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 12-31-2005, 07:17 AM   #1
Nau
Member
 
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94

Rep: Reputation: 15
Post installing software


I've been using linux only a little in last 2-3 years, my primary system was windows. but now i got security issues with windows (viruses, hackers, spywares) and want to change to linux. I know that to install software on linux is bit diffucult always have to read installation instructions which i want to avoid. Is there any other way? i herad there are some installers which takes you trough whole process as on windows. is it rpmdrake? but i cannot start. i have 10.1.
I want to intall mozilla suite but there are amount of install instructions. can i install it some easier way. Before i tried to install some massiging program but it was hell, as soon i intalle it it says it needs new packages ans so on for whole eternity. It is really a hell for windows user so i want to avoid it? Is there any way? thanks
 
Old 12-31-2005, 07:28 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
you can find different tools for different distros

for mandrake

try

urpmi mozilla

regards
 
Old 01-01-2006, 07:16 AM   #3
Nau
Member
 
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94

Original Poster
Rep: Reputation: 15
Thumbs down

I have mozilla-installer.tar.gz in my home directory.
i tried to run command urpmi but it didn't worked. then i installed some package through rpmdrake starting with urpmi.. but it didn't worked either..
 
Old 01-01-2006, 07:57 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
you need to try that as root

sudo urpmi mozilla

also post the error messages that you have recieved during the process

regards
 
Old 01-01-2006, 11:01 AM   #5
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
Quote:
Originally Posted by dm39i
I have mozilla-installer.tar.gz in my home directory.
i tried to run command urpmi but it didn't worked. then i installed some package through rpmdrake starting with urpmi.. but it didn't worked either..
Just to add a little clarity:
For Windows like install you are right, rpmdrake is the way to go. Rpmdrake is a graphical front end for urpmi, which is your command line installer. All the packages you would be able to install with urpmi or rpmdrake will have the file extension ".rpm", and usually "mdk" somewhere within the package name to identify it was packaged for Mandriva rather than another rpm based distro such as Suse. Packages with a ".tar.gz" file extension are installed in a different way, here is a good how to for that: http://www.linuxquestions.org/questi...threadid=45094 . Installing from source (.tar.gz), on certain packages can lead you into "dependancy hell". Rpm package managers are designed to take care of the dependancies for you. Rpmdrake is within the Mandrake Control Center, which you can navigate to in the main menu. It should start from command line like this also:
Code:
[don@localhost ~]$ su
Password:
[root@localhost don]# rpmdrake
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.plf-free.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.plf-nonfree.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.jpackage.cz]
If this does not open rpmdrake, simply do this to install it:
Code:
[don@localhost ~]$ su
Password:
[root@localhost don]# urpmi rpmdrake
And lastly, if you have not set up your urpmi sources, or not sure what I justed asked about, go here and follow the instructions on this page before doing any of the above with urpmi or rpmdrake. http://easyurpmi.zarb.org/
 
Old 01-01-2006, 01:37 PM   #6
Nau
Member
 
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94

Original Poster
Rep: Reputation: 15
Cool

Thanks guys! i found out everything and i installed mozilla suite from tarballs. The article about installing software is great. I've got the message about installing from source and installing from rpm files. Installing on linux looks much more clearer now.
If i understood right urpmi will download and intall some dependencies packages if needed and istalling form source will maybe cause problems but it didn't in case of mozilla suite!
Thanks also for the sites you provided.
I'm little unclear about Easy Urpmi site. what is it for? I mean i figured it must be for updating the system but is there any risk that something goes wrong and leave my system in unclear way if i try to update? And then i have to install it all over again..
 
Old 01-02-2006, 04:05 PM   #7
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Quote:
I'm little unclear about Easy Urpmi site. what is it for? I mean i figured it must be for updating the system but is there any risk that something goes wrong and leave my system in unclear way if i try to update?
urpmi/Rpmdrake installs RPM packages from repositories. The easyurpmi site lists the software repositories for Mandrake/Mandriva. You should follow the instructions there and setup access to all the software repositories (make sure to select your correct version of Mandriva otherwise you will have problems) since at the moment you've only got access to the software which came on your 3 download CDs (which is pretty limited).
 
Old 01-03-2006, 04:04 AM   #8
Nau
Member
 
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94

Original Poster
Rep: Reputation: 15
Wao, Thanks!
 
Old 01-03-2006, 04:06 AM   #9
Nau
Member
 
Registered: Mar 2005
Location: denmark
Distribution: Mandriva 10.1 official
Posts: 94

Original Poster
Rep: Reputation: 15
Wao, Thanks! I couldn't get better answer.
 
Old 01-03-2006, 04:29 AM   #10
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
no probs
 
Old 01-03-2006, 01:13 PM   #11
The Ice Prophet
LQ Newbie
 
Registered: Dec 2005
Posts: 15

Rep: Reputation: 0
i have a question: is mozilla a download program?
for softwares
 
Old 01-03-2006, 02:55 PM   #12
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
You are poking fun, right?
Mozilla develops the firefox web browser, thunderbird email program, and a few less known software packages. See here: http://www.mozilla.org/products/
 
Old 01-03-2006, 08:33 PM   #13
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Mozilla and firefox do have download managers, though. But it's not like getright or flashget in M$ windows..
 
  


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
Installing software ... MetalliMyers Linux - Newbie 23 12-17-2004 03:04 AM
I need help installing software. galant1991vr4 Linux - Newbie 4 02-02-2004 06:21 PM
Installing Software zaphanol Linux - Software 4 07-27-2003 08:56 PM
Question on installing software and starting software rootlinux Linux - Newbie 5 01-19-2002 10:40 AM
installing software jamaso Linux - Newbie 1 10-27-2001 05:38 PM

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

All times are GMT -5. The time now is 02:03 PM.

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