Google doesn’t plan to assist its Drive Service on the Linux desktop. Fortunately, over time, many third-party sync shoppers have come on to the scene to bridge the hole. Open Drive is one more wonderful means to access Google Drive on Linux.

Open Drive isn’t a brand new idea, nevertheless it units itself aside by providing up a straightforward to use interface, with out charging a charge like Insync, or OverGrive. On this tutorial, we’ll go over precisely how one can arrange the Open Drive system on Linux.

Word: To make use of Open Drive on Linux, you could have a Google account. If you don’t have already got one, click on here to make a brand new one.

Set up Open Drive on Linux

As Open Drive is a third-party sync shopper to Google Drive, you received’t discover a obtain hyperlink to this app on the Google web site. As an alternative, customers wanting to sync their recordsdata on Linux with the app want to get it immediately from the developer’s GitHub web page.

Formally, Open Drive is accessible for Ubuntu and Debian by way of a DEB bundle, Fedora, and OpenSUSE by way of an RPM, in addition to a Snap bundle, and AppImage. To begin the set up of the appliance, press Ctrl + Shift + T or Ctrl + Alt + T on the keyboard to open up a terminal window. Then, comply with the directions beneath that correspond with your Linux OS of alternative.

Ubuntu

These on Ubuntu can obtain a DEB bundle to set up Open Drive. To get the bundle, go to your terminal session and use the wget instrument to obtain the newest launch of Open Drive.

cd /tmp
wget 

With the bundle downloaded to the “tmp” folder, use the dpkg installer instrument to load up Open Drive on your Ubuntu PC.

sudo dpkg -i *.deb

End up the set up on Ubuntu by operating apt set up.

sudo apt set up -f

Debian

Open Drive is installable on Debian Linux by way of a downloadable DEB bundle file. To get your fingers on this bundle for set up, go to the terminal session and use the CD command to transfer into the “tmp” listing. Then, run the wget instrument to obtain the newest launch.

cd /tmp
wget 

As soon as the obtain is full, use the dpkg set up instrument to arrange Open Drive on Debian Linux.

sudo dpkg -i  *.deb

When the set up of the DEB bundle is full, you might run into some errors. Primarily, some dependencies could have failed to set up. To repair this, set up apt-get set up.

sudo apt-get set up -f

Take into account that some releases of Debian could also be too far behind to deal with the Open Drive DEB bundle. Strive the AppImage or Snap launch when you run into points.

Arch Linux

Evidently the Arch Linux AUR has each bundle obtainable for set up. Within the case of Open Drive, sadly, there’s no construct prepared to use. Fortunately, Arch Linux helps Snap packages and may run AppImages too. So, when you’re an Arch fan wanting to use Open Drive, strive these directions as an alternative!

Fedora Linux

The developer of Open Drive helps RedHat-based Linux working methods properly, by offering an RPM file on the GitHub web page that customers can obtain. To get it, you received’t want to fuss with any obtain instructions. As an alternative, make the most of DNF’s on-line RPM capabilities.

sudo dnf set up  -y

OpenSUSE Linux

Need to use Open Drive on OpenSUSE Linux? If that’s the case, use the CD command to transfer into the “tmp” folder. After that, seize the RPM bundle file with wget.

cd /tmp
wget 

As soon as the RPM file is finished downloading, set up it with:

sudo zypper set up odrive-0.2.2.x86_64.rpm

Snap bundle

Open Drive is up on the Snap retailer, so when you use a Linux OS that helps Snapd, it’s fast and straightforward to set up. To begin the set up, guarantee that you’ve got the Snap runtime operating on your Linux PC. Then, set up with snap set up.

sudo snap set up odrive-unofficial

AppImage

Any Linux OS can run an AppImage, so when you can’t run Snaps, DEBs, or RPM recordsdata, this can be a wonderful means to use the app. To get the AppImage launch of Open Drive, begin by creating a brand new “AppImages,” folder. Then, obtain it with wget and begin the app!

mkdir -p ~/AppImages

cd ~/AppImages

wget 

chmod +x OpenDrive.0.2.2.AppImage

./OpenDrive.0.2.2.AppImage

Sync Google Drive with Open Drive

To sync your recordsdata with Open Drive, open up the app on your Linux desktop by launching “Open Drive” out of your app menu. As soon as it’s open, comply with the step-by-step directions beneath to sync recordsdata.

Step 1: Because the app opens, you’ll see a web page that claims “Setup required,” with a blue button on the bottom-right a part of the display that claims “next.” Click on the blue button to proceed to the subsequent web page.

Z

Step 2: On the subsequent web page, you’ll be instructed to join your Google account to Open Drive. Comply with what the app says to get it linked.

Step 3: Following getting your Google account linked to the app, it’ll specify the place it’s going to obtain your recordsdata to. Should you dislike the default location, click on “browse.” In any other case, click on “Synchronize” to obtain your knowledge.

To access your recordsdata (or add gadgets) open up the Linux file supervisor and navigate to:

/house/username/snap/odrive-unofficial/2/Google Drive/



Source link

Share.
Leave A Reply

Exit mobile version