Results 1 to 7 of 7

Thread: Roll back?

  1. #1
    Join Date
    2013-May
    Posts
    26

    Roll back?

    Is there an easy way in Debian to roll a package version back to the CD version? With OpenVAS broken by the last update, I just need to get my system functional again.

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    You will have to remove new installed packages and reinstall the older versions.

  3. #3
    Join Date
    2013-May
    Posts
    26
    I tried that, but the only version seen is the new version, and the new version won't install because of gsd version incompatibiliies.

  4. When removing a package, try the "apt-get purge ..." command, that should get rid of all traces of the package that way you can install the one you want.
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  5. #5
    Join Date
    2013-Mar
    Posts
    354
    Uninstall the package: aptitude purge "package"

    I still see many many people misunderstanding the "purge" option with remove option.

    The "remove" option will uninstall (remove) the package.
    The "purge" option will uninstall (remove) the package and will remove the configuration files (/etc) and the "man" to that package at the data base if applicable.

    Just read the "man aptitude" in a terminal.

    I still do not understand people using the "remove" and "purge" commands at the same time within the aptitude command...??????

    Then install it: aptitude install "package"="version"

    Hope it helps.
    Last edited by maverik35; 2013-05-14 at 22:50.

  6. #6
    Join Date
    2013-May
    Posts
    26
    I have the package nuked, the problem is that the only version that shows up is the broken one- there's no way to go back to the base version as far as I can tell when using the repositories listed in the FAQ. I haven't been able to re-download a clean image to try to burn a CD to use as a source, which seems to be the most likely way to get the old packages. That is to say the only version of OpenVAS that exists as far as my system can tell is 1.1. That's the broken version. If someone in this thread can give me a version= that will roll it back to the base install version, I'd be over the moon,

    Here's what I get:

    ~# apt-show-versions -a openvas
    Not installed
    openvas 1.1 kali http.kali.org
    openvas 1.1 kali-dev http.kali.org
    openvas not installed

    See- only the broken version is there. I'm not the only one reporting this issue, so I'm fairly comfortable that it's a general problem, not a reflection of my lack of Debian foo.

  7. #7
    this will roll openvas back to version 5
    http://forums.kali.org/showthread.ph...to-cd-original

Similar Threads

  1. Roll back the installation to KitKat
    By aztazt in forum NetHunter General Questions
    Replies: 2
    Last Post: 2014-09-26, 00:37

Posting Permissions

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