Difference between revisions of "Self-install-existing"

From Amahi Wiki
Jump to: navigation, search
 
(90 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
= Installation in an existing Fedora machine =
 
= Installation in an existing Fedora machine =
  
'''NOTE:''' this is not the recommended method to install. The recommended method is doing it [[self-install|from scratch]]. The reason is that some things that may have been done to the machine that may affect the way the HDA behaves, and that may be hard to debug/fix.
+
'''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 Amahi behaves.  
  
Regardless, here are the install instructions for those more adventurous :-)
+
It is important to note that, '''Amahi cannot be fully uninstalled''' in the traditional sense, because the settings affect some subsystems across the machine and the original state of those subsystems is not preserved.
 
 
* As root do this:
 
<pre><nowiki>
 
rpm -ivh http://updates.yourhda.com/fc6-noarch/hda-release-0.1-1.noarch.rpm
 
yum -y install 'hda*'
 
hda-install <hda-id>
 
</nowiki></pre>
 
* The quotes in the yum command are important, to prevent globbing.
 
* 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]! :-)
 

Latest revision as of 13:47, 29 March 2015

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 Amahi behaves.

It is important to note that, Amahi cannot be fully uninstalled in the traditional sense, because the settings affect some subsystems across the machine and the original state of those subsystems is not preserved.