Difference between revisions of "FC3"

From Inkscape Wiki
Jump to navigation Jump to search
m (link fix)
 
m (Reverted edits by QmsIsi (Talk); changed back to last version by Colin Marquardt)
 
(2 intermediate revisions by 2 users not shown)
Line 42: Line 42:


* [http://www.linuxquestions.org/questions/showthread.php?s=&threadid=271664&perpage=15&pagenumber=1 [[LinuxQuestions]] thread on installing Inkscape]
* [http://www.linuxquestions.org/questions/showthread.php?s=&threadid=271664&perpage=15&pagenumber=1 [[LinuxQuestions]] thread on installing Inkscape]
[[Category:Wiki Attic]]

Latest revision as of 15:49, 20 April 2007

You can install inkscape on FC3 with yum.

There are two repositories that you can use:


Installing with Fedora Extras:

Edit /etc/yum.conf, and add the following entry:

[Extras]
name=Fedora Extras
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/

Then, as root:

# yum install inkscape

Say "yes" to accept dependencies.

If yum complains about GPG keys, set "gpgcheck=0" in /etc/yum.conf and respository entries in /etc/yum.repos.d.


Installing with Dries:

Edit /etc/yum.conf, and add the following entry:

[dries]
name=Extra Fedora rpms dries - 3 - i386
baseurl=http://apt.sw.be/dries/fedora/linux/3/i386/dries/RPMS/

Then, as root:

# yum install inkscape

Say "yes" to accept dependencies.

If yum complains about GPG keys, set "gpgcheck=0" in /etc/yum.conf and respository entries in /etc/yum.repos.d.

Further Help: