How do I install software from extracted GitHub zip files?

0
2
Asked By CuriousCactus87 On

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

Answered By HelpSeekingFox On

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.

ResourcefulRaven -

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!

Answered By CautiousCoder29 On

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.

Answered By TechieTurtle45 On

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.

SkepticalSeal92 -

Definitely go the VM route at first! Use something like ProcMon and check it out on VirusTotal just to be safe.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.