Skip Navigation
241 comments
  • Even worse: the .deb file's dependences are only available in a specific version of Ubuntu LTS or with PPAs.

  • I don't know what the Linux community's consensus on appimages are, but I wouldn't mind if people made more appimages because, for the few distros I've used, appimages just usually work.

    • AppImages are definitely convient to use. However the two issues I have with them are that there's no easy way to find them (eg flathub) and they're not automatically integrated with the DE. Requiring a tool that manages AppImages to make it easier.

      • Appimages are supposed to be distributed the same way Windows and Mac software is distributed, that's kind of the point.

        As for management, I agree distros should ship with an appimage manager.

  • Debtap is suprisingly easy to use after switching to arch (highly recommend), but i actually love .deb files. Obviously it's a slight risk to the user in the similar way dot EXE's can be for windows , but they really do simplify package management for when you're newer to linux.

  • And again... Distrobox is your friend. Me, I like an immutable OS (kinoite) but I still want the AUR…

     
        
    distrobox-create --name arch --image archlinux:latest
    distrobox enter arch
    install yay as normal
    yay -S vscodium
    distrobox-export --app vscodium
    yay exa
    distrobox-export --bin /usr/sbin/exa
    exit [back to kinoite]
    exa [works]
    vscodium [works, has icon in application launcher]
    
    
    
      

    Try it, you might like it !

  • I'll give you one more, what about software that doesn't package it at all and gives you a tar?

    • Yeah, I hate those with a passion. Or those who send you to a GitHub page that explains nothing, gives you the tar and expects you to read their mind 😂

  • With my finger on the trigger / I run dot slash configure / yo this package is big / but my package is bigger

241 comments