[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt - Downgrade



Bertram Scharpf <b.scharpf@tesionmail.de> wrote:

> weil bei mir der Bildschirm ab und zu einfriert, möchte ich
> gern X downgraden.
>
> Ich lese:
>
>
> host:~# apt-cache policy xserver-common
> xserver-common:
>   Installed: 4.2.1-3.bunk.4
>   Candidate: 4.2.1-3.bunk.4
>   Version Table:
>      4.2.1-14.backports.org.1 0
>         500 http://www.backports.org stable/all Packages
>  *** 4.2.1-3.bunk.4 0
>         990 cdrom://[Debian GNU/Linux 3.0r1 DVD + Knoppix 3.3 - Unofficial_LU2003 i386 (20031202)] woody/main Packages
>         100 /var/lib/dpkg/status
>      4.1.0-16woody1 0
>         990 http://security.debian.org stable/updates/main Packages
>         990 http://ftp2.de.debian.org stable/main Packages
> host:~#
>
>  
> Also versuche ich:
>
>
> host:~# apt-get -s install xserver-common -t 4.1.0-16woody1
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
>   xfree86-common 
> 2 packages upgraded, 0 newly installed, 0 to remove and 82 not upgraded.
> Inst xfree86-common (4.2.1-14.backports.org.1 backports.org:3.0+backports.org/backports.org)
> Inst xserver-common (4.2.1-14.backports.org.1 backports.org:3.0+backports.org/backports.org)
> Conf xfree86-common (4.2.1-14.backports.org.1 backports.org:3.0+backports.org/backports.org)
> Conf xserver-common (4.2.1-14.backports.org.1 backports.org:3.0+backports.org/backports.org)
> host:~# 
>
>
> Das ist nicht, was ich wollte.

Das stimmt, aber Du hast auch nicht getippt, was Du wolltest.

,----[ man apt-get ]
| -t
| 
| --target-release
| 
| --default-release
| 
| This option controls the default input to the policy engine, it
| creates a default pin at priority 990 using the specified release
| string. The preferences file may further override this setting. In
| short, this option lets you have simple control over which
| distribution packages will be retrieved from.  Some common examples
| might be -t '2.1*' or -t unstable.  Configuration Item:
| APT::Default-Release
`----

-t ist nicht für die Versionnummer eines Paketes, sondern für eine
debian-Version gedacht.

> Wie kriege ich ihn dazu, die
> Fassung von security.debian.org zu laden?

Versuch das:

apt-get -s -t stable install xserver-common=4.1.0-16woody1

Heino



Reply to: