Find the answer to your Linux question:
Results 1 to 2 of 2
Let's say I download the latest source codes, create a deb package using checkinstall and install the package with 'dpkg -i', but the package version in the depositary is of ...
  1. #1
    Just Joined!
    Join Date
    Mar 2006
    Posts
    18

    Will 'aptitude upgrade or dist-upgrade' downgrade manually installed deb package?

    Let's say I download the latest source codes, create a deb package using checkinstall and install the package with 'dpkg -i', but the package version in the depositary is of a older version. Will doing a 'aptitude upgrade or dist-upgrade' actually downgrade the installed latest version to the older version found in the depositary?

    Thanks.

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    No. Apt-get install will downgrade a package, but it will ask you first if that's what you really want to do. Upgrade and dist-upgrade will only upgrade.
    Stand up and be counted as a Linux user!

Posting Permissions

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