While there's plenty of software available out of the box for Ubuntu (and all the derivatives), some developers only provide .deb downloads from their websites - that's where deb-get comes in.
The idea is that it sources various extra applications for you, giving apt-get like functionality for 3rd party repositories or via direct download. Sounds pretty neat! A nice time-saving tool developed by Martin Wimpress, lead on Ubuntu MATE. It could help when you're getting setup initially, or just looking for something that isn't available from Ubuntu directly or Ubuntu perhaps has an older version than what you want to install.
Wimpress said the idea is directly inspired by Software Boutique, a tool used on Ubuntu MATE that does very much the same thing with a curated selection.
There's quite a lot of software already supported so go give it a whirl and see what you think.
Check it out on GitHub.
https://wiki.debian.org/DebianRepository/UseThirdParty
This almost feels like a tool designed to circumvent all of that.
Quotedeveloped by Martin Wimpress, lead on Ubuntu MATE
That makes it reliable in my eyes too 👍️.
(But yes, I'll probably wait until it's available straight from my distro)
Last edited by Purple Library Guy on 5 May 2022 at 2:09 pm UTC
cd ~/Downloads
sudo apt install -y ./code_1.66.2-1649663260_arm64.deb
This has the benefit of adding (in this case) vscode to apt's automated update cycle. I would assume deb-get doesn't auto update due to the update command.
I also don't see an arm version of deb-get - that may be more useful. On arm, sublime-text doesn't install properly. I use the snap version to get full functionality. It would be interesting to see if deb-get installs it correctly.
Quoting: darkoverlordofdataThis has the benefit of adding (in this case) vscode to apt's automated update cycle.
Only because this particular `.deb` file sets up a repository and a key in your back, allowing Microsoft to replace every file on your distro in your back and have full control to be your own computer sysadmin (Yes that's also a problem PPA have too).
Any program installing this `.deb` file, being `apt` or something else (`dpkg`, `gdebi`, whatever…) will set the repository and the key to give full package and file replacement permission to Microsoft, because those permissions are set up by the package itself, not `apt` or any program installing the `.deb` file.
Quoting: illwieckzSo do you mean Microsoft in specific or just anyone in general, Microsoft just being an appropriately annoying example? Because I'm not seeing what this would have to do with Microsoft specifically.Quoting: darkoverlordofdataThis has the benefit of adding (in this case) vscode to apt's automated update cycle.
Only because this particular `.deb` file sets up a repository and a key in your back, allowing Microsoft to replace every file on your distro in your back and have full control to be your own computer sysadmin (Yes that's also a problem PPA have too).
Any program installing this `.deb` file, being `apt` or something else (`dpkg`, `gdebi`, whatever…) will set the repository and the key to give full package and file replacement permission to Microsoft, because those permissions are set up by the package itself, not `apt` or any program installing the `.deb` file.
as is, i actively maintain my own /build/ folder and manually check for git releases and build them myself
but i can see the benefits for people if they dont have a ppa for some of those
off the top i can see discord doesnt have a PPA - get the deb from their website.
however vivaldi does have a ppa.
google earth pro also has a ppa.
yeah honestly nothing in the software list interests me in the slightest.
I think this is handy for discovery, quick setup, and maintaining updates. I didn't even know that the Zoom app I have was outdated (I'm more used to Zoom natively installed - I've had bad experiences with screen sharing before and prefer to play it safe. I'll definitely keep using this as I distro-hop - it'll save time for apps like browsers and it'll help keep some apps like Bitwarden up to date (both of which I prefer to have installed natively due to native host messaging still borked on flatpak).
I hope that more third party projects lands on pacstall and deb-get because having a script that can install and update these things makes my live so much simpler.
See more from me