-
Notifications
You must be signed in to change notification settings - Fork 17
How to install
Pierre Vigier edited this page Feb 19, 2019
·
2 revisions
No installation is required. Just decompress the archive and launch gitamine.exe
.
No installation is required. Just decompress the archive and launch gitamine
.
sudo apt install ./gitamine_x.y.z_amd64.deb
Where x.y.z
is the version of gitamine you downloaded.
Depending of your package manager:
sudo dnf install ./gitamine_x.y.z_amd64.rpm
or
sudo yum install ./gitamine_x.y.z_amd64.rpm
Where x.y.z
is the version of gitamine you downloaded.
Uncaught Error: libcurl.so.4: cannot open shared object file: No such file or directory
Install libcurl4
to solve the dependency issue.
If you use apt
as package manager, run:
sudo apt install libcurl4