LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-31-2003, 07:33 PM   #1
SiZaint
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
apt-get


ok.. so i get apt-get so i dont have to mess with rpm depedancies right? so.. i type in konsole: apt-get install mplayer and this is what I get:

--------------------------------

[root@localhost root]# apt-get install mplayer
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mplayer: Depends: aalib but it is not going to be installed
Depends: alsa-lib but it is not going to be installed
Depends: faad2 but it is not going to be installed
Depends: lame but it is not going to be installed
Depends: libaa.so.1
Depends: libasound.so.2
Depends: libasound.so.2(ALSA_0.9)
Depends: libdv but it is not going to be installed
Depends: libdv.so.2
Depends: libdvdread but it is not going to be installed
Depends: libdvdread.so.3
Depends: libfaad.so.0
Depends: libfame but it is not going to be installed
Depends: liblirc_client.so.0
Depends: liblzo.so.1
Depends: libmad.so.0
Depends: libmp3lame.so.0
Depends: libpostproc (= 0.90-4.20030808.fr) but it is not going to be installed
Depends: libpostproc.so.0
Depends: lirc but it is not going to be installed
Depends: lzo but it is not going to be installed
Depends: mplayer-fonts but it is not going to be installed
qt#1:3.1.2-0.9x.2: Obsoletes: qt-Xt but 1:3.1.1-6 is to be installed
W: There are multiple versions of "kdelibs" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^kdelibs$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: There are multiple versions of "arts" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^arts$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: There are multiple versions of "up2date" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^up2date$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: There are multiple versions of "qt" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^qt$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: There are multiple versions of "kdebase" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^kdebase$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: You may want to run apt-get update to correct these problems
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

------------------------------

Now..... how come it says "mplayer: Depends: aalib but it is not going to be installed" why isent it going to be installed? i dont get it..

 
Old 08-31-2003, 07:47 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
-f is the fix broken flag. Have you done these yet?

apt-get update
apt-get dist-upgrade

For a GUI version, try

apt-get install synaptic

Debian Package Management HOWTO Version 1.1
 
Old 08-31-2003, 08:05 PM   #3
SiZaint
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.2
Posts: 36

Original Poster
Rep: Reputation: 15
im sorry but i have no clue what u mean :\
 
Old 08-31-2003, 08:10 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I thought the instructions were on the download page where you got your rpms.

To change to the root account, open an x terminal and use these commands from your user account. Note the change in the prompt.
Code:
[fancy@tinwhistle fancy]$ su -
Password: 
[root@tinwhistle root]# apt-get update
Let it read the updates
Code:
[root@tinwhistle root]# apt-get dist upgrade
Answer yes to the questions and update your system.
Code:
[root@tinwhistle root]# apt-get install synaptic
Install a pointy-clicky gui front end.

You can now probably install stuff you couldn't before.

Last edited by fancypiper; 08-31-2003 at 08:12 PM.
 
Old 08-31-2003, 08:58 PM   #5
SiZaint
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.2
Posts: 36

Original Poster
Rep: Reputation: 15
thanks!

but while updating i got this error:

__________________________________________
W: There are multiple versions of "kdebase" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^kdebase$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

___________________________________________

do u know how i can remove one of these duplicated files?
 
Old 08-31-2003, 09:01 PM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
apt-get remove <package>

apt-get install synaptic will give you a gui pointy clicky
 
Old 08-31-2003, 09:40 PM   #7
SiZaint
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.2
Posts: 36

Original Poster
Rep: Reputation: 15
im going to cry, this i tryed apt-get install -f and it give me a big error bout conficting files with kdebase 2 dif vers and when i try to apt-get remove the one it says it cant find it.......

edit:
and i cant find where this 'point and clicky thing for apt-get" was installed if it was.... darn errors :|

Last edited by SiZaint; 08-31-2003 at 09:42 PM.
 
Old 08-31-2003, 09:53 PM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You should have a menu item for synaptic if you are using gnome. If not, run synaptic from the run button in the menu or use an x terminal.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to set up proxy in Apt-Get's apt.conf? rykel Fedora 9 10-09-2013 03:24 AM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM
apt-get for slackware (the real apt...not swaret or slapt) hypermegachi Slackware 3 10-31-2003 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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