Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: apt-get wants to Downgrade some packages

  1. #1
    Member registered user
    Join Date
    Apr 2004
    Posts
    83

    apt-get wants to Downgrade some packages

    The following packages will be DOWNGRADED:
    cvs dhcp3-common dhcp3-server dietlibc-dev falconseye falconseye-data fam
    glibc-doc gs-common gzip iproute ircii lbxproxy lftp lha libdps1 liblwres1
    libmailtools-perl libmysqlclient10 libnetpbm9 libxaw7 libxaw7-dev libxml1
    lynx man-db mikmod mime-support mpack mpg321 mysql-client mysql-common
    mysql-server netris nfs-common nfs-kernel-server pcmcia-cs proxymngr rsync
    samba-doc screen thttpd twm unzip wget xboing xdm xfonts-100dpi
    xfonts-100dpi-transcoded xfonts-75dpi xfonts-75dpi-transcoded xfonts-base
    xfonts-base-transcoded xfonts-scalable xfs xfwp xgalaga xnest xpdf
    xpdf-utils xserver-common xserver-xfree86 xterm xutils xvfb



    is there a way to stop it from asking me if i want to downgrade or not?

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Care to tell us what you did to make it want to downgrade?
    Also what do you have in /etc/apt/apt.conf and sources.list?

  3. #3
    Member registered user
    Join Date
    Apr 2004
    Posts
    83
    Quote Originally Posted by Markus
    Care to tell us what you did to make it want to downgrade?
    Also what do you have in /etc/apt/apt.conf and sources.list?
    i did not do anything .... I installed a few video-audio plugins from synaptic and next time i did an update and then upgrade asked me to downgrade all these or not.

    this is my sources list. It is the default.




    APT:efault-Release "testing";
    APT::Cache-Limit 10000000;
    Apt::Get::Purge;





    deb file:/var/cache/apt-build/repository apt-build main
    # /etc/apt/sources.list for Knoppix
    # If you want to do a "full upgrade", you should first
    # upgrade the Packages from Debian/unstable (KDE & Co.)
    # before doing a (dist-)upgrade for Debian/testing.
    #
    # See sources.list(5) for more information, especialy
    # Remember that you can only use http, ftp or file URIs
    # CDROMs are managed through the apt-cdrom tool.

    # Security updates for "stable"
    deb http://security.debian.org stable/updates main contrib non-free
    deb http://security.debian.org testing/updates main contrib non-free

    # Stable
    deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
    deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

    # Stable Sources
    deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
    deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

    # Testing
    deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
    deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

    # Testing Sources
    deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
    deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

    # Unstable
    deb http://ftp.de.debian.org/debian unstable main contrib non-free
    deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

    # Unstable Sources
    deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
    deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

    # Experimental
    deb http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

    # Experimental Sources
    deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

    # Java
    deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
    deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
    deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
    deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free

    # More wireless stuff
    deb http://debian.isg.ee.ethz.ch/public woody madwifi
    deb-src http://debian.isg.ee.ethz.ch/public woody madwifi
    deb http://debian.isg.ee.ethz.ch/public woody airo-mpi
    deb-src http://debian.isg.ee.ethz.ch/public woody airo-mpi
    # deb ftp://ftp.tcweb.org/pub/debian unstable main
    # deb-src ftp://ftp.tcweb.org/pub/debian unstable main

    # Blades Repository (pppoeconf & co)
    # deb http://people.debian.org/~blade/testing ./
    # deb-src http://people.debian.org/~blade/testing ./

    # deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main
    deb http://download.videolan.org/pub/videolan/debian sid main
    deb-src http://download.videolan.org/pub/videolan/debian sid main

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Knoppix is a mix of testing, unstable and even stable I think.
    If you remember which packages you got with synaptic you could check from which tree they were with: apt-cache policy packagename
    Looks to me like you got some from testing and now it wants to downgrade the ones depending on them also to testing.
    What happens with: apt-get -s -t unstable install packagename_you_installed and_another_one

  5. #5
    Member registered user
    Join Date
    Apr 2004
    Posts
    83
    Quote Originally Posted by Markus
    Knoppix is a mix of testing, unstable and even stable I think.
    If you remember which packages you got with synaptic you could check from which tree they were with: apt-cache policy packagename
    Looks to me like you got some from testing and now it wants to downgrade the ones depending on them also to testing.
    What happens with: apt-get -s -t unstable install packagename_you_installed and_another_one


    apt-get -s -t unstable install avifile-divx-plugin
    Reading Package Lists... Done
    Building Dependency Tree... Done
    avifile-divx-plugin is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 568 not upgraded.




    apt-cache policy avifile-divx-plugin
    avifile-divx-plugin:
    Installed: 1:0.7.38.20030710-1.1
    Candidate: 1:0.7.38.20030710-1.1
    Version Table:
    *** 1:0.7.38.20030710-1.1 0
    99 http://ftp.de.debian.org unstable/contrib Packages
    100 /var/lib/dpkg/status




    this plugin was 1 of the 10 i got yesterday




    what is going to happen if i hit Y to downgrade and then try to upgrade again? will it let me upgrade them or not

  6. #6
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Quote Originally Posted by DimGR
    APT:efault-Release "testing";
    APT::Cache-Limit 10000000;
    Apt::Get::Purge;
    I'd say that the testing there is why your getting testing packages unless you specify unstable.
    Did you tell synaptic to get from unstable?
    I don't suppose downgrading the packages will do much harm, but then again, I have never downgraded as I run a pure unstable so I can't tell for sure.

  7. #7
    Member registered user
    Join Date
    Apr 2004
    Posts
    83
    Quote Originally Posted by Markus
    Quote Originally Posted by DimGR
    APT:efault-Release "testing";
    APT::Cache-Limit 10000000;
    Apt::Get::Purge;
    I'd say that the testing there is why your getting testing packages unless you specify unstable.
    Did you tell synaptic to get from unstable?
    I don't suppose downgrading the packages will do much harm, but then again, I have never downgraded as I run a pure unstable so I can't tell for sure.
    so if i just replace the word testing with unstable everything will be fine ?

    i did not specify from where to download the plugins ...

  8. #8
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Don't know about fine but at least you'll be getting packages from one branch only which will make life a lot easier.
    What will happen is that it's going to upgrade the whole system to unstable so you'll probably want to check commands like
    dpkg -i --force-overwrite /var/cache/apt/archives/package.......deb
    A shorter way to do this would be a dist-upgrade but from what I've read, others have had lots of problems with that command.

    FWIW you might want to repeat the -t unstable install with the other packages as well or at least check them with policy to find out whats downgrading your system.

  9. #9
    Member registered user
    Join Date
    Apr 2004
    Posts
    83
    Quote Originally Posted by Markus
    Don't know about fine but at least you'll be getting packages from one branch only which will make life a lot easier.
    What will happen is that it's going to upgrade the whole system to unstable so you'll probably want to check commands like
    dpkg -i --force-overwrite /var/cache/apt/archives/package.......deb
    A shorter way to do this would be a dist-upgrade but from what I've read, others have had lots of problems with that command.

    FWIW you might want to repeat the -t unstable install with the other packages as well or at least check them with policy to find out whats downgrading your system.

    but i had installed and i have been with Sid unstable. HOw did it become "testing" ?

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Hmm, what did you install?
    Knoppix is not pure sid. It's as said, a mix of sid, sarge and I think even woody.

