<?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>Cosmic Cuttlefish Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/cosmic-cuttlefish/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 03 Aug 2019 14:15:46 +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>How to install Oracle Java 12 on Ubuntu 18.04/18.10 and Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/</link>
					<comments>https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 28 Mar 2019 07:00:59 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Update Java]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6630</guid>

					<description><![CDATA[<p>OpenJDK is an open source community version of Java. It is widely used because it is available by default on Ubuntu and many Linux distributions. However, you cannot use it to develop commercial applications. If you are a Java developer or you are a beginner, then, this is for you, because I will teach you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/">How to install Oracle Java 12 on Ubuntu 18.04/18.10 and Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>OpenJDK is an open source community version of Java. It is widely used because it is available by default on Ubuntu and many Linux distributions. However, you cannot use it to develop commercial applications. If you are a Java developer or you are a beginner, then, this is for you, because I will teach you how to install Oracle Java in Ubuntu and Debian.</p>
<p>First, let&#8217;s talk a little Java. <strong>Java</strong> is an Object Oriented programming language owned by Oracle. It is a compiled language, with its own rules and widely spread at educational and professional levels.</p>
<p>It is composed of three fundamental parts: JDK, JRE, and JVM. JDK is the Java development kit which contains the compiler and libraries needed to start creating applications with Java. The Java Runtime Environment (JRE) is the engine for running these applications. Last, the Java Virtual Machine (JVM) functions as an intermediate layer between the JRE and the operating system where Java applications run.</p>
<h2>Java and Linux</h2>
<p>Java is compatible with Linux, this means that it is possible to run, and build applications from your favorite distribution. The problem is that the version in the official repositories is based on OpenJDK. In short, this means that we will not be able to use it to create commercial applications, besides it is a community version with the advantages and disadvantages that it can present.</p>
<p>That&#8217;s why if you want to develop applications for third parties without having licensing problems, you should install Oracle Java.</p>
<h2>Install Oracle Java thanks to a PPA</h2>
<p>As I said before, installing Oracle Java is necessary if you are a developer. Fortunately, it is possible to do it in a quite simple way thanks to the Java Uprising PPA.</p>
<p>This repository automates the process of downloading, installing and configuring Oracle Java as a .deb package. Obviously, it downloads it from the Oracle website, configures it and allows us to set a default version.</p>
<h3>For Ubuntu 18.04 and 18.10</h3>
<p>First, you need to update the system.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p>Once the installation is complete, the next step will be to add the java uprising repository.</p>
<pre class="">:~$ sudo add-apt-repository ppa:linuxuprising/java</pre>
<figure id="attachment_11625" aria-describedby="caption-attachment-11625" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11625" src="https://www.osradar.com/wp-content/uploads/2018/10/1-24.png" alt="1.- Add the PPA" width="1365" height="489" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-24.png 1365w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-300x107.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-768x275.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-1024x367.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-696x249.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-1068x383.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-24-1172x420.png 1172w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11625" class="wp-caption-text">1.- Add the PPA</figcaption></figure>
<p>Finally, you can install Oracle Java. Then, you will see the license terms.</p>
<pre class="">:~$ sudo apt install oracle-java12-installer</pre>
<figure id="attachment_11627" aria-describedby="caption-attachment-11627" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-11627 size-full" src="https://www.osradar.com/wp-content/uploads/2018/10/2-21.png" alt="2.- License agreement" width="1365" height="386" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-21.png 1365w, https://www.osradar.com/wp-content/uploads/2018/10/2-21-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-21-768x217.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-21-1024x290.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-21-696x197.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-21-1068x302.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11627" class="wp-caption-text">2.- License agreement</figcaption></figure>
<p>It&#8217;ll take a while, according to your internet connection.</p>
<h2>Set Oracle Java 12 as default</h2>
<p>This PPA brings with it a distributed tool in the form of a very useful package to set Oracle Java 12 as the default Java version of the system.</p>
<p>If you use Ubuntu the package <code>oracle-java12-set-default</code> has been installed as a recommended package in the installation of <code>oracle-java12-installer</code> package and it is not necessary to do anything else except verifying the installation.</p>
<pre class="">:~$ java --version</pre>
<p>On the other hand, if you want to install Java 12 but not the default one. So, you have to remove the <code>oracle-java12-set-default</code> package.</p>
<pre class="">:~$ sudo apt remove oracle-java12-set-default</pre>
<p>That&#8217;s it.</p>
<h2>Conclusion</h2>
<p>It is quite simple to install the proprietary version of Java, on Ubuntu and Debian, but if you are interested in learning about this programming language then you must do so.</p>
<p>Tell us your experience, do you use Java? Are you a Java developer? Tell us in the comments</p>
<p>Please spread this article through your social networks.</p>
<p>You can also read &#8220;<a href="https://www.osradar.com/5-very-interesting-netbeans-plugins-for-developers/">5 very interesting plugins for netbeans</a>&#8220;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/">How to install Oracle Java 12 on Ubuntu 18.04/18.10 and Debian 9?</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/how-to-install-oracle-java-on-ubuntu-18-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 things to do after installing Ubuntu 18.10</title>
		<link>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-10/</link>
					<comments>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 24 Oct 2018 01:00:41 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[after installing]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6680</guid>

					<description><![CDATA[<p>Ubuntu is the world&#8217;s most popular Linux distribution. It is also the gateway for many new users trying something other than Windows and Mac. It is always possible to improve its user experience, so in this article, I will show you 5 things to do after installing Ubuntu 18.10. Recently we have talked about this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-10/">5 things to do after installing Ubuntu 18.10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ubuntu is the world&#8217;s most popular Linux distribution. It is also the gateway for many new users trying something other than Windows and Mac. It is always possible to improve its user experience, so in this article, I will show you <strong>5 things to do after installing Ubuntu 18.10.</strong></p>
<p>Recently we have <a href="https://www.osradar.com/ubuntu-18-10-cosmic-cuttlefish-available/">talked about this new version of </a>Ubuntu and is that cannot go unnoticed a release of the most used Linux distribution in the world in one way or another.</p>
<figure id="attachment_6692" aria-describedby="caption-attachment-6692" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-6692 size-full" src="https://www.osradar.com/wp-content/uploads/2018/10/7.jpg" alt="0.- Ubuntu 18.10" width="800" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/7-300x222.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-768x567.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-80x60.jpg 80w, https://www.osradar.com/wp-content/uploads/2018/10/7-696x514.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-569x420.jpg 569w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6692" class="wp-caption-text">0.- Ubuntu 18.10</figcaption></figure>
<p>All Ubuntu launches stand out for their very refined user experience, but it is possible to improve it and adapt it to our needs. There are many things to do after installing Ubuntu 18.10 but they depend on each specific user.</p>
<h1>5 things to do after installing Ubuntu 18.10</h1>
<h2>1. Upgrade the system</h2>
<p>The first thing you have to do after installing Ubuntu 18.10 is upgrading the system.</p>
<p>From the moment a new version of <a href="http://releases.ubuntu.com/18.10/">Ubuntu is released</a> until you install it, it is possible that security patches have been released for the distribution packages. In short, these are packages or updates that resolve security breaches that affect system stability.</p>
<p>First, open a Terminal and run:</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<figure id="attachment_6682" aria-describedby="caption-attachment-6682" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6682" src="https://www.osradar.com/wp-content/uploads/2018/10/1-1.jpg" alt="1.- Upgrade the system" width="800" height="434" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-1.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-300x163.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-768x417.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-696x378.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-774x420.jpg 774w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6682" class="wp-caption-text">1.- Upgrade the system</figcaption></figure>
<p>When you enter the password, the update of the repository cache will start. It will then install the published updates if any. This process should be done on a daily basis.</p>
<h2>2.- Install codecs multimedia</h2>
<p>For licensing reasons Ubuntu does not bring most of the multimedia codecs needed to play the most popular formats such as MP3, MKV, etc.. To do this, open a Terminal and run.</p>
<pre class="">:~$ sudo apt install ubuntu-restricted-extras</pre>
<figure id="attachment_6684" aria-describedby="caption-attachment-6684" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-6684 size-full" src="https://www.osradar.com/wp-content/uploads/2018/10/2-2.jpg" alt="2.- Installing ubuntu-restricted-extra" width="800" height="190" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-2.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/2-2-300x71.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-2-768x182.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-2-696x165.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6684" class="wp-caption-text">2.- Installing ubuntu-restricted-extra</figcaption></figure>
<p>This package also installs the official Microsoft sources such as Arial, Times New Roman.</p>
<p>also if you work with multimedia edition or just do not want to have problems decoding various files, you can install the <code>libavcodec-extra</code> package.</p>
<pre class="">:~$ sudo apt install libavcodec-extra</pre>
<figure id="attachment_6685" aria-describedby="caption-attachment-6685" style="width: 767px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6685" src="https://www.osradar.com/wp-content/uploads/2018/10/3.jpg" alt="3.- installing libavcodec-extra" width="767" height="302" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3.jpg 767w, https://www.osradar.com/wp-content/uploads/2018/10/3-300x118.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-696x274.jpg 696w" sizes="(max-width: 767px) 100vw, 767px" /><figcaption id="caption-attachment-6685" class="wp-caption-text">3.- installing libavcodec-extra</figcaption></figure>
<p>And finally, you can get support for DVD playback with this command.</p>
<pre class="">:~$ sudo apt install libdvd-pkg</pre>
<figure id="attachment_6686" aria-describedby="caption-attachment-6686" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6686" src="https://www.osradar.com/wp-content/uploads/2018/10/4.jpg" alt="4.- Installing DVD support" width="800" height="278" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/4-300x104.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-768x267.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-696x242.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6686" class="wp-caption-text">4.- Installing DVD support</figcaption></figure>
<p>If you play multimedia files, this is something you have to do after installing Ubuntu 18.10.</p>
<h2>3. Enable minimize to Dock</h2>
<p>The Ubuntu Dock is a very useful tool for opening applications quickly and easily. However, there is a basic feature that is not available by default and is to gain comfort, I&#8217;m talking about minimizing applications by clicking the Dock.</p>
<p>To resolve this situation, run the following instruction on a terminal.</p>
<pre class="">:~$ gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'</pre>
<figure id="attachment_6687" aria-describedby="caption-attachment-6687" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6687" src="https://www.osradar.com/wp-content/uploads/2018/10/5-1.jpg" alt="5.- Enabling minimize to dock" width="800" height="95" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-1.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-300x36.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-768x91.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-696x83.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6687" class="wp-caption-text">5.- Enabling minimize to dock</figcaption></figure>
<p>This will solve the problem.</p>
<h2>4. Enable Google Drive integration</h2>
<p>This is one of Ubuntu&#8217;s most enjoyable capabilities. We can enable the integration of our online accounts, from Ubuntu, in a very simple way. With this, you can have access to your files that you save in those accounts.</p>
<p>Some of the supported services are Google Drive, Dropbox, Microsoft or Facebook. As you can see, they are very popular services. In this case, I&#8217;ll enable the Google Drive account.</p>
<p>Go to <em>Settings</em>, <em>Online Accounts</em> and <em>add Google Account</em>. You will have to write your username and password.</p>
<figure id="attachment_6689" aria-describedby="caption-attachment-6689" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6689" src="https://www.osradar.com/wp-content/uploads/2018/10/6.jpg" alt="6.- Enabling Google Drive support" width="800" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/6-300x222.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-768x567.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-80x60.jpg 80w, https://www.osradar.com/wp-content/uploads/2018/10/6-696x514.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-569x420.jpg 569w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6689" class="wp-caption-text">6.- Enabling Google Drive support</figcaption></figure>
<p>When finished, you can view your Google Drive files from the Nautilus file manager.</p>
<h2>5. Make a Backup</h2>
<p>Sometimes due to routine work, we forget to make backups of our system. Ubuntu is a very safe system but it is not free of failures, so it is advisable to make backups from time to time.</p>
<p>Fortunately, Ubuntu has installed by default a very useful and simple tool to make them.</p>
<p>First, open it from the Menu.</p>
<p>You will see several options to make the backup. For example, in Folders to save, you can include the folders you want to back up. This way you can have control of what is backed up.</p>
<figure id="attachment_6690" aria-describedby="caption-attachment-6690" style="width: 832px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6690" src="https://www.osradar.com/wp-content/uploads/2018/10/55.png" alt="7.- Making a backup after installing Ubuntu 18.10" width="832" height="493" srcset="https://www.osradar.com/wp-content/uploads/2018/10/55.png 832w, https://www.osradar.com/wp-content/uploads/2018/10/55-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/55-768x455.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/55-696x412.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/55-709x420.png 709w" sizes="(max-width: 832px) 100vw, 832px" /><figcaption id="caption-attachment-6690" class="wp-caption-text">7.- Making a backup after installing Ubuntu 18.10</figcaption></figure>
<p>The tool also allows you to set where the backup in question will be saved.</p>
<figure id="attachment_6691" aria-describedby="caption-attachment-6691" style="width: 832px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6691" src="https://www.osradar.com/wp-content/uploads/2018/10/66.png" alt="7.- Making a Backup" width="832" height="493" srcset="https://www.osradar.com/wp-content/uploads/2018/10/66.png 832w, https://www.osradar.com/wp-content/uploads/2018/10/66-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/66-768x455.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/66-696x412.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/66-709x420.png 709w" sizes="(max-width: 832px) 100vw, 832px" /><figcaption id="caption-attachment-6691" class="wp-caption-text">7.- Making a Backup</figcaption></figure>
<p>As you can see, it is very simple and intuitive to use.</p>
<h2>Conclusion</h2>
<p>There are many things to do after installing Ubuntu 18.10 but each of them depends on the user who uses it. In this article, I showed you 5 things everyone should do after installing it.</p>
<p>Tell us about yourself, do you use Ubuntu? How did you do with Ubuntu 18.10? Do you have another tweak that you can tell us?</p>
<p>Please spread this article through your social networks.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-10/">5 things to do after installing Ubuntu 18.10</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/5-things-to-do-after-installing-ubuntu-18-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 18.10 Cosmic Cuttlefish available</title>
		<link>https://www.osradar.com/ubuntu-18-10-cosmic-cuttlefish-available/</link>
					<comments>https://www.osradar.com/ubuntu-18-10-cosmic-cuttlefish-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 20 Oct 2018 01:00:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 18.10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6607</guid>

					<description><![CDATA[<p>A new version of Ubuntu is now available, specifically, I&#8217;m talking about Ubuntu 18.10 with the codename Cosmic Cuttlefish. Recently the BETA of this new version had been published which served as a preview for what was to come. I had recently spoken about the BETA version. Ubuntu 18.10 is a short time support version [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/ubuntu-18-10-cosmic-cuttlefish-available/">Ubuntu 18.10 Cosmic Cuttlefish available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A new version of Ubuntu is now available, specifically, I&#8217;m talking about <a href="https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes" rel="noopener">Ubuntu 18.10</a> with the codename Cosmic Cuttlefish.</p>
<figure id="attachment_6618" aria-describedby="caption-attachment-6618" style="width: 1400px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6618" src="https://www.osradar.com/wp-content/uploads/2018/10/5.jpg" alt="5.- Cosmic Cuttlefish" width="1400" height="788" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5.jpg 1400w, https://www.osradar.com/wp-content/uploads/2018/10/5-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-1024x576.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-696x392.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-1068x601.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-746x420.jpg 746w" sizes="(max-width: 1400px) 100vw, 1400px" /><figcaption id="caption-attachment-6618" class="wp-caption-text">5.- Cosmic Cuttlefish</figcaption></figure>
<p>Recently the BETA of this new version had been published which served as a preview for what was to come. I had recently spoken about the <a href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/" rel="noopener">BETA version</a>. Ubuntu 18.10 is a short time support version that acquires relevance because it is the first version after 18.04 that is LTS.</p>
<h2>Do I have to upgrade to Ubuntu 18.10</h2>
<p>This new version of Ubuntu comes with some very interesting new features that are not revolutionary but to improve the distribution. However, it is not an LTS version, so it will only receive security updates until mid-2019.</p>
<p>In short, if you need a stable system and the peace of mind that comes with it, then stay with Ubuntu 18.04. However, if you&#8217;re an enthusiast and you&#8217;re aware that its support is short-term, you can try it.</p>
<h2>It is the moment of Snap</h2>
<p>Ubuntu is behind the development and support of Snap, a new technology for packaging applications for Linux. In this new version, they take even more validity with the improvement of the time of boot the applications Snap.</p>
<p>Another point is that the Snap app store has <strong>4100 packages built by at least 1700 developers</strong>. Official desktop snaps from <strong>Spotify</strong>, <strong>Plex</strong> <strong>and</strong> <strong>Skype</strong> are very popular.</p>
<figure id="attachment_6614" aria-describedby="caption-attachment-6614" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6614" src="https://www.osradar.com/wp-content/uploads/2018/10/1-15.png" alt="1.- Some snap apps for Ubuntu" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-15.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-15-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6614" class="wp-caption-text">1.- Some snap apps for Ubuntu</figcaption></figure>
<p>There is also good news for users of server applications. Because there are snap packages aimed at them like<strong> Google Cloud SDK, AWS CLI, and Azure CLI</strong>.</p>
<h2>What is new?</h2>
<h3>A new GTK and icons Theme</h3>
<p>Ubuntu 18.10 brings a number of new features that will make the user experience more enjoyable.</p>
<p>First of all, a new theme called <strong><em>Yaru</em></strong> is finally released, which is much better than the previous one. In addition, it also has a new theme of icons quite elegant.</p>
<figure id="attachment_6615" aria-describedby="caption-attachment-6615" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6615" src="https://www.osradar.com/wp-content/uploads/2018/10/2-15.png" alt="2.- Ubuntu 18.10 new theme" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-15.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6615" class="wp-caption-text">2.- Ubuntu 18.10 new theme</figcaption></figure>
<figure id="attachment_6616" aria-describedby="caption-attachment-6616" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6616" src="https://www.osradar.com/wp-content/uploads/2018/10/3-16.png" alt="3.- Ubuntu 18.10 new icon theme" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-16.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-16-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6616" class="wp-caption-text">3.- Ubuntu 18.10 new icon theme</figcaption></figure>
<p>Believe me, the new theme is a great improvement.</p>
<h3>Linux 4.18 ideal for gaming</h3>
<p>In this new version of Ubuntu, you should be able to run your games more efficiently. The Linux 4.18 kernel together with updates in Mesa and X.org significantly <strong>improve game performance</strong>. Graphics support expands to AMD VegaM in the latest Intel Kabylake-G CPUs.</p>
<h3>Optimized for multi-cloud computing</h3>
<p>In this new version, there are extensive <strong>improvements in the field of cloud computing.</strong> Ubuntu Server 18.10 images are available on all major public clouds, including minimal images popular for container workloads with a small footprint and fast boot time.</p>
<h3>GNOME 3.30</h3>
<p>On a graphical level, the main novelty is the incorporation of <a href="https://help.gnome.org/misc/release-notes/3.30/" rel="noopener">GNOME 3.30</a>, which introduces a series of new features that improve the user experience. For example, there is an <strong>improvement in the performance of the desktop</strong>. In addition, with GNOME 3.30 it is now easier than ever to control screen sharing and remote desktop sessions.</p>
<figure id="attachment_6617" aria-describedby="caption-attachment-6617" style="width: 980px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6617" src="https://www.osradar.com/wp-content/uploads/2018/10/4-12.png" alt="4.- Ubuntu 18.10 Details" width="980" height="710" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-12.png 980w, https://www.osradar.com/wp-content/uploads/2018/10/4-12-300x217.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-12-768x556.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-12-324x235.png 324w, https://www.osradar.com/wp-content/uploads/2018/10/4-12-696x504.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-12-580x420.png 580w" sizes="(max-width: 980px) 100vw, 980px" /><figcaption id="caption-attachment-6617" class="wp-caption-text">4.- Ubuntu 18.10 Details</figcaption></figure>
<h3>Faster installation and startup</h3>
<p>Ubuntu 18.10 Cosmic Cuttlefish uses compression algorithms such as LZ4 and ztsd, which <strong>support 10% faster startup</strong>.</p>
<p>And of course, Firefox, LibreOffice and Chromium have been updated to their latest stable version.</p>
<h3>Download Ubuntu 18.10</h3>
<p>Finally, if you are enthusiastic about this new version of Ubuntu and want to try it, you can <a href="http://releases.ubuntu.com/18.10/">download</a> the corresponding ISO images and start the installation.</p>
<p>Being a short support version you can use <a href="https://www.virtualbox.org/" rel="noopener">VirtualBox</a> for it and see if you like it.</p>
<p>Tell us about yourself, will you use Ubuntu 18.10? Do you use it? what will you do with Ubuntu? Let us know your impressions in the comments.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/ubuntu-18-10-cosmic-cuttlefish-available/">Ubuntu 18.10 Cosmic Cuttlefish available</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/ubuntu-18-10-cosmic-cuttlefish-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Flat-Remix Theme on Any Linux Distribution?</title>
		<link>https://www.osradar.com/install-flat-remix-theme-ubuntu/</link>
					<comments>https://www.osradar.com/install-flat-remix-theme-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 16 Oct 2018 01:00:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Bionic Beaver]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Flat-Remix]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[GTK Shell]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6454</guid>

					<description><![CDATA[<p>Ubuntu has changed its new default theme for version 18.10. And to tell you the truth, it looks pretty good, but some people don&#8217;t like it. However, you can change it for a very good one. Today, I will tell you how to install the Flat-Remix theme. Flat-Remix is a pretty simple icon theme inspired [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-flat-remix-theme-ubuntu/">How to install Flat-Remix Theme on Any Linux Distribution?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ubuntu has changed its <a href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/" rel="noopener">new default theme for version 18.10</a>. And to tell you the truth, it looks pretty good, but some people don&#8217;t like it. However, you can change it for a very good one. Today, I will tell you how to install the Flat-Remix theme.</p>
<figure id="attachment_6456" aria-describedby="caption-attachment-6456" style="width: 1060px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6456" src="https://www.osradar.com/wp-content/uploads/2018/10/2-11.png" alt="1.- Flat Remix" width="1060" height="362" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-11.png 1060w, https://www.osradar.com/wp-content/uploads/2018/10/2-11-300x102.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-11-768x262.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-11-1024x350.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-11-696x238.png 696w" sizes="(max-width: 1060px) 100vw, 1060px" /><figcaption id="caption-attachment-6456" class="wp-caption-text">1.- Flat Remix</figcaption></figure>
<p><a href="https://github.com/daniruiz/flat-remix" rel="noopener">Flat-Remix</a> is a pretty simple icon theme inspired by material design. It can be installed on all Linux distributions that use GNOME as a desktop environment. It is also released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html" rel="noopener">GPLv3 license</a>, which guarantees that you can modify and reuse it.</p>
<p>In addition, the theme is available in several versions (Main, Dark, Light) as well as an icon theme and for GNOME Shell.</p>
<figure id="attachment_6455" aria-describedby="caption-attachment-6455" style="width: 837px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6455" src="https://www.osradar.com/wp-content/uploads/2018/10/1-11.png" alt="1.- Flat Remix icons set" width="837" height="1080" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-11.png 837w, https://www.osradar.com/wp-content/uploads/2018/10/1-11-233x300.png 233w, https://www.osradar.com/wp-content/uploads/2018/10/1-11-768x991.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-11-794x1024.png 794w, https://www.osradar.com/wp-content/uploads/2018/10/1-11-696x898.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-11-326x420.png 326w" sizes="(max-width: 837px) 100vw, 837px" /><figcaption id="caption-attachment-6455" class="wp-caption-text">2.- Flat Remix icons set</figcaption></figure>
<p>As can been noted, the last stable version of this complete theme is 1.32 which was released a few days ago. In this new version, some bugs have been fixed and some icons have been updated.</p>
<h2>Install Flat-Remix Icon set on any Linux Distribution</h2>
<p>If you want to install Flat-Remix in any Linux distribution, I have the good news that is quite simple.</p>
<p>In the first place, you have to install git to clone the Git repository of the project. Open a Terminal, and then, type:</p>
<pre class="">:~$ sudo apt install git</pre>
<figure id="attachment_6457" aria-describedby="caption-attachment-6457" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6457" src="https://www.osradar.com/wp-content/uploads/2018/10/3-12.png" alt="3.- Installing git to clone the repositories" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-12.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-12-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6457" class="wp-caption-text">3.- Installing git to clone the repositories</figcaption></figure>
<p>Now you can clone the first repository (icon set), to do it, run:</p>
<pre class="">:~$ git clone https://github.com/daniruiz/flat-remix</pre>
<figure id="attachment_6458" aria-describedby="caption-attachment-6458" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6458" src="https://www.osradar.com/wp-content/uploads/2018/10/4-8.png" alt="4.- Cloning the repository" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-8-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6458" class="wp-caption-text">4.- Cloning the repository</figcaption></figure>
<p>Second, clone the other repository (GTK theme).</p>
<pre class="">:~$ git clone https://github.com/daniruiz/flat-remix-gtk</pre>
<p>The only thing left to do is to create the local folder where the theme will be.</p>
<pre class="">:~$ mkdir -p ~/.icons &amp;&amp; mkdir -p ~/.themes</pre>
<p>Then, copy the contents of the cloned folder into the new one.</p>
<pre class="">:~$ cp -r flat-remix/Flat-Remix* ~/.icons/ &amp;&amp; cp -r flat-remix-gtk/Flat-Remix-GTK* ~/.themes/</pre>
<figure id="attachment_6461" aria-describedby="caption-attachment-6461" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6461" src="https://www.osradar.com/wp-content/uploads/2018/10/9-8.png" alt="5.- Install Flat-Remix theme" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/9-8-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6461" class="wp-caption-text">5.- Install Flat-Remix theme</figcaption></figure>
<p>Finally, open <code>gnome-tweaks-tool</code> and in the appearance section, choose the new theme.</p>
<figure id="attachment_6462" aria-describedby="caption-attachment-6462" style="width: 950px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6462" src="https://www.osradar.com/wp-content/uploads/2018/10/10-7.png" alt="6.- Choosing flat-remix theme" width="950" height="700" srcset="https://www.osradar.com/wp-content/uploads/2018/10/10-7.png 950w, https://www.osradar.com/wp-content/uploads/2018/10/10-7-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/10-7-768x566.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/10-7-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/10-7-696x513.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/10-7-570x420.png 570w" sizes="(max-width: 950px) 100vw, 950px" /><figcaption id="caption-attachment-6462" class="wp-caption-text">6.- Choosing a flat-remix theme</figcaption></figure>
<p>Here&#8217;s part of the results.</p>
<figure id="attachment_6463" aria-describedby="caption-attachment-6463" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6463" src="https://www.osradar.com/wp-content/uploads/2018/10/11-7.png" alt="7.- Flat-remix icon theme installed" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/11-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/11-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6463" class="wp-caption-text">7.- Flat-remix icon theme installed</figcaption></figure>
<figure id="attachment_6464" aria-describedby="caption-attachment-6464" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6464" src="https://www.osradar.com/wp-content/uploads/2018/10/12-6.png" alt="12.- Nautilus looks nice with Flat-remix theme" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/12-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/12-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6464" class="wp-caption-text">12.- Nautilus looks nice with Flat-remix theme</figcaption></figure>
<h2>Conclusion</h2>
<p>Linux is destined for its capacity of customization and it is true that more and more the Linux distributions improve in visual aspects. However, excellent themes can always be found to further improve the appearance of the system.</p>
<p>I like to customize my work environment, so soon I&#8217;ll bring you another theme to install.</p>
<p>We want to hear from you, do you like flat-remix? did you know it? how did you like it?</p>
<p>Please spread this article through your social networks.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-flat-remix-theme-ubuntu/">How to install Flat-Remix Theme on Any Linux Distribution?</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-flat-remix-theme-ubuntu/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</title>
		<link>https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/</link>
					<comments>https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 11 Oct 2018 01:00:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android studio]]></category>
		<category><![CDATA[Bionic Beaver]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6324</guid>

					<description><![CDATA[<p>Linux is a great system that stands out for its security and stability. It is also free and quite efficient in the management of computer resources. That is why, many developers use it for their work, including developers of mobile platforms such as Android. Today, I will show you how to install Android Studio 3.2 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/">How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is a great system that stands out for its security and stability. It is also free and quite efficient in the management of computer resources. That is why, many developers use it for their work, including developers of mobile platforms such as Android. Today, I will show you how to install <strong>Android Studio 3.2 on Ubuntu 18.04/18.10</strong>.</p>
<p><a href="https://developer.android.com/studio/" target="_blank" rel="noopener">Android Studio</a> is the official IDE for the development of applications for the Android operating system. Android is present in most cell phones in the world. That&#8217;s why developers create their applications for Android, because they know it will be used by millions.</p>
<p>With this in mind, I&#8217;ll show you how to install Android Studio on Ubuntu 18.04 and <a href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/" target="_blank" rel="noopener">Ubuntu 18.10.</a></p>
<h2>0. Prerequisites</h2>
<p>The process is simple, however, it is good to keep in mind that it requires some handling of the terminal and its terminology.</p>
<p>On the other hand, you need a user who has enabled the use of sudo for terminal commands.</p>
<p>Finally you need a computer with Ubuntu 18.04 or Ubuntu 18.10 (BETA) installed. Obvious.</p>
<h2>1. Installing Java from Oracle</h2>
<p>Android Studio requires java for its operation and therefore I recommend that you install the official version of Java 8. Java 8 is the version that best supports Android Studio and also thanks to Webupd8 ppa installation becomes very simple.</p>
<p>First, open a terminal and run:</p>
<pre class="">:~$ sudo add-apt-repository ppa:webupd8team/java</pre>
<figure id="attachment_6326" aria-describedby="caption-attachment-6326" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6326" src="https://www.osradar.com/wp-content/uploads/2018/10/1-7.png" alt="1.- Adding the PPA to install Java" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6326" class="wp-caption-text">1.- Adding the PPA to install Java</figcaption></figure>
<p>Next:</p>
<pre class="">:~$ sudo apt-get install oracle-java8-installer</pre>
<figure id="attachment_6327" aria-describedby="caption-attachment-6327" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6327" src="https://www.osradar.com/wp-content/uploads/2018/10/2-7.png" alt="2.- Installing the java installer package" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6327" class="wp-caption-text">2.- Installing the java installer package</figcaption></figure>
<p>During the process, you will be asked to accept Oracle&#8217;s license terms.</p>
<figure id="attachment_6328" aria-describedby="caption-attachment-6328" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6328" src="https://www.osradar.com/wp-content/uploads/2018/10/3-8.png" alt="3.- Accepting Oracle license terms" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6328" class="wp-caption-text">3.- Accepting Oracle license terms</figcaption></figure>
<p>And to define this version of Java as the main one, install <code>oracle-java8-set-default</code>. Run:</p>
<pre class="">:~$ sudo apt install oracle-java8-set-default</pre>
<figure id="attachment_6329" aria-describedby="caption-attachment-6329" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6329" src="https://www.osradar.com/wp-content/uploads/2018/10/4-2.png" alt="4.- Setting the Oracle Java Version as the default" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6329" class="wp-caption-text">4.- Setting the Oracle Java Version as the default</figcaption></figure>
<p>In this case it was installed by default.</p>
<p>Then, check the installed Java version.</p>
<figure id="attachment_6330" aria-describedby="caption-attachment-6330" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6330" src="https://www.osradar.com/wp-content/uploads/2018/10/5-3.png" alt="5.- Showing the java version installed" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6330" class="wp-caption-text">5.- Showing the java version installed</figcaption></figure>
<p>As you can see, everything is going OK.</p>
<h2>2. Install Android Studio</h2>
<p>The easiest way to install Android Studio on Ubuntu is through a PPA. With this we make sure to install the latest version available and a simple way.</p>
<p>Open a terminal and run:</p>
<pre class="">:~$ sudo apt-add-repository ppa:maarten-fonville/android-studio</pre>
<figure id="attachment_6331" aria-describedby="caption-attachment-6331" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-6331" src="https://www.osradar.com/wp-content/uploads/2018/10/6-4.png" alt="6.- Adding the PPA to install Android Studio" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6331" class="wp-caption-text">6.- Adding the PPA to install Android Studio</figcaption></figure>
<p>Now, you can install it.</p>
<pre class="">:~$ sudo apt install android-studio</pre>
<figure id="attachment_6332" aria-describedby="caption-attachment-6332" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6332" src="https://www.osradar.com/wp-content/uploads/2018/10/7-4.png" alt="7.- Installing Android Studio from the terminal" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6332" class="wp-caption-text">7.- Installing Android Studio from the terminal</figcaption></figure>
<p>The time it takes depends on your internet speed.</p>
<figure id="attachment_6333" aria-describedby="caption-attachment-6333" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6333" src="https://www.osradar.com/wp-content/uploads/2018/10/8-4.png" alt="8.- Installation progress" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/8-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6333" class="wp-caption-text">8.- Installation progress</figcaption></figure>
<h2>3. Complete the installation</h2>
<p>At the end it is necessary to run the wizard to complete the installation. Run:</p>
<pre class="">:~$ /opt/android-studio/bin/studio.sh</pre>
<figure id="attachment_6335" aria-describedby="caption-attachment-6335" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6335" src="https://www.osradar.com/wp-content/uploads/2018/10/9-4.png" alt="9.-Starting the installation wizard" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-4.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6335" class="wp-caption-text">9.-Starting the installation wizard</figcaption></figure>
<p>Next, you have to specify the type of installation.</p>
<figure id="attachment_6336" aria-describedby="caption-attachment-6336" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6336" src="https://www.osradar.com/wp-content/uploads/2018/10/10-3.png" alt="10.- Choosing the type of installation" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/10-3.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6336" class="wp-caption-text">10.- Choosing the type of installation</figcaption></figure>
<p>In this screen you will be able to choose the theme that android studio will use.</p>
<figure id="attachment_6337" aria-describedby="caption-attachment-6337" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6337" src="https://www.osradar.com/wp-content/uploads/2018/10/11-3.png" alt="11.- Choosing the default theme for Android Studio" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/11-3.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6337" class="wp-caption-text">11.- Choosing the default theme for Android Studio</figcaption></figure>
<p>Finally the download of all components will start.</p>
<figure id="attachment_6338" aria-describedby="caption-attachment-6338" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6338" src="https://www.osradar.com/wp-content/uploads/2018/10/12-2.png" alt="12.- Installtion settings" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/12-2.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6338" class="wp-caption-text">12.- Installtion settings</figcaption></figure>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>As you can see, the installation is simple and will depend on your internet connection to ensure that it is done in the shortest time possible.</p>
<p>Tell us, are you an Android developer? how is your experience with Android Studio?</p>
<p>Please spread this article through your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/">How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</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/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A new version of Ubuntu available: Here what it offers!</title>
		<link>https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/</link>
					<comments>https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 03 Oct 2018 08:49:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Version]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6110</guid>

					<description><![CDATA[<p>Ubuntu is perhaps the most popular Linux distribution on the planet. In order to offer each time a better product is that has seen the light a new version of Ubuntu. Ubuntu 18.10 under the name Cosmic Cuttlefish is the new version of this great Linux distribution, it comes loaded with new features and with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/">A new version of Ubuntu available: Here what it offers!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.ubuntu.com/" target="_blank" rel="noopener">Ubuntu</a> is perhaps the most popular Linux distribution on the planet. In order to offer each time a better product is that has seen the light a new version of Ubuntu.</p>
<figure id="attachment_6189" aria-describedby="caption-attachment-6189" style="width: 2200px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6189" src="https://www.osradar.com/wp-content/uploads/2018/10/1-1.png" alt="1.- Ubuntu the most popular Distribution" width="2200" height="1125" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-1.png 2200w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-1024x524.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-696x356.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-1068x546.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-821x420.png 821w, https://www.osradar.com/wp-content/uploads/2018/10/1-1-1920x982.png 1920w" sizes="(max-width: 2200px) 100vw, 2200px" /><figcaption id="caption-attachment-6189" class="wp-caption-text">1.- Ubuntu the most popular Distribution</figcaption></figure>
<p>Ubuntu 18.10 under the name Cosmic Cuttlefish is the new version of this great Linux distribution, it comes loaded with new features and with the impulse of being the first version after an <a href="http://releases.ubuntu.com/18.04/" target="_blank" rel="noopener">LTS release</a>.</p>
<figure id="attachment_6190" aria-describedby="caption-attachment-6190" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6190" src="https://www.osradar.com/wp-content/uploads/2018/10/2-1.png" alt="2.- A new version: Cosmic Cuttlefish" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6190" class="wp-caption-text">2.- A new version: Cosmic Cuttlefish</figcaption></figure>
<p>This version of Ubuntu comes with Linux Kernel 4.17 which adds support for the Andes NDS32 RISC architecture and it also <strong>supports for the Nvidia Tegra Xavier processor</strong>. But they are not the only improvements thanks to the Kernel, there is also <strong>better battery management</strong> and HDMI audio and sound compatibility for AMD graphics cards.</p>
<p>This is some features:</p>
<h2>GNOME 3.30</h2>
<p>The default desktop environment for Ubuntu 18.10 Cosmic Cuttlefish will be <a href="https://www.gnome.org/news/2018/09/gnome-3-30-released/" target="_blank" rel="noopener">GNOME 3.30</a>, with all its new features. These include improved performance and as they say in the <a href="https://help.gnome.org/misc/release-notes/3.30/" target="_blank" rel="noopener">release notes</a>, &#8220;Many performance improvements have been added to GNOME 3.30. The entire desktop now uses fewer resources, which means you can run more applications at once without encountering performance problems&#8221;.</p>
<figure id="attachment_6191" aria-describedby="caption-attachment-6191" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6191" src="https://www.osradar.com/wp-content/uploads/2018/10/3-1.png" alt="3.- Nautilus 3.26 on Ubuntu 18.10 Beta" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6191" class="wp-caption-text">3.- Nautilus 3.26 on Ubuntu 18.10 Beta</figcaption></figure>
<p>However, it will retain an earlier version of <strong>Nautilus</strong>.</p>
<h2>We finally have a new look</h2>
<p>The appearance has always been a problem in Ubuntu, apart from the tastes of each person, it is true that more and more it was obligatory to change the theme and icons just <a href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-04/" target="_blank" rel="noopener">finish the installation</a>. However, for this new version, the Communitheme called <em>Yaru</em> theme will be activated by default. And this is something all users of the distribution will be grateful for.</p>
<figure id="attachment_6192" aria-describedby="caption-attachment-6192" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6192" src="https://www.osradar.com/wp-content/uploads/2018/10/4-1.png" alt="4.- Gnome Tweaks Showing Yaru theme" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6192" class="wp-caption-text">4.- Gnome Tweaks Showing Yaru theme</figcaption></figure>
<h2>10% faster start-up for this new version</h2>
<p>Thanks to the <strong>new compression algorithms LZ4 and </strong>ztsd, the developers say that, to avoid bottle necks in the system startup process, the system will start faster, around 10%.</p>
<h2>More from Snap for you</h2>
<p>This new version of Ubuntu, deepens the bet that makes Canonical with snap technology. This is why the boot time of pre-installed snap applications has been optimized. In addition, there are a large number of applications available from the <strong>software center</strong>.</p>
<h2>More features:</h2>
<p>There are other more or less important characteristics, for example:</p>
<ul>
<li>Many basic programs such as <strong>Firefox</strong> (61), <strong>Shotwell</strong> (0.30) and <strong>LibreOffice</strong>(6.1.1) are updated.</li>
<li>Support for multiple monitors has been improved.</li>
<li>The Snap packages have been improved to be better used by this new version.</li>
<li>The installation process should take less time in this beta.</li>
</ul>
<figure id="attachment_6193" aria-describedby="caption-attachment-6193" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6193" src="https://www.osradar.com/wp-content/uploads/2018/10/5-1.png" alt="5.- Firefox up to date" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6193" class="wp-caption-text">5.- Firefox up to date</figcaption></figure>
<h2>Downloading Ubuntu 18.10 beta</h2>
<p>I remind you that this version is still in beta phase which implies that you should expect errors, however, if you are enthusiastic and want to try it, you can download it from <a href="http://releases.ubuntu.com/18.10/" target="_blank" rel="noopener">here</a>.</p>
<figure id="attachment_6195" aria-describedby="caption-attachment-6195" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6195" src="https://www.osradar.com/wp-content/uploads/2018/10/6-1.png" alt="6.- Download Page of Ubuntu 18.10" width="1366" height="630" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-768x354.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-1024x472.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-696x321.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-1068x493.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-1-911x420.png 911w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6195" class="wp-caption-text">6.- Download Page of Ubuntu 18.10</figcaption></figure>
<h2>Conclusion</h2>
<p>This version is of short support, which makes it a test bench for Canonical and its novelties. In short, its installation in production computers is not advisable and its use is limited to Lin enthusiasts.</p>
<p>Please spread this article through your social networks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/">A new version of Ubuntu available: Here what it offers!</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/a-new-version-of-ubuntu-available-here-what-it-offers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
