Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Ubuntu-Forum & Kubuntu-Forum | www.Ubuntu-Forum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

1

31.07.2013, 17:47

Kann keine Programme mehr per apt-get installieren

Hallo,

ich bin noch ein wenig unvertraut mit Ubuntu und habe ein Problem. Ich hab schon einige Stunden im Internet gesucht, aber nichts gefunden, was mir geholfen hat.

Ich kann mit dem Befehl "sudo apt-get install ... " keine Programme mehr installieren. Als Fehlermeldung kommt immer die folgende.

thomas@thomas-UX31A:~/.android$ sudo apt-get install wine
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:
wine : Depends: wine1.4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Vielen Dank im Vorraus schon mal!

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »silver2« (05.08.2013, 15:32)


.not

User

Beiträge: 762

Registrierungsdatum: 28.07.2011

Derivat: Kein Ubuntu-Derivat

Version: gar kein Ubuntu

Architektur: 64-Bit PC

Desktop: unbekannt

  • Nachricht senden

2

31.07.2013, 18:03

Probier' mal:

Quellcode

1
sudo apt-get -f install

Das sollte die "broken" packages fixen.

Zitat

Weiss jemand wo man dieses Zeug, welches Poettering raucht, kaufen kann? Und brennt das dann auch mit nem normalen Feuerzeug? Oder brauch ich da jointd dazu, um den Rauch zu erzeugen?

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

3

31.07.2013, 18:21

Nein, das hat nicht funktioniert.

Ich hab auch eine ganze Reihe anderer Befehle schon probiert, die in anderen Foren für dieses Problem gepostet worden sind (ich weiß aber nicht für was die gut sind)
sudo apt-get clean
sudo apt-get clean all
sudo apt-get autoclean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get remove
sudo apt-get autoremove

4

31.07.2013, 18:25

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.

Die 13.04 ist ja schon Alpha genug. Interessant wäre auf jeden Fall schon mal deine deine sources.list.
Poste die mal.

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

5

31.07.2013, 18:26

Ist das eine Datei? Wo find ich die?

6

31.07.2013, 18:27

Quellcode

1
cat /etc/apt/sources.list

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

7

31.07.2013, 18:31

Im Anhang mit hoch geladen.
»silver2« hat folgende Datei angehängt:
  • sources.list.txt (3,44 kB - 12 mal heruntergeladen - zuletzt: 02.08.2013, 16:15)

8

31.07.2013, 20:57

--
Verschoben aus "Software » Terminal". Bitte die Forenbeschreibungen beachten, danke!
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

9

01.08.2013, 13:13

Ich hab jetzt in der sources.list ein wenig rumgespielt und hab herausgefunden, dass das Problem nur bei Programmen existiert, die in in dieser Source enthalten sind:

deb http://de.archive.ubuntu.com/ubuntu/ raring universe

ich habs dann probiert mit "com" statt "de":

deb http://com.archive.ubuntu.com/ubuntu/ raring universe

aber das geht auch nicht.

Vielleicht hilft euch das weiter.
Das Problem besteht noch. Ich wäre sehr dankbar, wenn mir jemand weiterhelfen könnte!

cc325

User

Beiträge: 35

Registrierungsdatum: 02.05.2012

  • Nachricht senden

10

01.08.2013, 13:33

Hast du ein upgrade von quantal gemacht? (nach der sources.list)

Evtl. hilft:

Quellcode

1
2
3
sudo rm /var/lib/apt/lists/* -rf
sudo apt-get update 
sudo apt-get -f install

11

01.08.2013, 15:45

Zeige bitte noch diese Ausgabe:

Quellcode

1
grep -r ^[^#] /etc/apt/sources.list* 
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

12

01.08.2013, 16:38

@cc325
Hat leider nicht funktioniert.

Quantal ist 12.10?
Ich schätz mal. Ich hab immer als neue Updates kamen sie installiert. Zurzeit bin ich auch 13.04

@Fredl

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
grep -r ^[^#] /etc/apt/sources.list*
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.d/ubuntu-wine-ppa-raring.list.save:deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.d/opera.list.distUpgrade:deb http://deb.opera.com/opera/ stable non-free
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade:deb http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade:deb-src http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade:deb http://download.virtualbox.org/virtualbox/debian quantal contrib
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »silver2« (01.08.2013, 16:48)


wowi

Ubuntu-Forum-Team

  • »wowi« ist männlich

Beiträge: 4 264

Registrierungsdatum: 03.05.2007

Derivat: Xubuntu

Architektur: 64-Bit PC

Desktop: XFCE

  • Nachricht senden

13

01.08.2013, 19:14

Hi silver2,

schmeiss mal das yannubuntu-PPA raus, das steht noch auf quantal, oder ändere es auf raring :thumbsup:

Greetz
wowi

14

01.08.2013, 19:20

Genau genommen sehe ich hier von Zeile 31 bis 56 Quantal aktiv.

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

15

01.08.2013, 20:25

Ich hab jetz mal überall wo "quantal" gestanden hat mit "raring" raring ersetzt. Nur bei ein paar gehts nicht. Da steht das im Dateipfad drin.

Und gebracht hats bis jetz auch noch nichts. Der Fehler kommt noch.

Hier nochmal die aktualisierte Ausgabe von vorher. Warum die länger ist als vorher, weiß ich nicht.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
grep -r ^[^#] /etc/apt/sources.list*
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.d/ubuntu-wine-ppa-raring.list.save:deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu raring main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu raring main
/etc/apt/sources.list.d/opera.list.distUpgrade:deb http://deb.opera.com/opera/ stable non-free
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade~:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade~:deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.distUpgrade:deb http://extras.ubuntu.com/ubuntu raring main
/etc/apt/sources.list.distUpgrade:deb-src http://extras.ubuntu.com/ubuntu raring main
/etc/apt/sources.list.distUpgrade:deb http://download.virtualbox.org/virtualbox/debian raring contrib
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade~:deb http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade~:deb-src http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade~:deb http://download.virtualbox.org/virtualbox/debian quantal contrib
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
thomas@thomas-UX31A:~$ grep -r ^[^#] /etc/apt/sources.list*
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list~:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list~:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.d/ubuntu-wine-ppa-raring.list.save:deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu raring main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade:deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu raring main
/etc/apt/sources.list.d/opera.list.distUpgrade:deb http://deb.opera.com/opera/ stable non-free
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade~:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.d/yannubuntu-boot-repair-quantal.list.distUpgrade~:deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu quantal main
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.distUpgrade:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.distUpgrade:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.distUpgrade:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.distUpgrade:deb http://extras.ubuntu.com/ubuntu raring main
/etc/apt/sources.list.distUpgrade:deb-src http://extras.ubuntu.com/ubuntu raring main
/etc/apt/sources.list.distUpgrade:deb http://download.virtualbox.org/virtualbox/debian raring contrib
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal main restricted
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal universe
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates universe
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal multiverse
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
/etc/apt/sources.list.distUpgrade~:deb http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://de.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security universe
/etc/apt/sources.list.distUpgrade~:deb http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade~:deb-src http://security.ubuntu.com/ubuntu quantal-security multiverse
/etc/apt/sources.list.distUpgrade~:deb http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade~:deb-src http://extras.ubuntu.com/ubuntu quantal main
/etc/apt/sources.list.distUpgrade~:deb http://download.virtualbox.org/virtualbox/debian quantal contrib
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates universe
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates multiverse
/etc/apt/sources.list.save:deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security universe
/etc/apt/sources.list.save:deb http://security.ubuntu.com/ubuntu raring-security multiverse
/etc/apt/sources.list.save:deb-src http://security.ubuntu.com/ubuntu raring-security multiverse

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »silver2« (01.08.2013, 20:31)


16

01.08.2013, 22:08

Das Herum-editieren bringt dir nichts. Außer daß irgendwann nichts mehr geht, wenn du dir einen Fehler einbaust.
Grundsätzlich sollten PPAs bei Upgrades deaktiviert werden. Und die kaputte Abhängigkeit beim wine-Paket dürfte definitiv in einer der Dateien wurzeln.
Also: deaktivieren, aktualisieren, reparieren. Like this:

Quellcode

1
2
3
for i in $(ls /etc/apt/sources.list.d/*.list); do sudo mv $i $i~; done
sudo apt-get update
sudo apt-get install -f
Ausgaben bitte posten.

Ich hab auch eine ganze Reihe anderer Befehle schon probiert, die in anderen Foren für dieses Problem gepostet worden sind (ich weiß aber nicht für was die gut sind)
Gaaanz schlechte Idee...
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

17

02.08.2013, 09:29

Habs ausprobiert, funktioniert aber immer noch nicht...

Die aktuelle Sources.list hab ich auch nochmal angehängt.


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
for i in $(ls /etc/apt/sources.list.d/*.list); do sudo mv $i $i~; done

sudo apt-get update
Hit http://de.archive.ubuntu.com raring Release.gpg
Get:1 http://de.archive.ubuntu.com raring-updates Release.gpg [933 B]
Hit http://de.archive.ubuntu.com raring-backports Release.gpg
Hit http://de.archive.ubuntu.com raring Release
Get:2 http://security.ubuntu.com raring-security Release.gpg [933 B]
Get:3 http://de.archive.ubuntu.com raring-updates Release [40.8 kB]    
Get:4 http://security.ubuntu.com raring-security Release [40.8 kB]
Hit http://de.archive.ubuntu.com raring-backports Release                      
Hit http://de.archive.ubuntu.com raring/main Sources                           
Hit http://de.archive.ubuntu.com raring/restricted Sources
Hit http://de.archive.ubuntu.com raring/universe Sources
Hit http://de.archive.ubuntu.com raring/multiverse Sources
Hit http://de.archive.ubuntu.com raring/main amd64 Packages
Hit http://de.archive.ubuntu.com raring/restricted amd64 Packages
Get:5 http://security.ubuntu.com raring-security/main Sources [35.8 kB]
Hit http://de.archive.ubuntu.com raring/universe amd64 Packages
Hit http://de.archive.ubuntu.com raring/multiverse amd64 Packages
Get:6 http://de.archive.ubuntu.com raring-updates/main Sources [54.4 kB]
Get:7 http://de.archive.ubuntu.com raring-updates/restricted Sources [14 B]    
Get:8 http://security.ubuntu.com raring-security/restricted Sources [14 B]
Get:9 http://de.archive.ubuntu.com raring-updates/universe Sources [66.6 kB]
Get:10 http://security.ubuntu.com raring-security/universe Sources [8,408 B]
Get:11 http://de.archive.ubuntu.com raring-updates/multiverse Sources [1,825 B]
Get:12 http://de.archive.ubuntu.com raring-updates/main amd64 Packages [144 kB]
Get:13 http://security.ubuntu.com raring-security/multiverse Sources [1,825 B]
Get:14 http://security.ubuntu.com raring-security/main amd64 Packages [94.7 kB]
Get:15 http://de.archive.ubuntu.com raring-updates/restricted amd64 Packages [14 B]
Get:16 http://de.archive.ubuntu.com raring-updates/universe amd64 Packages [128 kB]
Get:17 http://de.archive.ubuntu.com raring-updates/multiverse amd64 Packages [3,426 B]
Hit http://de.archive.ubuntu.com raring-backports/main Sources                 
Hit http://de.archive.ubuntu.com raring-backports/restricted Sources    
Hit http://de.archive.ubuntu.com raring-backports/universe Sources
Get:18 http://security.ubuntu.com raring-security/restricted amd64 Packages [14 B]
Hit http://de.archive.ubuntu.com raring-backports/multiverse Sources    
Hit http://de.archive.ubuntu.com raring-backports/main amd64 Packages
Get:19 http://security.ubuntu.com raring-security/universe amd64 Packages [31.5 kB]
Hit http://de.archive.ubuntu.com raring-backports/restricted amd64 Packages
Hit http://de.archive.ubuntu.com raring-backports/universe amd64 Packages
Hit http://de.archive.ubuntu.com raring-backports/multiverse amd64 Packages
Get:20 http://security.ubuntu.com raring-security/multiverse amd64 Packages [3,426 B]
Fetched 657 kB in 2s (293 kB/s)       
W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/raring/Release  Unable to find expected entry 'main/binary-i368/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/raring-updates/Release  Unable to find expected entry 'main/binary-i368/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/raring-backports/Release  Unable to find expected entry 'main/binary-i368/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release  Unable to find expected entry 'main/binary-i368/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

sudo apt-get install wine
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:
 wine : Depends: wine1.4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
»silver2« hat folgende Datei angehängt:
  • sources.list.txt (3,44 kB - 2 mal heruntergeladen - zuletzt: 03.08.2013, 15:45)

18

02.08.2013, 12:17

Scheinbar wurde irgendwann eine ältere Version von wine auf "halten" gesetzt. Ein simple Lösung wäre, explizit wine1.4 zu installieren, was am Ende sowieso passieren wird. Andererseits will man ja wissen, was nicht stimmt.

Quellcode

1
dpkg --get-selections "*" | grep hold


Du hast aber gesagt, daß sich gar keine Pakete installieren lassen, nicht nur wine?
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl

  • »silver2« ist der Autor dieses Themas

Beiträge: 33

Registrierungsdatum: 31.07.2013

Derivat: Ubuntu

Architektur: 64-Bit PC

  • Nachricht senden

19

02.08.2013, 13:25

Es lassen sich aus der folgenden Quelle keine Pakete installieren, (glaub ich zumindest herausgefunden zu haben, als ich mit der source.list herumgespielt habe).

Quellcode

1
deb http://de.archive.ubuntu.com/ubuntu/ raring universe


Wenn ich den Befehl eingib, kommt folgender Fehler.

Quellcode

1
2
3
4
5
dpkg --get-selections "*" | grep hold
Unknown configuration key `foreign-architecture' found in your `dpkg'
configuration files.  This warning will become a hard error at a later
date, so please remove the offending configuration options and replace
them with `dpkg --add-architecture' invocations at the command line.

20

02.08.2013, 14:16

Mann, was ist denn da schief gelaufen?
Zeige einmal:

Quellcode

1
grep -ir foreign /etc/dpkg/

Quellcode

1
dpkg --print-architecture
Beim Erstellen dieser Nachricht kamen keine Tiere zu Schaden.
me is all sausage
but don't call me Ferdl