How To Install inkscape-view.x86_64 on Amazon Linux 2
In this tutorial we learn how to install inkscape-view.x86_64 in Amazon Linux 2. inkscape-view.x86_64 is Viewing program for SVG files
Introduction
In this tutorial we learn how to install inkscape-view.x86_64 on Amazon Linux 2.
What is inkscape-view.x86_64
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file format.
We can use yum to install inkscape-view.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install inkscape-view.x86_64.
Install inkscape-view.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install inkscape-view.x86_64 using yum by running the following command:
sudo yum -y install inkscape-view.x86_64
How To Uninstall inkscape-view.x86_64 on Amazon Linux 2
To uninstall only the inkscape-view.x86_64 package we can use the following command:
sudo yum remove inkscape-view.x86_64
inkscape-view.x86_64 Package Contents on Amazon Linux 2
/usr/bin/inkview
/usr/share/doc/inkscape-view-0.92.2
/usr/share/doc/inkscape-view-0.92.2/AUTHORS
/usr/share/doc/inkscape-view-0.92.2/COPYING
/usr/share/doc/inkscape-view-0.92.2/ChangeLog
/usr/share/doc/inkscape-view-0.92.2/NEWS
/usr/share/doc/inkscape-view-0.92.2/README
/usr/share/man/man1/inkview.1.gz
References
Summary
In this tutorial we learn how to install inkscape-view.x86_64 on Amazon Linux 2 using yum.