- JumpDeleted
Permanently Deleted
Open Source @lemmy.ml I created a script for installing Linux apps from their official sources
memes @lemmy.world I came up with this in the evening and still found it funny in the morning, so here it is.
linuxmemes @lemmy.world This could also be a good skill to know
memes @lemmy.world Oh how much I adore them
Memes @lemmy.ml Uh oh
memes @lemmy.world Yelon
Memes @lemmy.ml Yelon
Memes @lemmy.ml There are also no good Switch games (I refuse to buy any and only download the free ones from the eShop)
linuxmemes @lemmy.world This time not as an error message
Linux @lemmy.ml Ubuntu spotted in the latest Mark Rober video
linuxmemes @lemmy.world I enjoy creating conflict
Lemmy Shitpost @lemmy.world Finally some real updates
linuxmemes @lemmy.world Ok guys, who games on an IoT version of Ubuntu?
Linux @lemmy.ml I made a script that configures Ubuntu (mainly its GNOME) the way I like it. I also made it work in Debian and Fedora.
linuxmemes @lemmy.world Should I report this to Satan? I'm certain that pentagrams aren't supposed to do this.
linuxmemes @lemmy.world Aw hell naw man
linuxmemes @lemmy.world I like both, but usually prefer Ubuntu
196 @lemmy.blahaj.zone Investing, portrayed by my cat
linuxmemes @lemmy.world Based on a true story
linuxmemes @lemmy.world Ctrl + Shift + A


I did check it out and it's really cool, but here's the big difference
I want to install audacity and it ran all of the commands for search via the package managers. My script will do this:
Check the database and finds an entry I made, because as it turns out, the only official audacity package is an AppImage built for Ubuntu 22.04. So it launches a command that retrieves the latest AppImage even if I don't update the database as it tries to fetch the latest version number and download the appimage based on that.
Ignore the .1, this is from a VM I test the app on and it's a mess
TLDR: mpm runs search commands for all package manager, my script's database was created manually. This means a lot of apps will be missing but when I come across something that's not there, I add it. Whether this approach is a good idea in the long run, I don't know. I just felt like creating a proof of concept of the idea.