-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature : an easy way to install on Linux (flatpak, snap,PPA) #374
Comments
I know it looks daunting and it definitely isn't as easy as installing a flatpak, but it wasn't very difficult to install Grive2. First, go to the terminal and run the command to install the dependencies (just copy the command on the installation instructions). On the "Code" page, click on the green button "< > Code" and choose "Download as zip". Extract the zipped file to the location of your preference (in my case, $/Downloads/Grive2). Open the terminal and use the "cd" command to move to the folder in which you stored the downloaded files (in my case, "cd Downloads" and then "cd Grive2"). Once you find yourself in the right folder, just run the command After that you just wait for the scripts to run. When they're done you should get a .deb file along with some other files whose purpose I don't know. |
Thanks @jvmachados for the instruction. |
Trying to compile on Ubuntu 22 following tjis procedure : http://yourcmc.ru/wiki/Grive2#Installation EDIT: I am not really a C programmer... I am just wanting to use grive 2 :( Now this I have downloaded about 1GB of "dev" package (the equivalent of a good old windows 7) and still no compilation.... |
install dependencies
clone and build
|
inside the grive2 folder you can run |
@jumoog thanks thats working and i got grive installed. Im using grive since years and now had to switch the server after 2 years. I already have the google api key etc from before but cant use it and have to run grive -a again. I go to the site and accept everything but then i land on a localhost page ? Why does this happen ? I trief with Chrome and Firefox its not working as im always getting redirected to this localhost page but everytime with a different port. //EDIT: is working and after that i could use grive normally and didnt even had to pass the id and secret i just can run grive -s Backups_Website Thx :) |
Oura it works @jumoog little modification git clone https://github.com/vitalif/grive2.git SH file untested here : https://github.com/hubyhuby/linux-scripts/blob/main/grive2_compile_install.sh |
Same here. Wiki instructions do not work, github instructions work. nevertheless PPA support would be great especially for auto update |
#375 has instructuons how to build an appimage... I wonder if this could be adapted into a makefile/github action workflow and uploaded to a release...? |
I am willing o update to the latest version released 7 days ago. Since it would make grive2 work again.
But the following PPA doesn t seem to work anymore : https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8
It would be very nice to have a maintained easy way to install for endusers, like a package either :
flatpak,
snap,
appimage,
.deb ,
or PPA...
The text was updated successfully, but these errors were encountered: