Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size default color grey color red color blue color

Linux Indore - Linux Users Group

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: help installing applicaations
#545
help installing applicaations 2 Years ago Karma: 0
I recently downloaded and installed Mandriva 2010.

The installation went smooth but now as i try to install any new software, it says some files are missing.

Please help me get rid of this problem

i am a newbie to the linux word and do not understand much about dependencies and other such terms.
can you help me get started with linux.


thanx
shrikantchine (User)
null
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
null null null null null null Location: null
The administrator has disabled public write access.
null
 
#546
Re:help installing applicaations 2 Years ago Karma: 0
please specify, how did you try to install and what software. It would then be easy for the other members to find if there is any problem with the installation or any other problem.
ankit.gupta (User)
null
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
null null null null null null Location: null
The administrator has disabled public write access.
null
 
#547
Re:help installing applicaations 2 Years ago Karma: 0
Mandriva Linux (formerly Mandrake and Connectiva) has a toolset similar to APT called urpmi. To install software:
Code:

[root]# urpmi packagename


To remove software:
Code:

[root]# urpme packagename


To update the local package database:
Code:

[root]# urpmi.update -a


To install security updates and bug fixes:
Code:

[root]# urpmi --auto-select


For a more indepth yum tutorial and other resources, see Managing SoftwareManaging Software with urpm.

For tarballs use below code:
Code:

[user]$ tar -xzvf filename.tar.gz
saurabh.rpm (User)
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
Gender: Male spinners.110mb saurabh.8189@gmail.com Birthday: 01/01
The administrator has disabled public write access.
 
Go to topPage: 1