<?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>after install Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/after-install/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 02 Apr 2019 22:50:57 +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 install Ubuntu 19.04</title>
		<link>https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/</link>
					<comments>https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 02 Apr 2019 22:55:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[after install]]></category>
		<category><![CDATA[Disco Dingo]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 19.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11681</guid>

					<description><![CDATA[<p>Ubuntu is together with Linux Mint the two most popular Linux distributions in the world. That has to be said. They have obtained it thanks to its stability and focus on the novice user. Probably many of them use Ubuntu as their first Linux distribution. However, it can always be improved and here are the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/">5 things to do after install Ubuntu 19.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>Ubuntu is together with Linux Mint the two most popular Linux distributions in the world. That has to be said. They have obtained it thanks to its stability and focus on the novice user. Probably many of them use Ubuntu as their first Linux distribution. However, it can always be improved and here are the 5 things to do after install Ubuntu 19.04</p>
<p>Ubuntu 19.04 comes with few but very important new features. The main of them is the inclusion of <a href="https://wiki.gnome.org/ThreePointThirtyone/ReleaseNotes" target="_blank" rel="noopener noreferrer">GNOME 3.32</a> which improves the user experience. This is because GNOME 3.32 has included algorithms that considerably improve its performance and resource consumption. So just for that, it becomes interesting. On top of that, we have the Linux <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">Kernel 5 that was recently released</a>. Additionally, all applications have been updated such as LibreOffice, Firefox, Thunderbird and so on.</p>
<h2>The 5 things to do after install Ubuntu 19.04</h2>
<h3>1) Upgrade the system</h3>
<p>The first thing to do after installing Ubuntu 19.04 is to update the system. Once the system has been released until we install it some time passes and it is likely that during that time, security patches have been released. So open a terminal and run:</p>
<pre>:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<figure id="attachment_11683" aria-describedby="caption-attachment-11683" style="width: 899px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11683" src="https://www.osradar.com/wp-content/uploads/2019/03/1-17.png" alt="1.- After install Ubuntu 19.04 you need to upgrade the system" width="899" height="369" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-17.png 899w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-17-696x286.png 696w" sizes="(max-width: 899px) 100vw, 899px" /><figcaption id="caption-attachment-11683" class="wp-caption-text">1.- After install Ubuntu 19.04 you need to upgrade the system</figcaption></figure>
<p>After entering the user&#8217;s password, the process will begin. Once finished, if you want to restart the system. In this way, the system becomes more stable and less prone to failures.</p>
<p>It is recommended to do it periodically to avoid gigantic updates.</p>
<h3>2) Install Codecs Multimedia</h3>
<p>A modern operating system that does not reproduce most of the world&#8217;s most popular multimedia codecs is not a good operating system. Fortunately, Ubuntu includes in its repositories a package that installs a lot of these codecs.</p>
<p>On the other hand, the package in question also installs Microsoft&#8217;s proprietary sources and other compression codecs.</p>
<p>So run the following command:</p>
<pre>:~$ sudo apt install ubuntu-restricted-extras</pre>
<figure id="attachment_11684" aria-describedby="caption-attachment-11684" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11684" src="https://www.osradar.com/wp-content/uploads/2019/03/2-17.png" alt="2.- Install restricted extras" width="1366" height="614" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-17.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-300x135.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-768x345.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-1024x460.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-696x313.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-1068x480.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/2-17-934x420.png 934w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11684" class="wp-caption-text">2.- Install restricted extras</figcaption></figure>
<p>Then, accept the license terms.</p>
<figure id="attachment_11685" aria-describedby="caption-attachment-11685" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11685" src="https://www.osradar.com/wp-content/uploads/2019/03/3-16.png" alt="3.- license terms" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-16.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/3-16-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11685" class="wp-caption-text">3.- license terms</figcaption></figure>
<p>Now, you can play all your favorite music and videos.</p>
<h3>3) Check the Software and updates windows</h3>
<p>The way updates and repositories are configured can be viewed in the software and update window. In the first tab, you can disable which series of packages to exclude from Ubuntu downloads. It is recommended to mark them all. As well as you can change the server where to download the packages.</p>
<figure id="attachment_11686" aria-describedby="caption-attachment-11686" style="width: 928px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11686" src="https://www.osradar.com/wp-content/uploads/2019/03/4-12.png" alt="4.- Software and updates" width="928" height="468" srcset="https://www.osradar.com/wp-content/uploads/2019/03/4-12.png 928w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/4-12-833x420.png 833w" sizes="(max-width: 928px) 100vw, 928px" /><figcaption id="caption-attachment-11686" class="wp-caption-text">4.- Software and updates</figcaption></figure>
<p>In the Other Software tab, we can activate the software of Canonical partners that opens the doors to more packages.</p>
<figure id="attachment_11687" aria-describedby="caption-attachment-11687" style="width: 928px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11687" src="https://www.osradar.com/wp-content/uploads/2019/03/5-9.png" alt="5.- Canonical partners" width="928" height="468" srcset="https://www.osradar.com/wp-content/uploads/2019/03/5-9.png 928w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-300x151.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-768x387.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-696x351.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/5-9-833x420.png 833w" sizes="(max-width: 928px) 100vw, 928px" /><figcaption id="caption-attachment-11687" class="wp-caption-text">5.- Canonical partners</figcaption></figure>
<h3>4) Install Gnome-tweak-tool</h3>
<p>GNOME is the default Ubuntu environment. So to customize it, change the default theme and other things you need to install Tweaks tool. This way you will have even more control of customization over Ubuntu.</p>
<pre>:~$ sudo apt install gnome-tweak-tool</pre>
<figure id="attachment_11688" aria-describedby="caption-attachment-11688" style="width: 987px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11688" src="https://www.osradar.com/wp-content/uploads/2019/03/6-6.png" alt="6.- Install gnome tweak tool" width="987" height="358" srcset="https://www.osradar.com/wp-content/uploads/2019/03/6-6.png 987w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-300x109.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-768x279.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/6-6-696x252.png 696w" sizes="(max-width: 987px) 100vw, 987px" /><figcaption id="caption-attachment-11688" class="wp-caption-text">6.- Install gnome tweak tool</figcaption></figure>
<p>It&#8217;s worth noting that you can not only modify GNOME through themes but also through extensions. These extensions are also managed by this tool.</p>
<h3>5) Install Synaptic</h3>
<p>Ubuntu&#8217;s software center is very good. However, it is often unreliable. So it&#8217;s always good to have the old and reliable Synaptic at hand.</p>
<p>Synaptic is a package manager that already has a few years on top that stands out for being fast and easy to install packages, as well as their removal and search.</p>
<pre>:~$ sudo apt install synaptic</pre>
<figure id="attachment_11689" aria-describedby="caption-attachment-11689" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11689" src="https://www.osradar.com/wp-content/uploads/2019/03/7-7.png" alt="7.- Install synaptic" width="1365" height="347" srcset="https://www.osradar.com/wp-content/uploads/2019/03/7-7.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-300x76.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-768x195.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-1024x260.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-696x177.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/7-7-1068x271.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11689" class="wp-caption-text">7.- Install synaptic</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>These are from our point of view, the 5 things you have to do after installing Ubuntu 19.04. The rest is very much up to each user&#8217;s criteria like customizing themes or installing extensions for GNOME.</p>
<p>On the other hand, you can install many more applications like VLC or others to extend the functionality of Ubuntu.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/5-things-to-do-after-install-ubuntu-19-04/">5 things to do after install Ubuntu 19.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-install-ubuntu-19-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
