Hacker News new | ask | show | jobs
by simlevesque 3499 days ago
The problem with this is that if they support apt, where should it stop ? should they support portage, pacman, homebrew, Nix, Guix, yum, dpkg ?

I don't think it is Microsoft's job to provide packages for every manager. They should make an executable and then anyone who uses a package manager can package the program.

Here's where you can get a community PPA for VSCode: https://github.com/tagplus5/vscode-ppa

1 comments

APT and YUM are the standard tbh, the rest is up to the community.
They are no standards.

And both DEBs and RPMs are often distro specific.

Linux releases should be done source only making it as easy as possible for packagers to compile using libraries present on the system; or using a tool like AppImage and packaging everything yourself.