Easily Install Binaries in Linux Terminal With This Tool
itsfoss.com·2h
📦Package Managers
Preview
Report Post

Let’s be honest. Installing packages from their GitHub repositories can be a pain, especially if you use different Linux distros, BSD and macOS.

You have to go to the release pages of the tool’s GitHub repo, look for the appropriate binary file for your distribution, your system architecture (x86/ARM), get it, extract it and run it to install it.

If that feels like a lot to you, you can use eget.

Provided the repository, Eget searches through the project to find the latest binaries and downloads and extracts them. After that, the user only needs to use the sudo privileges to move the executable to a directory in $PATH, and all works well.

🚧

Eget only works with the tools that provide pre-built binaries. Also note that it should only be used for installing simple, static pre-b…

Similar Posts

Loading similar posts...