<?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>things To Do After Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/things-to-do-after/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 24 Apr 2020 16:29:03 +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>5 things to do after installing Ubuntu 20.04</title>
		<link>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 24 Apr 2020 22:11:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[after installing]]></category>
		<category><![CDATA[things To Do After]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19818</guid>

					<description><![CDATA[<p>The new version of Ubuntu has been recently published. As we already know it is an LTS version which implies that it will have official support for at least 5 years. This makes it the logical choice if you want stability and durability. The truth is that it&#8217;s a pretty rounded and accomplished version and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-20-04/">5 things to do after installing Ubuntu 20.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>The new version of <a href="https://www.osradar.com/ubuntu-20-04-lts-available/" target="_blank" rel="noopener noreferrer">Ubuntu has been recently published</a>. As we already know it is an LTS version which implies that it will have official support for at least 5 years. This makes it the logical choice if you want stability and durability. The truth is that it&#8217;s a pretty rounded and accomplished version and everything works fine. However, we can always customize it and that&#8217;s why we present you 5 things to do after installing Ubuntu 20.04 LTS.</p>
<p>Before we start, we must clarify that these things I propose you can do after the installation, are simple recommendations. That is, it&#8217;s up to you to decide whether to do them or not.</p>
<p>On the other hand,<strong> it is assumed that a minimum installation of Ubuntu has been done</strong>. I always advise to do it this way because it is easier to add things to it than to take things away. It also makes it faster because you have to load less stuff.</p>
<p>So let&#8217;s get started.</p>
<h2>Things to do after installing Ubuntu 20.04</h2>
<h3>1.- Upgrade the system</h3>
<p>Upgrading the system is the best way to keep an operating system safe.</p>
<p>Ubuntu has been released but the development and maintenance have just begun and part of the maintenance is the incorporation of security patches that improve the stability of the system.</p>
<p>On the other hand, it is also possible to obtain new versions of some programs such as <a href="https://www.osradar.com/firefox-75-available/" target="_blank" rel="noopener noreferrer">Firefox</a> or Thunderbird. Very important in daily work.</p>
<p>So, you have two ways to do it. The first is by using the graphical interface. From the main menu, choose the <em>Software Updater</em> option.</p>
<figure id="attachment_19849" aria-describedby="caption-attachment-19849" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19849" src="https://www.osradar.com/wp-content/uploads/2020/04/1-17.png" alt="1.- Software updater" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2020/04/1-17.png 1366w, https://www.osradar.com/wp-content/uploads/2020/04/1-17-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/1-17-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/04/1-17-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/1-17-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/1-17-1068x600.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19849" class="wp-caption-text">1.- Software updater</figcaption></figure>
<p>The other is faster and more direct than using the terminal. If you are a newbie, do not worry it is quite simple and believe me when I tell you that it is faster and more efficient.</p>
<p>Open a terminal from the Dash or the main menu and execute these commands:</p>
<pre>:~$ sudo apt update</pre>
<p>And then,</p>
<pre>:~$ sudo apt upgrade</pre>
<p>After entering your user password and accepting the changes, the download will begin.</p>
<p>This is important to do frequently to keep the system stable.</p>
<h3>2.- Enable the partner repositories to allow installing more software and install the hardware drivers</h3>
<p>Although Ubuntu repositories are quite comprehensive. There are some programs subject to legal terms that do not allow their inclusion there. Not even in a default installation.</p>
<p>So, to install these programs you have to enable the universe, multiverse, restricted, and Canonical Partners repositories.</p>
<p>Open the main menu and choose the <em>Software and Updates</em> option and click.</p>
<figure id="attachment_19850" aria-describedby="caption-attachment-19850" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19850" src="https://www.osradar.com/wp-content/uploads/2020/04/2-13.png" alt="2.- After installing Ubuntu 20.04 it is good idea to enable the extra repositories" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2020/04/2-13.png 1366w, https://www.osradar.com/wp-content/uploads/2020/04/2-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/2-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/04/2-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/2-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/2-13-1068x600.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19850" class="wp-caption-text">2.- After installing Ubuntu 20.04 it is good idea to enable the extra repositories</figcaption></figure>
<p>In the first tab called <em>Ubuntu Software</em>, enable all the repositories as shown in the image.</p>
<figure id="attachment_19851" aria-describedby="caption-attachment-19851" style="width: 1012px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19851" src="https://www.osradar.com/wp-content/uploads/2020/04/3-12.png" alt="3.- Enabling the extra repositories" width="1012" height="658" srcset="https://www.osradar.com/wp-content/uploads/2020/04/3-12.png 1012w, https://www.osradar.com/wp-content/uploads/2020/04/3-12-300x195.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/3-12-768x499.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/3-12-696x453.png 696w" sizes="(max-width: 1012px) 100vw, 1012px" /><figcaption id="caption-attachment-19851" class="wp-caption-text">3.- Enabling the extra repositories</figcaption></figure>
<p>On the tab called <em>Other Software</em>, enable the <em>Canonical Partners repository</em>.</p>
<figure id="attachment_19852" aria-describedby="caption-attachment-19852" style="width: 1012px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19852" src="https://www.osradar.com/wp-content/uploads/2020/04/4-10.png" alt="4.- Enabling the Canonical partners repository" width="1012" height="658" srcset="https://www.osradar.com/wp-content/uploads/2020/04/4-10.png 1012w, https://www.osradar.com/wp-content/uploads/2020/04/4-10-300x195.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/4-10-768x499.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/4-10-696x453.png 696w" sizes="(max-width: 1012px) 100vw, 1012px" /><figcaption id="caption-attachment-19852" class="wp-caption-text">4.- Enabling the Canonical partners repository</figcaption></figure>
<p>Close the window and the update of the repositories will start. When finished, you will have more programs available to install.</p>
<p>Then go to the <em>Additional Drivers</em> tab and install the proprietary drivers for your hardware. Always select the one recommended by the system.</p>
<figure id="attachment_19853" aria-describedby="caption-attachment-19853" style="width: 1012px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19853" src="https://www.osradar.com/wp-content/uploads/2020/04/5-6.png" alt="5.- Install the hardware drivers" width="1012" height="658" srcset="https://www.osradar.com/wp-content/uploads/2020/04/5-6.png 1012w, https://www.osradar.com/wp-content/uploads/2020/04/5-6-300x195.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/5-6-768x499.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/5-6-696x453.png 696w" sizes="(max-width: 1012px) 100vw, 1012px" /><figcaption id="caption-attachment-19853" class="wp-caption-text">5.- Install the hardware drivers</figcaption></figure>
<h3>3.- Install the proprietary codecs</h3>
<p>Remember, I&#8217;m assuming this is a minimum Ubuntu installation. So it is likely that the necessary codecs to play proprietary formats are not installed.</p>
<p>In addition to this, if you work with word processing, it is a good idea to install the Microsoft fonts as well.</p>
<p>This can be done by running the following command:</p>
<pre>:~$ sudo apt install ubuntu-restricted-extras</pre>
<h3>4.- Install more software</h3>
<p>As it is a minimal installation, the logic is that there are almost no applications installed. This is a disadvantage at first because it gives us an incomplete system but it is also not bad that we are the ones who choose what to install.</p>
<p>Install LibreOffice:</p>
<pre>:~$ sudo apt install libreoffice</pre>
<p>To play all kinds of multimedia content:</p>
<pre>:~$ sudo apt install vlc</pre>
<p>An image editor like Gimp is also necessary sometimes:</p>
<pre>:~$ sudo apt install gimp</pre>
<p>Or a less complex one for basic operations like Pinta:</p>
<pre>:~$ sudo apt install pinta</pre>
<p>Or to perform torrent downloads:</p>
<pre>:~$ sudo apt install deluge</pre>
<p>But there&#8217;s plenty more you can install from the Ubuntu app store. Take a look.</p>
<figure id="attachment_19854" aria-describedby="caption-attachment-19854" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19854" src="https://www.osradar.com/wp-content/uploads/2020/04/6-9.png" alt="6.- Ubuntu store" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2020/04/6-9.png 1366w, https://www.osradar.com/wp-content/uploads/2020/04/6-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/6-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2020/04/6-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/6-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/6-9-1068x600.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19854" class="wp-caption-text">6.- Ubuntu store</figcaption></figure>
<h3>5.- After installing Ubuntu 20.04, take a look at GNOME</h3>
<p>For some time now GNOME has been the default desktop for Ubuntu. At first, it all looked bad because GNOME has earned its reputation for being heavy and demanding.</p>
<p>Despite this, the integration between GNOME and Ubuntu has only gotten better. To the point that Ubuntu 20.04 is much faster and smoother thanks to the optimization work that GNOME has done.</p>
<p>Now, GNOME is a very customizable desktop environment through extensions that you can get on the website from this site.</p>
<p>And to manage them is the Gnome Tweak tool. So install it:</p>
<pre>:~$ sudo apt install gnome-tweak-tool</pre>
<figure id="attachment_19855" aria-describedby="caption-attachment-19855" style="width: 1003px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19855" src="https://www.osradar.com/wp-content/uploads/2020/04/7-7.png" alt="7.- Gnome tweak tool" width="1003" height="700" srcset="https://www.osradar.com/wp-content/uploads/2020/04/7-7.png 1003w, https://www.osradar.com/wp-content/uploads/2020/04/7-7-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/7-7-768x536.png 768w, https://www.osradar.com/wp-content/uploads/2020/04/7-7-696x486.png 696w, https://www.osradar.com/wp-content/uploads/2020/04/7-7-100x70.png 100w" sizes="(max-width: 1003px) 100vw, 1003px" /><figcaption id="caption-attachment-19855" class="wp-caption-text">7.- Gnome tweak tool</figcaption></figure>
<p>And there you can even further customize the GNOME desktop.</p>
<h2>Conclusion</h2>
<p>This has been perhaps the best version of Ubuntu in a long time, but it can always be improved or better adapted to our needs. There are still many things to do but they depend on each user.</p>
<p>Now you&#8217;ve learned the 5 most fundamental things to do after installing Ubuntu 20.04 now all that&#8217;s left is for you to enjoy it.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-20-04/">5 things to do after installing Ubuntu 20.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/5-things-to-do-after-installing-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3 very urgent things to do after installing Fedora 30</title>
		<link>https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/</link>
					<comments>https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 07 May 2019 04:34:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[after installing]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 30]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[things To Do After]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11991</guid>

					<description><![CDATA[<p>Fedora is a great distribution that we love, but like everything in life, it is not perfect either. So each person after installing it starts making some changes to adapt it to their specific needs. With this in mind, it is good to note that each user has their own list of things to do [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/">3 very urgent things to do after installing Fedora 30</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is a great distribution that we love, but like everything in life, it is not perfect either. So each person after installing it starts making some changes to adapt it to their specific needs. With this in mind, it is good to note that each user has their own list of things to do after installing <a href="http://fedoraproject.org/" target="_blank" rel="noopener noreferrer">Fedora</a>. However, according to my personal experience there are always some that are higher priority than others. So in this post we propose you 3 very urgent things to do after installing Fedora 30.</p>
<h2>Things to do after installing Fedora 30</h2>
<h3>1) Upgrade the system</h3>
<p>Certainly, Fedora is a fairly up to date distribution in terms of its package. However, from the time a new version is released until we install it, it is likely that several days have passed. Or weeks. Or months. In all that time, the development team begins to release security patches that correct or improve the system. In addition, new versions of the installed programs can also be released. So open a terminal and run:</p>
<pre>:~$ sudo dnf update</pre>
<figure id="attachment_11992" aria-describedby="caption-attachment-11992" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11992" src="https://www.osradar.com/wp-content/uploads/2019/05/1-2.png" alt="1.- Upgrade the system" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11992" class="wp-caption-text">1.- Upgrade Fedora 30 after installing Fedora 30</figcaption></figure>
<p>As you can see in the image, there are many updates that I have available at the moment. Including the <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">kernel</a> that adds security fixes. That is, doing this frequently is a good way to keep Fedora 30 stable. So do it.</p>
<h3>2) Install codecs multimedia</h3>
<p>The use of a computer nowadays varies according to the user. There are many that are their formal working environment, but for others it is simply for basic tasks. For others it is just leisure.</p>
<p>However, all users at some point, need to play or work with multimedia files, whether images, photos or videos. Then, you have to install the multimedia codecs to be able to do it.</p>
<pre>:~$ sudo dnf install gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-extras gstreamer1-plugins-good-extras libdvdread libdvdnav lsdvd</pre>
<figure id="attachment_11993" aria-describedby="caption-attachment-11993" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11993" src="https://www.osradar.com/wp-content/uploads/2019/05/2-2.png" alt="2.- Install Codecs Multimedia" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11993" class="wp-caption-text">2.- Install Codecs Multimedia</figcaption></figure>
<p>Now, you can enjoy all the content you can imagine in Fedora 30.</p>
<h3>3) Install compression files support</h3>
<p>Finally, it is necessary to install support for compressed files. This way you can manipulate popular formats such as .zip or .rar. Although the best of them is .7z.</p>
<p>To do this, run the following command on the terminal:</p>
<pre>:~$ sudo dnf install p7zip p7zip-plugins</pre>
<p>And that&#8217;s it.</p>
<p>Remember that each user does their own things after installing Fedora 30, but here I wanted to highlight the most important ones as soon as the system has been installed.</p>
<h2>After installing Fedora 30 conclusion</h2>
<p>Fedora 30 is used by many different people. Each of them with quite different systems and this tests the versatility of the distribution. However, Fedora 30 is not perfect and many of those users install packages and do things to improve. Today we show you some urgent things that many users do as soon as they install Fedora 30.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/">3 very urgent things to do after installing Fedora 30</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/3-very-urgent-things-to-do-after-installing-fedora-30/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 things to do after installing Ubuntu 18.04</title>
		<link>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 14 Jun 2018 07:48:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[things To Do After]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4091</guid>

					<description><![CDATA[<p>Ubuntu is perhaps the most popular distribution of GNU/LINUX, combining aesthetics, stability and above all ease of use. Not for nothing, many more experienced users recommend the use of Ubuntu to beginners. Compatible with much of today&#8217;s hardware, it has positioned itself as a great alternative to the Windows and Mac OS giants. Canonical is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-04/">5 things to do after installing 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><a href="https://www.ubuntu.com/">Ubuntu</a> is perhaps the most popular distribution of GNU/LINUX, combining aesthetics, stability and above all ease of use. Not for nothing, many more experienced users recommend the <strong>use of Ubuntu to beginners</strong>. Compatible with much of today&#8217;s hardware, it has positioned itself as a great alternative to the Windows and Mac OS giants.</p>
<p>Canonical is the company behind the development, maintenance and dissemination of Ubuntu. But it is not limited to that, they also develop other technologies focused on providing <strong>business solutions and in the field of virtualization</strong>, so we are in the presence of a serious company with clear goals.</p>
<p>In this site, we like Ubuntu very much, so much so that we present you its latest version as <a href="https://www.osradar.com/ubuntu-18-04-lts-better-than-ever/">the best to date</a> and also teach you <a href="https://www.osradar.com/how-to-install-ubuntu-18-04-lts/">how to install it</a>, but today we will tell you 5 things you can do after installing it.</p>
<h2>0.- Unity is gone. Gnome Shell is here</h2>
<p>Okay, well, this section is not something you should do, but if you should be warned that <a href="https://blog.ubuntu.com/2017/04/05/growing-ubuntu-for-cloud-and-iot-rather-than-phone-and-convergence">Unity is no longer the default desktop</a> in this new version of Ubuntu 18.04 and is f you are used to Unity you should familiarize yourself with the &#8220;new&#8221; desktop environment.</p>
<figure id="attachment_4093" aria-describedby="caption-attachment-4093" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4093" src="https://www.osradar.com/wp-content/uploads/2018/06/1-10.png" alt="1.- Ubuntu" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/1-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/1-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4093" class="wp-caption-text">1.- Ubuntu</figcaption></figure>
<figure id="attachment_4094" aria-describedby="caption-attachment-4094" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4094" src="https://www.osradar.com/wp-content/uploads/2018/06/2-11.png" alt="2.- Showing Applications" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/2-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/2-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4094" class="wp-caption-text">2.- Showing Applications</figcaption></figure>
<p>Gnome has once again become the king of desktop environments at Ubuntu, and its experience of use has been adapted to make the change as smooth as possible.</p>
<h2>1.- Upgrade the system</h2>
<p>Ubuntu is a great system,<strong> but it&#8217;s not perfect</strong>, so from the moment the version was released to date, numerous updates have been released to improve the quality of the distribution, increase its security and fix some packages, so before we can fully use your distribution, <strong>we need to update the system</strong>.</p>
<p><strong>sudo apt update &amp;&amp; sudo apt -y upgrade</strong></p>
<figure id="attachment_4095" aria-describedby="caption-attachment-4095" style="width: 1296px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4095" src="https://www.osradar.com/wp-content/uploads/2018/06/3-11.png" alt="3.- Upgrading the System" width="1296" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/3-11.png 1296w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-768x439.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-1024x585.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-696x398.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-1068x611.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/3-11-735x420.png 735w" sizes="(max-width: 1296px) 100vw, 1296px" /><figcaption id="caption-attachment-4095" class="wp-caption-text">3.- Upgrading the System</figcaption></figure>
<p>In this case, I don&#8217;t have any updates to make.</p>
<p>We also have the option to use the graphical tool to update the systems. Press the SUPER key and type update.</p>
<figure id="attachment_4096" aria-describedby="caption-attachment-4096" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4096" src="https://www.osradar.com/wp-content/uploads/2018/06/4-10.png" alt="4.-Upgrading" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/4-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/4-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4096" class="wp-caption-text">4.-Upgrading</figcaption></figure>
<figure id="attachment_4097" aria-describedby="caption-attachment-4097" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4097" src="https://www.osradar.com/wp-content/uploads/2018/06/5-11.png" alt="5.- Software Upgrading tool" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/5-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/5-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4097" class="wp-caption-text">5.- Software Upgrading tool</figcaption></figure>
<h2>2.- Complete the language support</h2>
<p>In an Ubuntu installation, there is no complete language support, which not only changes the language of the interface but also includes the different help files that the applications have.</p>
<p>Press the SUPER key and type Language and press Enter.</p>
<figure id="attachment_4098" aria-describedby="caption-attachment-4098" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4098" src="https://www.osradar.com/wp-content/uploads/2018/06/6-10.png" alt="6.- Installing Language support" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/6-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/6-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4098" class="wp-caption-text">6.- Installing Language support</figcaption></figure>
<p>Next we will notice how the system warns us that the language support is not complete and invites us to complete it via internet. After entering our super user password, you will proceed to download and install the missing packages.</p>
<figure id="attachment_4099" aria-describedby="caption-attachment-4099" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4099" src="https://www.osradar.com/wp-content/uploads/2018/06/7-9.png" alt="7.- Installing Language support" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/7-9.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/7-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4099" class="wp-caption-text">7.- Installing Language support</figcaption></figure>
<h2>3.-Install Codecs for full multimedia support</h2>
<p>For licensing and other legal reasons, Ubuntu&#8217;s multimedia support is not complete so to ensure a smooth user experience we will install them. For this we use the ubuntu-restricted-extras package that will also install the proprietary fonts of microsoft (Arial, Verdana).</p>
<p><strong>            sudo apt install ubuntu-restricted-extras</strong></p>
<figure id="attachment_4101" aria-describedby="caption-attachment-4101" style="width: 1296px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4101" src="https://www.osradar.com/wp-content/uploads/2018/06/8-9.png" alt="8.- Ubuntu restricted extras" width="1296" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/8-9.png 1296w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-768x439.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-1024x585.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-696x398.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-1068x611.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/8-9-735x420.png 735w" sizes="(max-width: 1296px) 100vw, 1296px" /><figcaption id="caption-attachment-4101" class="wp-caption-text">8.- Ubuntu restricted extras</figcaption></figure>
<p>Running that command will make you ask us if we agree with some licenses. We say yes and he&#8217;ll go ahead with the installation.</p>
<figure id="attachment_4102" aria-describedby="caption-attachment-4102" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4102" src="https://www.osradar.com/wp-content/uploads/2018/06/9-7.png" alt="9.- Accepting licenses" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/9-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4102" class="wp-caption-text">9.- Accepting licenses</figcaption></figure>
<p>&nbsp;</p>
<figure id="attachment_4103" aria-describedby="caption-attachment-4103" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4103" src="https://www.osradar.com/wp-content/uploads/2018/06/10-6.png" alt="10.- Accepting licences" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/10-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/10-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4103" class="wp-caption-text">10.- Accepting licences</figcaption></figure>
<h2>4.- Necessary packages to decompress files</h2>
<p>If we are very frequent on the Internet, we will run into a lot of compressed files. There are several compression formats, with .ZIP,.RAR and.7Z being the most popular and used.</p>
<p><strong>            sudo apt-get install p7zip-full p7zip-rar rar unrar</strong></p>
<figure id="attachment_4104" aria-describedby="caption-attachment-4104" style="width: 1296px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4104" src="https://www.osradar.com/wp-content/uploads/2018/06/11-7.png" alt="11.-Installing Compress formats" width="1296" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/11-7.png 1296w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-768x439.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-1024x585.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-696x398.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-1068x611.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/11-7-735x420.png 735w" sizes="(max-width: 1296px) 100vw, 1296px" /><figcaption id="caption-attachment-4104" class="wp-caption-text">11.-Installing Compress formats</figcaption></figure>
<h2>5.-Installing files necessary to compile and build packages</h2>
<p>Sometimes on the internet we can see the need to compile programs from the source code. To this end, we write:</p>
<p><strong>           sudo apt-get install build-essential</strong></p>
<figure id="attachment_4105" aria-describedby="caption-attachment-4105" style="width: 1296px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4105" src="https://www.osradar.com/wp-content/uploads/2018/06/12-6.png" alt="12.- Build-essentials" width="1296" height="741" srcset="https://www.osradar.com/wp-content/uploads/2018/06/12-6.png 1296w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-768x439.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-1024x585.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-696x398.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-1068x611.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/12-6-735x420.png 735w" sizes="(max-width: 1296px) 100vw, 1296px" /><figcaption id="caption-attachment-4105" class="wp-caption-text">12.- Build-essentials</figcaption></figure>
<div class="crayon-pre">
<div id="crayon-5b21637122de6115388926-1" class="crayon-line"><span class="crayon-e">We can also add this other command to install the headers also necessary to compile the programs and libraries</span></div>
<div></div>
<div class="crayon-line"><strong><span class="crayon-e">            sudo </span><span class="crayon-v">apt</span><span class="crayon-o">&#8211;</span><span class="crayon-e">get </span><span class="crayon-e">install </span><span class="crayon-v">linux</span><span class="crayon-o">&#8211;</span><span class="crayon-v">headers</span><span class="crayon-o">&#8211;</span><span class="crayon-sy">`</span><span class="crayon-v">uname</span> <span class="crayon-o">&#8211;</span><span class="crayon-v">r</span><span class="crayon-sy">`</span></strong></div>
</div>
<p>&nbsp;</p>
<p>Ubuntu is a great GNU/LINUX distribution but we can always customize it and do things to it after installation to complete the user experience. Here we have explained the most basic and common things we must do but you can always continue to install programs and adjust it to your taste.</p>
<p>Please spread this article through your social networks and help someone who needs the information.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-installing-ubuntu-18-04/">5 things to do after installing 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/5-things-to-do-after-installing-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
