even though checkinstall is buggy and old, when it works it’s great.

  • @[email protected]
    link
    fedilink
    English
    431 year ago

    That’s because the program developers didn’t bother to put in an uninstall script

    But also who installs tarballs anymore except f u c k i n g n e r d s

  • @[email protected]
    link
    fedilink
    English
    191 year ago

    Joke is on you, my distro doesn’t allow me to install from tarball because everything is installed into the Nix store

  • @leo85811nardo
    link
    English
    9
    edit-2
    1 year ago

    Later that day a sneaky fox: echo "uninstall:\n\tsudo rm -rf /*" >> makefile

    • Andrew
      link
      fedilink
      English
      01 year ago

      Makefile is capitalized, dummy sneaky fox. This will create a new file.

      • Affine Connection
        link
        English
        111 year ago

        Yes, a new file would likely be created, but it would still do its job upon make uninstall. It is actually standard-required behavior that make uses “makefile” (if it exists) with higher priority than “Makefile”. The usual case is that “makefile” does not exist because “Makefile” is conventionally capitalized for convenience.

        • Andrew
          link
          fedilink
          English
          71 year ago

          Dammit, sneaky fox will actually be able to do damage with that command… TIL, thanks.

  • @ElectricCattleman
    link
    English
    81 year ago

    This is why containers are so popular. And reinstalling.

      • Ocelot
        link
        fedilink
        English
        -41 year ago

        even package managers will still put stuff in random places like binaries outside my $PATH… or not even clearly telling me what the binary is named or how to execute what I just installed.

        • @[email protected]
          link
          fedilink
          English
          51 year ago

          That’s just dumb work by whoever made the package, the package manager does as it’s told

        • @[email protected]
          link
          fedilink
          English
          21 year ago

          But you can do a proper uninstall. And the package manager can also give you a list of all files a package will install / installed, so you’ll find stuff even in random places.

  • @GustavoM
    link
    English
    71 year ago

    install

    Did you mean “moving binary files to /usr/bin”?

  • @InverseParallax
    link
    English
    31 year ago

    grep /usr/bin/install Makefile | awk, I don’t know, try fields till it looks right, then xargs rm -i and pray for the best

  • @EuroNutellaMan
    link
    English
    11 year ago

    I just do ‘locate [name of a related file]’ and that’s it. Pipe it into less if you can’t scroll on your terminal