Posts: 14
The Bean
Joined: 14 Oct 2010
#1
Hi out there!
I try to install midori but apt-get don't like me __{{emoticon}}__ Output (in german):

Code: Select all

midori : Hängt ab von: libwebkit-1.0-2 (>= 1.1.17) soll aber nicht installiert werden
owtte in english: midori needs libwebkit-1.0-2 (>= 1.1.17) but should not become installed

Do I need 1.0-2 or 1.1.17? Also I don't get why it"should not become installed". Could it be that I get trouble with other applications if I upgrade (or downgrade?) libwebkit?

mfg Bean

edit: Can I force an other libwebkit version?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Post your /etc/apt/sources.list
Posts: 14
The Bean
Joined: 14 Oct 2010
#3
sources.list:

Code: Select all

# See sources.list(5) for more information

# Note:If you want maximum stability, only use the stable repos.
# If you want to install kde3.5, you MUST only use the stable repos.
# (this will change when kde3.5 is no loger available in stable)

# MEPIS 8 series. 
# Only for kernel upgrades. Best NOT to use.
# deb ftp://ftp.mepis.com/mepis/ mepis-8.5 main 
# MEPIS mirrors
# deb ftp://ftp.mirrorservice.org/sites/ftp.mepis.org/mepis/ mepis-8.0 main 
# deb http://fr1.mepis-deb.org/mepis/ mepis-8.0 main 
# deb http://www.mirrorservice.org/sites/ftp.mepis.org/mepis/ mepis-8.0 main 

# Debian Testing. 
# Testing enabled for 'rolling' release.
deb http://ftp.gr.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
# deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free

# Debian Stable
# This will 'soon' be"Squeeze". Use for maximum stability.
# deb http://ftp.gr.debian.org/debian/ stable main contrib non-free
# deb http://security.debian.org/ stable/updates main contrib non-free
# deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free

# Multimedia Stable and Testing
# deb http://www.debian-multimedia.org/ stable main non-free 
deb http://www.debian-multimedia.org/ testing main non-free 

# Goggles music manager
# deb http://apt.progchild.de/ stable main 

# opera
# deb http://deb.opera.com/opera/ lenny non-free 

# virtualbox
# deb http://download.virtualbox.org/virtualbox/debian/ lenny non-free

# wine
deb http://www.lamaresh.net/apt lenny main

# liquorix kernels 
# deb http://liquorix.net/debian/ sid main 

###### Debian Unstable/Sid##########
########
########
###### Use at your own risk! ########
# deb http://ftp.gr.debian.org/debian/ unstable main contrib non-free
# deb http://www.debian-multimedia.org/ unstable main non-free 

deb http://main.mepis-deb.org/mepiscr/repo/ mepis85cr main non-free
deb http://restricted.mepis-deb.org/mepiscr/repo/ mepis85cr restricted restricted-non-free
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
Comment out both the mepis85cr repos at the bottom, apt-get update apt-get install midori.
Posts: 14
The Bean
Joined: 14 Oct 2010
#5
Thanks!

I think I shouldn't edit the sources.list at random __{{emoticon}}__