Changes

From Amahi Wiki
Jump to: navigation, search
1,295 bytes removed ,  15:40, 7 November 2010
no edit summary
To make sure all the dependecies are met.
== Fedora 10 ==
 
'''Install the Amahi release for Fedora 10'''
 
1. Install the hda-release
* <small><code>rpm -Uvh <latest_rpm repo="amahi-f10" rpm="hda-release" arch="noarch" output="url" /></code></small>
 
2. Install hdactl (64 or 32bit)
* 32bit - <small><code>rpm -Uvh --nodeps <latest_rpm repo="amahi-f10" rpm="hdactl" arch="i386" output="url" /></code></small>
* 64bit - <small><code>rpm -Uvh --nodeps <latest_rpm repo="amahi-f10" rpm="hdactl" arch="x86_64" output="url" /></code></small>
 
3. Now install <code>hda-suite</code>
* <small><code>yum -y install hda-suite</code></small>
4. And last but not least, install Amahi and answer "yes" to reboot.
* <small><code>hda-install YOURINSTALLCODE</code></small>
 
== Fedora 9 ==
 
* First, update to Fedora 9.5 ([http://www.redhat.com/archives/fedora-announce-list/2008-August/msg00012.html long story]):
<small><pre><nowiki>
yum -y install fedora-release
</nowiki></pre></small>
* Install the Amahi release for Fedora 9
<small><code>rpm -Uvh <latest_rpm repo="amahi-f9" rpm="hda-release" arch="noarch" output="url" /></code></small>
* Then, also as full root (/usr/sbin/hda-install is not in the path otherwise), do this:
<small><pre><nowiki>
yum -y install hda-suite
hda-install -f YOURINSTALLCODE
</nowiki></pre></small>
In both cases,
12,424

edits