Apt repository for the .deb downloads?

I’m running debian, and so while i could install snap, I’d just like to have everything all using one package manager. The website download page hosts .deb files, however I don’t think there’s any way to download it from apt without using any third party repositories. which, after searching around, doesn’t exist. The .deb packages aren’t even mentioned in the installation guide.

6 Likes

Seconded. Very appreciative of the .deb file but know that I’ll be slow to upgrade if it’s a manual process. I suppose I could write a script to check and have it run as a startup file?

1 Like

Thirded?

It also seems that there is a GitHub project called github-apt-repos (hxxps://github.com/rpatterson/github-apt-repos) - which is designed to turn GitHub releases into fully fledged APT repositories that Debian-based distributions can apt-get install against.

Replace hxxps with https, obviously.