<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>googledrive Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/googledrive/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 11 Jul 2019 18:46:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install ODrive on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-odrive-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-odrive-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 14 Jul 2019 02:22:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[google drive]]></category>
		<category><![CDATA[googledrive]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12590</guid>

					<description><![CDATA[<p>Google Drive is one of the world&#8217;s most popular cloud services. Of course, it&#8217;s from the big G company, however, it has its own advantages such as its integration with Android. The problem is that the support given to Linux is practically non-existent. And that makes many users look for other alternatives such as Mega [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-odrive-on-ubuntu-18-04/">Install ODrive on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Google Drive is one of the world&#8217;s most popular cloud services. Of course, it&#8217;s from the big G company, however, it has its own advantages such as its integration with Android. The problem is that the support given to Linux is practically non-existent. And that makes many users look for other alternatives such as Mega or Dropbox. Despite this, the development community does not stop and tries every day to offer solutions for Ubuntu which is the most popular Linux distribution. That&#8217;s why, in this post, I will show you how to install ODrive on Ubuntu 18.04 and Linux Mint 19. So with ODrive, you will have an efficient and light Google Drive client.</p>
<h2>ODrive and Google Drive</h2>
<p>Although Google is sympathetic to many open source projects, it&#8217;s rare that there isn&#8217;t an official Google Drive client on Linux. Yes, as you read it, not even for <a href="https://www.osradar.com/tag/ubuntu/" rel="noopener noreferrer">Ubuntu</a> which is the most popular distribution out there.</p>
<p>That&#8217;s why <a href="https://liberodark.github.io/ODrive/" rel="noopener noreferrer">ODrive</a> was born, to give an unofficial answer to this situation. ODrive is an unofficial client of Google Drive, is very simple to use and has little limited options, but that meets its goal. The goal is simply to synchronize our Drive files on our computer. Just like that. It is open source, released with the <a href="https://www.gnu.org/licenses/gpl-3.0.html" rel="noopener noreferrer">GPL license</a>, so we can examine the source code of the application without any problem.</p>
<p>Additionally, the application is available for Windows and MacOS, so it becomes quite easy to test. In the case of Linux, there are installers in Flatpak, Snap, DEB, RPM and <a href="https://www.osradar.com/appimagehub-the-appimage-store/" rel="noopener noreferrer">AppImage</a> formats. That is to say, it is installed in almost any modern desktop system.</p>
<h2>Install ODrive on Ubuntu 18.04 &#8211; Linux Mint 19</h2>
<p>For Ubuntu 18.04 and Linux Mint 19, we have several ways to install ODrive. The first is using the .DEB package. So I think it&#8217;s more efficient because we&#8217;ll just have to download a lightweight package.</p>
<p>Open a terminal and run the following:</p>
<pre>:~$ wget -c https://github.com/liberodark/ODrive/releases/download/0.2.2/odrive_0.2.2_amd64.deb</pre>
<p>In this case, the last stable version of the project is 0.2.2. If you read this post at another time, check the version first.</p>
<p>Next, install it using gdebi. If you do not have gdebi installed, install it first.</p>
<pre>:~$ sudo apt install gdebi
:~$ sudo gdebi [file_path]</pre>
<p>image</p>
<p>After that launch it.</p>
<p>However, if you don&#8217;t want to install it and just want to download a &#8220;portable&#8221;, you can download it in APPIMAGE format. Give permission to run and double click on the file.</p>
<pre>:~$ wget -c https://github.com/liberodark/ODrive/releases/download/0.2.2/OpenDrive.0.2.2.AppImage
:~$ chmod +x [file_path]</pre>
<p>However, there are installers in a snap and Flatpak format.</p>
<h2>Using ODrive</h2>
<p>Once you have installed ODrive, run it. Either from the main menu or as portable APPIMAGE.</p>
<figure id="attachment_12594" aria-describedby="caption-attachment-12594" style="width: 662px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12594" src="https://www.osradar.com/wp-content/uploads/2019/07/1-3.png" alt="1.- Install ODrive on Ubuntu 18.04" width="662" height="298" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-3.png 662w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-300x135.png 300w" sizes="(max-width: 662px) 100vw, 662px" /><figcaption id="caption-attachment-12594" class="wp-caption-text">1.- Install ODrive on Ubuntu 18.04</figcaption></figure>
<p>Next, set your credentials and choose the folder location. And that is it.</p>
<figure id="attachment_12595" aria-describedby="caption-attachment-12595" style="width: 838px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12595" src="https://www.osradar.com/wp-content/uploads/2019/07/2-3.png" alt="2.- Set up ODrive on Ubuntu 18.04" width="838" height="541" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-3.png 838w, https://www.osradar.com/wp-content/uploads/2019/07/2-3-300x194.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-3-768x496.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-3-696x449.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/2-3-651x420.png 651w" sizes="(max-width: 838px) 100vw, 838px" /><figcaption id="caption-attachment-12595" class="wp-caption-text">2.- Set up ODrive on Ubuntu 18.04</figcaption></figure>
<h2>Conclusion</h2>
<p>An official Google Drive customer is what should exist. However, thanks to the existing developer community, it is possible to count on Google&#8217;s cloud service on Linux. However, it is good that you know that it is not the only one, but that Mega, Dropbox can also be installed on Linux. On the other hand, you can create a private cloud with <a href="https://www.osradar.com/how-to-install-nextcloud-in-ubuntu-18-04/">Nextcloud on Ubuntu 18.04</a>.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-odrive-on-ubuntu-18-04/">Install ODrive on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-odrive-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
