Difference between revisions of "Self-install-existing"

From Amahi Wiki
Jump to: navigation, search
Line 14: Line 14:
  
 
<small><pre><nowiki>
 
<small><pre><nowiki>
     yum -y install 'hda-suite'
+
     yum -y install hda-suite
 
     hda-install -f <hda-id>
 
     hda-install -f <hda-id>
 
</nowiki></pre></small>
 
</nowiki></pre></small>
  
* The quotes in the yum command are important, to prevent globbing.
 
 
* Replace the hda-id with your hda-id, obviously
 
* Replace the hda-id with your hda-id, obviously
* [https://sourceforge.net/tracker/?func=add&group_id=197148&atid=960303 Report bugs in the install category]! :-)
+
* [https://sourceforge.net/tracker/?func=add&group_id=197148&atid=960303 Report bugs in the install category]!
 +
* Save the output and paste it to the bug report.

Revision as of 10:24, 10 July 2007

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 base distribution. The reason is that some things that may have been done to the machine may affect the way the HDA behaves, and that may be hard to debug/fix. The recommended method is doing it from scratch.

Regardless, here are the install instructions for those willing to try!

  • Do this as root:
     rpm -ivh http://fedora7.amahi.org/noarch/hda-release-0.2-1.noarch.rpm
  • Then, also as root, do this:
     yum -y install hda-suite
     hda-install -f <hda-id>