Revision: 4002
Author: kalevlember
Date: Wed Jul 11 12:42:31 2012
Log: Edited wiki page Fedora through web user interface.
http://code.google.com/p/esteid/source/detail?r=4002
Modified:
/wiki/en/Fedora.wiki
=======================================
--- /wiki/en/Fedora.wiki Thu May 26 11:50:43 2011
+++ /wiki/en/Fedora.wiki Wed Jul 11 12:42:31 2012
@@ -1,51 +1,21 @@
= Fedora =
-Supported releases are *13*, *14* and *15*
-
-
-=== Card reader drivers ===
-
-When first installing software you need to also install CCID reader drivers
-{{{
-sudo yum install ccid
-}}}
-
-By default fedora uses OpenCT as the reader driver which is broken. To fix
this when installing for the first time do the following:
-{{{
-sudo chkconfig openct off
-sudo chkconfig pcscd on
-sudo /etc/init.d/openct stop
-sudo /etc/init.d/pcscd start
-}}}
-
-=== Adding to the repository ===
-
-When first installing software you must add a configuration file to the
repository and import the GPG key. Both of those come with the
esteid-release package which you can get from:
-
-Fedora 13:
-
http://id.smartlink.ee/repo/release/fedora/13/i386/esteid-release-13-0.6.noarch.rpm
-
-Fedora 14:
-
http://id.smartlink.ee/repo/release/fedora/14/i386/esteid-release-14-0.6.noarch.rpm
-
-Fedora 15:
-
http://id.smartlink.ee/repo/release/fedora/15/i386/esteid-release-15-0.6.noarch.rpm
+Supported releases are *16* and *17*
=== Installing packages ===
-To install all packages enter the following commands into the terminal:
+To install all packages enter the following command into the terminal:
{{{
-sudo yum update
sudo yum install qesteidutil qdigidoc mozilla-esteid thunderbird-esteid
}}}
-If the packages have already been installed before then to update them
enter the following command into the terminal:
+Once the packages are installed, you can get any updates with:
{{{
sudo yum update
}}}
-PS: If the system can not find the card reader, make sure that the package
pcsc-lite-openct is not installed. If it is use the command:
+PS: If the system cannot find the card reader, make sure pcsc-lite-openct
is not installed. If it is, remove it with:
{{{
sudo yum remove pcsc-lite-openct
}}}