<?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>upterm Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/upterm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to Install Upterm Terminal Emulator on Linux</title>
		<link>https://www.osradar.com/how-to-install-upterm-terminal-emulator-on-linux/</link>
					<comments>https://www.osradar.com/how-to-install-upterm-terminal-emulator-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Fri, 30 Mar 2018 10:29:25 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminal emulator]]></category>
		<category><![CDATA[upterm]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2335</guid>

					<description><![CDATA[<p>Linux is quite powerful because of the powerful terminal facility in it. The terminal is the ultimate tool that can be used to perform literally everything. However, the default terminal can be boring or scary sometimes. For devs, it’s quite nice to have access to the terminal and the project development window at the same [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-upterm-terminal-emulator-on-linux/">How to Install Upterm Terminal Emulator on Linux</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 quite powerful because of the powerful terminal facility in it. The terminal is the ultimate tool that can be used to perform literally everything. However, the default terminal can be boring or scary sometimes. For devs, it’s quite nice to have access to the terminal and the project development window at the same instance. If that’s the case, then Upterm is the perfect choice for you.</p>
<p>However, Upterm isn’t available just like any regular software distribution method. It has to be installed pretty differently. Moreover, after installation, you have to integrate the shortcut of this app to your system. But worry not, as you’re in the right place to perform all the tasks very efficiently.</p>
<h3>Download Upterm</h3>
<p>Upterm is available on <a href="https://github.com/railsware/upterm/releases">the official Upterm GitHub page</a>. Download the AppImage version of Upterm.</p>
<p><img loading="lazy" class="size-full wp-image-2340 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1.png" alt="" width="1366" height="642" srcset="https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-300x141.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-768x361.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-1024x481.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-696x327.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-1068x502.png 1068w, https://www.osradar.com/wp-content/uploads/2018/03/download-upterm-1-894x420.png 894w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>&nbsp;</p>
<h3>Installation procedure</h3>
<p>When the download is complete, don’t double-click and run the file. It’s because of the file system (AppImage). All the app files will be extracted to the folder. If you open the file in “Downloads” directory, it’ll extract all files there and will create a big mess.</p>
<p>First, create a directory. Here, I’m creating a folder in my system. Feel free to create the file anywhere, but not recommended. I recommend creating a hidden folder. This way, you won’t accidentally end up deleting or modifying the folder.</p>
<p>Run these commands:</p>
<pre class="lang:default decode:true ">sudo mkdir ~/.Upterm

cd ~/Downloads
sudo mv upterm-0.4.3-x86_64-linux.AppImage ~/.Upterm</pre>
<p><img loading="lazy" class="size-full wp-image-2338 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder.png" alt="" width="1053" height="362" srcset="https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder.png 1053w, https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder-768x264.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder-1024x352.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/move-appimage-hidden-folder-696x239.png 696w" sizes="(max-width: 1053px) 100vw, 1053px" /></p>
<p>Now, add file permission for read/write to the folder.</p>
<pre class="lang:default decode:true">sudo chmod +x upterm-0.4.3-x86_64-linux.AppImage</pre>
<p>The final step would be running this command:</p>
<pre class="lang:default decode:true ">./upterm-0.4.3-x86_64-linux.AppImage</pre>
<p><img loading="lazy" class="size-full wp-image-2339 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/install-upterm.png" alt="" width="1054" height="556" srcset="https://www.osradar.com/wp-content/uploads/2018/03/install-upterm.png 1054w, https://www.osradar.com/wp-content/uploads/2018/03/install-upterm-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/install-upterm-768x405.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/install-upterm-1024x540.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/install-upterm-696x367.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/install-upterm-796x420.png 796w" sizes="(max-width: 1054px) 100vw, 1054px" /></p>
<p>Click &#8220;Yes&#8221;. Now, Upterm is available from your &#8220;Apps&#8221; menu.</p>
<h3>How to uninstall Upterm</h3>
<p>For uninstalling Upterm, follow these steps.</p>
<ul>
<li>Delete the program shortcut.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2341 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut.png" alt="" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut.png 1366w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/03/uninstall-upterm-shortcut-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<ul>
<li>Delete the AppImage.</li>
</ul>
<pre class="lang:default decode:true ">cd ~/.upterm
rm *</pre>
<p><img loading="lazy" class="size-full wp-image-2342 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm.png" alt="" width="1058" height="233" srcset="https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm.png 1058w, https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm-768x169.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm-1024x226.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/delete-all-files-upterm-696x153.png 696w" sizes="(max-width: 1058px) 100vw, 1058px" /></p>
<ul>
<li>Delete the folder.</li>
</ul>
<p>Now, Upterm should be disappeared from your system.</p>
<h4>For Arch users</h4>
<p>The method described above will work on most of the Linux distros. However, for installing Upterm as a native app on Arch Linux, you have to do it via AUR. Here’s how to do it.</p>
<ul>
<li>Get the “git” package of Upterm.</li>
</ul>
<pre class="lang:default decode:true">sudo pacman -S git</pre>
<ul>
<li>Clone Upterm PKGBUILD file.</li>
</ul>
<pre class="lang:default decode:true">git clone https://aur.archlinux.org/upterm.git</pre>
<ul>
<li>Navigate to the downloaded folder.</li>
</ul>
<pre class="lang:default decode:true">cd upterm</pre>
<ul>
<li>Build &amp; install Upterm.</li>
</ul>
<pre class="lang:default decode:true">makepkg -si</pre>
<p>For uninstalling Upterm, run this command:</p>
<pre class="lang:default decode:true">sudo pacman -R upterm</pre>
<p>Done! Enjoy Upterm.</p>
<p>Not interested in Upterm? There are also other terminal emulators available for Linux. <a href="https://www.osradar.com/the-best-terminal-emulators-for-linux/">Check out the best terminal emulators for Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-upterm-terminal-emulator-on-linux/">How to Install Upterm Terminal Emulator on Linux</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-upterm-terminal-emulator-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
