Results 1 to 8 of 8

Thread: App for re-installing autoremoved packages.

  1. #1
    Join Date
    Nov 2013
    Beans
    1

    Lightbulb App for re-installing autoremoved packages.

    use getback for re-install all autoremove packages

    Download this program

    http://github.com/codex8/getback

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    How is software hosted on github vetted?

    I came across this thread: How to re-install all autoremove packages

    My question is this: is software like that above vetted by anybody?

  3. #3
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How is software hosted on github vetted?

    github is not vetted in anyway. It is a place where people, hackers, professionals store their code. Some extremely well-known projects use github, but it is also used by people like you and me just screwing around with different ideas. People are generally good and really trying to be helpful, but ... being cautious with any unknown code is always smart, just like being cautious with any unknown website is. Running code you don't understand is always dangerous, which is why folks here try to educate, not just provide the answer in a vacuum.

    You can create a github account and put anything you want there. It would be available for anyone. That software could be the greatest thing or malicious. Use the source, Luke.
    Last edited by TheFu; September 25th, 2014 at 01:05 PM. Reason: expanded

  4. #4
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: App for re-installing autoremoved packages.

    The thread that vasa1 linked to was posted in “New to Ubuntu”, which is inappropriate. The New to Ubuntu section is for those new to Linux to post their help requests, not for people to promote 3rd party applications. Furthermore, considering the reservations already expressed in the thread vasa1 started here in The Cafe, it would be inappropriate to recommend this app to newcomers without discussion of the pros and cons. In the circumstances I have merged the two threads to make one Cafe thread so that members may discuss relevant issues.

    I've also renamed the thread.

    @vasa1, apologies, but the timing of the two posts means that the OP of the original New to Ubuntu thread now appears to be the OP of this discussion thread.

    @sam.nyx, please do not post this link anywhere else, but allow members to discuss this application here.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  5. #5
    Join Date
    Dec 2007
    Beans
    12,521

    Re: App for re-installing autoremoved packages.

    Quote Originally Posted by coffeecat View Post
    ...
    @vasa1, apologies, but the timing of the two posts means that the OP of the original New to Ubuntu thread now appears to be the OP of this discussion thread.
    ...
    No apologies needed. You've addressed the issue and that's what I wanted

  6. #6
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: App for re-installing autoremoved packages.

    The github script searches the history file and marks the entire relevant group as 'manually' installed.
    This action abuses apt's marking system (admittedly not the only script to do so).
    It does prevent future erroneous autoremoval, but also prevents future intentional autoremoval of the same packages. For example, uninstalling a chain of PPA dependencies.

    Many user of this script seem likely, in my opinion, to be users who don't understand package management, and who are already making unwise choices on the path toward breaking their systems. This script won't help them much, though, since it won't address the package conflict or sources.list conflict that caused the original autoremoval.

    A more complex logic, that determines the appropriate top-level packages to restore the entire chain of dependencies, would be more appropriate.

  7. #7
    Join Date
    Jun 2012
    Beans
    822

    Re: App for re-installing autoremoved packages.

    There's nothing such apps do you couldn't do manually, and I wouldn't use an untrusted 3rd party ppa for anything like this. I won't even install 3rd party skins let alone something that important.

  8. #8
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: App for re-installing autoremoved packages.

    Installed packages are likely still on your computer, and can be reinstalled with dpkg, gdebi, or, if you don't mind the slowness, the Ubuntu Software Center.

    A quote from superuser.com:

    They're stored in:

    /var/cache/apt/archives/

    unless you've issued a:

    apt-get clean
    Last edited by oldrocker99; September 26th, 2014 at 05:55 PM.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

Tags for this Thread

Bookmarks

Posting Permissions

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