Results 1 to 10 of 12
Hello
When I've run aptitude update/upgrade - on stable with only main and security repositories running, it said, it wants to remove:
xfonts-base xfonts-scalable xlibmesa-dri xserver-xfree86
Correct me if I'm ...
- 05-23-2006 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Aptitude issue - update and upgrade - solved
Hello
When I've run aptitude update/upgrade - on stable with only main and security repositories running, it said, it wants to remove:
xfonts-base xfonts-scalable xlibmesa-dri xserver-xfree86
Correct me if I'm wrong, but removing xserver isn't such a good idea? I don't know why this happened or should it be like this?
thanks in advance
- 05-23-2006 #2
Post the content of your /etc/apt/sources.list. I guess this shouldn't happen if you have only "stable" sources.
Nope, removing xserver-xfree86 isn't such a good idea."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-23-2006 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
# deb file:///cdrom/ sarge main
deb ftp://ftp.pl.debian.org/debian/ stable main
# deb-src ftp://ftp.pl.debian.org/debian/ stable main
deb http://security.debian.org/ stable/updates main
# deb http://ftp.us.debian.org/debian/ sarge main contrib non-free
# deb http://www.kadu.net/download/binary/debian/repo/ stable main
# deb http://eyagi.bpa.nu/~jamie/debian/ sarge main contrib non-free
Besides the standard repositories I also have
an unofficial repository (I turned it off after I installed nvidia and quake 2)
kadu repository (turned it off after I installed kadu)
and doomsday (jhexen) repository (turned it off after I installed jhexen).
- 05-23-2006 #4
Aptitude sometimes behaves a little differently than apt-get.
Do you have the same issue when doing
andCode:apt-get update
?Code:apt-get dist-upgrade
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-23-2006 #5Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Nope, it simply wants to upgrade the same packages that aptitude wants to upgrade, but doesn't want to remove anything. I guess I should use apt-get then? But I've read that aptitude is more reliable...
- 05-23-2006 #6I don't know about that, as I've never used aptitude.
Originally Posted by gabriel_007
apt-get does exactly what I want. So I have no need for aptitude. Your needs may differ though.
As far as I know, the only reason aptitude is "better" would be because it remembers which packages were installed at your request instead of as dependencies."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-23-2006 #7Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Hmm... I've run aptitude update/dist-upgrade and it didn't want to remove anything
. I guess that was it: to use dist-upgrade. However, during it I encountered another problem:
It says:Code:Następujące NOWE pakiety zostaną zainstalowane: x-window-system-core Następujące pakiety zostaną uaktualnione: gpdf libnspr4 libnss3 libtiff-tools libtiff4 mozilla-browser mozilla-psm 7 pakietów uaktualnianych, 1 instalowanych, 0 do usunięcia i 0 nie uaktualnianych. Do pobrania 0B/12,9MB archiwów. Zajęte po rozpakowaniu: 283kB. Kontynuować? [Y/n/?] y Zapisywanie dodatkowych informacji o stanie... Gotowe Prekonfiguracja pakietów ... dpkg: błąd składni, w linii `/var/lib/dpkg/available' niedaleko linii 1: po nazwie pola `ÉĂUĺSěč“' musi wystąpić dwukropek E: Sub-process /usr/bin/dpkg returned an error code (2) W czasie instalacji wystąpiły problemy. Próba naprawy: dpkg: błąd składni, w linii `/var/lib/dpkg/available' niedaleko linii 1: po nazwie pola `ÉĂUĺSěč“' musi wystąpić dwukropek Czytanie list pakietów... Gotowe Budowanie drzewa zależności Odczyt dodatkowych informacji o stanie Inicjalizacja stanów pakietów... Gotowe Odczyt opisów zadań... Gotowe
During the installation there were problems: Trying to fix it:
dpkg: syntax error in line /var/lib/dpkg/available close to line 1
after a fields name (these signs) must be a colon. ":"
Reading package list... Ready
etc.
What should I do?
I've tried acce
- 05-23-2006 #8Hum... And
Originally Posted by gabriel_007
doesn' return any errors? I guess not you are using an official mirror.Code:apt-get update
Does
do something? Or ask to do something?Code:apt-get -f install
If unconclusive, try
it should work...Code:apt-get clean apt-get autoclean apt-get update apt-get dist-upgrade
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-23-2006 #9Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Nope, it works the same, with the exception, that apt-get only upgrades packages (aptitude also wants to install this x-window-system-core). But the error is the same. I went through every single step you suggested
- 05-23-2006 #10
Try
then.Code:dpkg --clear-avail apt-get update
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
