Difference between revisions of "Self-install-existing"
From Amahi Wiki
Line 4: | Line 4: | ||
Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo): | Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo): | ||
+ | |||
+ | == Fedora 10 = | ||
+ | |||
+ | * Install the Amahi release for Fedora 9 | ||
+ | <small><pre><nowiki> | ||
+ | rpm -ivh http://f10.amahi.org/noarch/hda-suite-0.15-1.noarch.rpm | ||
+ | </nowiki></pre></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> | ||
+ | |||
+ | |||
+ | |||
+ | == Fedora 9 == | ||
* First, update to Fedora 9.5 ([http://www.redhat.com/archives/fedora-announce-list/2008-August/msg00012.html long story]): | * First, update to Fedora 9.5 ([http://www.redhat.com/archives/fedora-announce-list/2008-August/msg00012.html long story]): | ||
Line 18: | Line 34: | ||
hda-install -f YOURINSTALLCODE | hda-install -f YOURINSTALLCODE | ||
</nowiki></pre></small> | </nowiki></pre></small> | ||
+ | |||
+ | In both cases, | ||
* Replace '''YOURINSTALLCODE''' with your install code, obviously | * Replace '''YOURINSTALLCODE''' with your install code, obviously | ||
− | * [ | + | * [http://bugs.amahi.org Report bugs in the platform category]! |
* Save the output and paste it to the bug report. | * Save the output and paste it to the bug report. |
Revision as of 03:55, 25 May 2009
Installation in an existing Fedora machine
NOTE: this is not a recommended method to install, unless it's done on a fairly clean install of the distribution. The reason is that some things that may have been done to the machine that may affect the way the HDA behaves. In that case, issues may be harder to debug/fix. The recommended method is doing it from scratch.
Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo):
= Fedora 10
- Install the Amahi release for Fedora 9
rpm -ivh http://f10.amahi.org/noarch/hda-suite-0.15-1.noarch.rpm
- Then, also as full root (/usr/sbin/hda-install is not in the path otherwise), do this:
yum -y install hda-suite hda-install -f YOURINSTALLCODE
Fedora 9
- First, update to Fedora 9.5 (long story):
yum -y install fedora-release
- Install the Amahi release for Fedora 9
rpm -ivh http://f9.amahi.org/noarch/hda-release-0.3-1.noarch.rpm
- Then, also as full root (/usr/sbin/hda-install is not in the path otherwise), do this:
yum -y install hda-suite hda-install -f YOURINSTALLCODE
In both cases,
- Replace YOURINSTALLCODE with your install code, obviously
- Report bugs in the platform category!
- Save the output and paste it to the bug report.