Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-04-2005, 12:34 AM   #1 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default Packages ....


:roll:
Okay i installed Mandrake 10.1 on my PC and i tried installing KDE 3.2 frm the DVD (march 0)
Now i a not sure if DVD is curropt or not but loads of packages are not installing cuz of sum or the other error.........
Sumtimes it says the artwork is not installed or lame is not installed or glib is not installed...
idunno what the problem is ..
i am a complete newbie in thsmamla
Mplayer and XMMS are also not installing....PLease help
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-04-2005, 10:06 PM   #2 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Those packages are not getting installed because RPM packages (used by Mandrake) use dependencies, and the packages they depend on other packages, which are not present on your system.

Now, AFAIK, digit provides packages for Fedora, and not Mandrake, so its not advisable to install them. Better get the packages from the Mandrake site or use an update utiliy, if any, which is present in your system.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 11-04-2005, 12:37 PM   #3 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

First of all, distributing source packages on DVD is not a good idea at all. I was anxious about these kind of problems when Byte had put a sticky in DD
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 11-04-2005, 01:09 PM   #4 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

Umm Ujjwal u mean i cannot install Mplayer ever...??
cuz i d/w one frm the net too...it also gave some error...
If i jus knew how to post the screenshot i wudve done so....
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 11-04-2005, 07:23 PM   #5 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

No no, it just means that to install the software, you need to make sure that all the required software is present on your system.

Did you download an RPM for mandrake or did you download the source code from the official site? BTW, I hear mandrake comes with a package manager called urpmi, try using it to install new software, see http://qa.mandrakesoft.com/twiki/bin...UrpmiResources
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 11-04-2005, 11:03 PM   #6 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

i am not sure abt which rpm i have ...i know for sure i am using the default one as i did not d/w any new one?And what is lame ,artwork and stuff like that??
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 13-04-2005, 03:45 PM   #7 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 13-04-2005, 03:52 PM   #8 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

And how do i install in folder like this:



Where is the installation file???
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 13-04-2005, 03:53 PM   #9 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Try installing MPlayer by compiling the source code which you can download from the official site.

Basically, get the first download from http://www.mplayerhq.hu/homepage/design7/dload.html

Also download the basic codecs package.

If you do want to use RPM, make sure that the RPM is specifically for your distro.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 13-04-2005, 11:07 PM   #10 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

I am using rpmdrake and wenever i try to install any s/w it asks for the CD....i cant specify a location on hard disk....
As far as compiling goes i have no idea how to compile it even...LOL
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 15-04-2005, 08:17 PM   #11 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

To install packages from source -

Get the package (tar.gz or tar.bz2)

Open a terminal and cd to the directory where you downloaded it.

Unpack it using

Quote:
tar xvzf filename.tar.gz
Replace xvzf with xvjf if it is a tar.bz2

cd to the newly created directory, and read the documentation

Quote:
less README
less INSTALL
The generall way to compile the software would be to run the following commands -

Quote:
./configure
make
make install
Make sure neither process returns an error.

As for RPM Drake, sorry I don't use RPMs ... so don't know much about it.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 25-04-2005, 08:46 AM   #12 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

I installed mplayer sucessfully in fedora core 3 as well as in ubuntu but i cant find it in the k menu-> sound and video.Where is the runnable file.Even if I give mplayer in the run window no mplayer as well as no error saying application not found .
vignesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:58 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2