Page 1 of 3 123 LastLast

Similar Threads

  1. Downgrade OpenOffice?
    By kdulcimer in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 08-30-2005, 09:51 PM
  2. where are the nx packages?
    By dobell in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-18-2005, 02:32 PM
  3. Packages
    By boombastic in forum General Support
    Replies: 2
    Last Post: 07-14-2004, 09:02 AM
  4. how to downgrade? problems with mozilla
    By pau in forum General Support
    Replies: 0
    Last Post: 03-01-2004, 07:27 PM
  5. KDE downgrade with CD
    By jackren in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 01-03-2004, 07:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



ASROCK Micro ATX  Motherboard B250M PRO4 Chipset Intel 250, DDR4, LGA 1151 picture

ASROCK Micro ATX Motherboard B250M PRO4 Chipset Intel 250, DDR4, LGA 1151

$64.99



***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$27.77



Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151 picture

Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151

$31.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$99.00



ASRock B660M PRO RS LGA 1700 Intel SATA 6Gb/s DDR4 Micro ATX Motherboard picture

ASRock B660M PRO RS LGA 1700 Intel SATA 6Gb/s DDR4 Micro ATX Motherboard

$94.99



ASUS Q87M-E/CSM Intel Q87 Chipset DDR3 mATX LGA1150 Motherboard Tested picture

ASUS Q87M-E/CSM Intel Q87 Chipset DDR3 mATX LGA1150 Motherboard Tested

$48.95



MSI A520M-A PRO AM4 AMD A520 USB3.2 Gen1 Micro-ATX Motherboard picture

MSI A520M-A PRO AM4 AMD A520 USB3.2 Gen1 Micro-ATX Motherboard

$69.99



GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box picture

GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box

$115.00



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99