<?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>inkscape Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/inkscape/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:42:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Inkscape on Linux</title>
		<link>https://www.osradar.com/install-inkscape-on-linux/</link>
					<comments>https://www.osradar.com/install-inkscape-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 23 May 2018 08:53:50 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adobe illustrator alternative]]></category>
		<category><![CDATA[graphics design]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[linux graphics designing]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3200</guid>

					<description><![CDATA[<p>For vector graphics designing, there are lots of known software like Adobe Illustrator. However, when we talk about Linux, there’s not so much tools available. Here comes Inkscape for all those graphics designers. It’s just like any other professional vector graphics designer that’s able to provide the cutting-edge performance and quality with full-featured editing environment. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inkscape-on-linux/">Install Inkscape 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>For vector graphics designing, there are lots of known software like Adobe Illustrator. However, when we talk about Linux, there’s not so much tools available. Here comes Inkscape for all those graphics designers. It’s just like any other professional vector graphics designer that’s able to provide the cutting-edge performance and quality with full-featured editing environment.</p>
<p>Today, let’s take a look at installing Inkscape on Linux.</p>
<ul>
<li>
<h4>Ubuntu</h4>
</li>
</ul>
<p>Ubuntu is one of the most popular Linux distros for its user-friendly setup and working method. If you’re running Ubuntu, you can enjoy the software directly from Ubuntu’s repository. Just run this command:</p>
<pre>sudo apt install inkscape</pre>
<p>However, the software in the Ubuntu’s repository can be a little older than the absolute latest release. For enjoying the latest features with the latest edition, you have to add an additional PPA into your system. Run these commands:</p>
<pre>sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt upgrade -y</pre>
<p>Then, run the previous command for successfully installing Inkscape on your system.</p>
<p>For uninstalling the software, run this command:</p>
<pre>sudo apt remove inkscape</pre>
<ul>
<li>
<h4>Debian</h4>
</li>
</ul>
<p>If you’re a Debian user, Inkscape is already in the Debian repository. Run this command for installing the latest “stable” version.</p>
<pre>sudo apt-get install inkscape</pre>
<p>As you already know the working system of Debian, the software repository is hardly keeping pace with the progression of software. If you want to enjoy the latest version, scroll down and follow the instructions under “Universal” section.</p>
<ul>
<li>
<h4>OpenSUSE</h4>
</li>
</ul>
<p>For installing Inkscape on OpenSUSE, run this command in the terminal:</p>
<pre>sudo zypper in inkscape</pre>
<p>For uninstalling, use this command line:</p>
<pre>sudo zypper rm inkscape</pre>
<ul>
<li>
<h4>Fedora</h4>
</li>
</ul>
<p>Run this command for installing Inkscape:</p>
<pre>sudo dnf install inkscape</pre>
<p>Run this command for uninstalling Inkscape:</p>
<pre>sudo dnf remove inkscape</pre>
<ul>
<li>
<h4>Arch Linux</h4>
</li>
</ul>
<p>Arch Linux is always a bleeding-edge Linux distro as everything in the repository always stays up-to-date. First, sync Pacman for downloading the latest database of available updates and patches.</p>
<pre>sudo pacman -Syyuu</pre>
<p>Then, install Inkscape by running this command:</p>
<pre>sudo pacman -S inkscape</pre>
<p>If you don’t need Inkscape anymore, feel free to uninstall it with the following command:</p>
<pre>sudo pacman -R inkscape</pre>
<ul>
<li>
<h4>Universal</h4>
</li>
</ul>
<p>Inkscape is also available as a “snap” – a universal packaging of the software that can be run on any version of Linux given that the Snap core is installed in the system. Snap also makes managing software a lot easier. At first, you have to make sure that your system has Snap core installed. <a href="https://docs.snapcraft.io/core/install">Follow the official tutorial of Snap here</a>.</p>
<p>Inkscape is also available as a Flatpak package. This is also another solution like Snap. <a href="https://flatpak.org/setup/">You have to install Flatpak core first</a>.</p>
<p>Then, these commands for installing the snap/Flatpak version of Inkscape in your system. Don’t worry; there’s no difference with the software features. It’s just a packaging difference.</p>
<pre># Snap installation
sudo snap install inkscape

# Flatpak installation
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub org.inkscape.Inkscape</pre>
<h3>Using Inkscape</h3>
<p>When you open Inkscape first, here’s what you’ll get.</p>
<p><img loading="lazy" class="size-full wp-image-3204 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface.png" alt="" width="1366" height="682" srcset="https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface.png 1366w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-300x150.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-768x383.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-1024x511.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-696x347.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-1068x533.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/inkscape-basic-interface-841x420.png 841w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>Now, enjoy all your editing and creativity with this super awesome vector editor.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inkscape-on-linux/">Install Inkscape 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/install-inkscape-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
