I'm trying to figure out how to install some software I downloaded from GitHub in zip format. I've managed to unzip the files, but I can't seem to find the right way to install them or apply them. I'm specifically looking at 'YetAnotherBar' and 'Sunamu'. Any tips would be greatly appreciated!
3 Answers
I checked out the YetAnotherBar and Sunamu projects. Just a heads up, YetAnotherBar's repository was archived, so it's read-only now and may not be the best option. For Sunamu, there’s an AppImage you can download and run directly. Just make sure you give it the right permissions first with `chmod +x`. You can find it at their releases page.
If you're unsure about compiling from source, I'd say don't start with it! There are usually readme files in these projects that have build instructions. Stick to known software until you're more comfortable.
Before diving into installing software from random GitHub repositories, are you sure you want to? It can get tricky! I’d recommend setting up a virtual machine (VM) first. It's a safer way to experiment without risking your main system.
Definitely go the VM route at first! Use something like ProcMon and check it out on VirusTotal just to be safe.
Good call on the AppImage! Also, for YetAnotherBar, the installation instructions suggest getting it from the AUR if you're on Arch. Always check the README for installation steps!