On 05/04/2011 11:36 PM, Joe Konst wrote:
I am currently at mono 2.6.7-5. I am trying to load the experimental
2.10 package.
I ran the instructions on the Debian website
echo "deb http://ftp.debian.org/debian experimental main" >>
/etc/apt/sources.list
apt-get update
apt-get install -t experimental mono-complete
apt-get install libmono-addins0.2-cil libmono-addins-gui0.2-cil
I am getting the errors below.
What am I doing wrong?
That's because packages in Debian/Experimental and for Debian/Unstable
(sid), and not for Debian/Stable (squeeze). You will have to wait for
squeeze-backports which I haven't decided yet if Mono 2.10 is feasible
for a backport.
Thank you in advance for your help.
Regards,
Joe
root@debian:/home/user# apt-get update
Hit http://backports.debian.org squeeze-backports Release.gpg
Ign http://backports.debian.org/debian-backports/
squeeze-backports/main Translation-en
Ign http://backports.debian.org/debian-backports/
squeeze-backports/main Translation-en_US
Hit http://backports.debian.org squeeze-backports Release
Hit http://backports.debian.org squeeze-backports/main i386
Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze Release.gpg
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_US
Hit http://ftp.us.debian.org squeeze-updates Release.gpg
Hit http://security.debian.org squeeze/updates Release
Hit http://ftp.debian.org experimental Release.gpg
Ign http://ftp.debian.org/debian/ experimental/main Translation-en
Ign http://ftp.debian.org/debian/ experimental/main Translation-en_US
Hit http://security.debian.org squeeze/updates/main Sources
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main Translation-en
Hit http://ftp.debian.org experimental Release
Hit http://security.debian.org squeeze/updates/main i386 Packages
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main
Translation-en_US
Get:1 http://ftp.debian.org experimental/main i386 Packages/DiffIndex
[2,023 B]
Hit http://ftp.us.debian.org squeeze Release
Hit http://ftp.us.debian.org squeeze-updates Release
Hit http://ftp.us.debian.org squeeze/main Sources
Hit http://ftp.us.debian.org squeeze/main i386 Packages
Hit http://ftp.us.debian.org squeeze-updates/main Sources/DiffIndex
Hit http://ftp.us.debian.org squeeze-updates/main i386 Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze-updates/main i386 Packages
Fetched 2,023 B in 2s (863 B/s)
Reading package lists... Done
root@debian:/home/user# apt-get install -t experimental mono-complete
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mono-complete : Depends: mono-devel (= 2.10.1-4) but it is not going
to be installed
E: Broken packages
Mirco Bauer