-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinux-UNINSTALL
37 lines (26 loc) · 1.2 KB
/
linux-UNINSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Linux Daemon Un-Installation
----------------------------
These instructions guide a user in uninstalling Harmonium as a daemon on a
computer running Linux.
Un-Installation Instructions
----------------------------
1. Stop the Harmonium Music Player daemon process.
Example
$ sudo /etc/init.d/harmonium stop
2. Uninstall Harmonium as a daemon. The process of uninstalling a daemon
differs depending on the distribution of Linux being used.
Debian and Debian derivitives (Ubuntu, etc.)
--------------------------------------------
Use the update-rc.d command to uninstall Harmonium as a daemon
that starts at boot time.
Example
$ sudo update-rc.d -f harmonium remove
Red Hat and Red Hat derivitives (Fedora, CentOS, etc.)
------------------------------------------------------
Use the chkconfig command to uninstall Harmonium as a daemon that
starts at boot time.
Example
$ sudo chkconfig --del harmonium
3. Delete the Harmonium installation directory and all files in it.
Example
$ sudo rm -rf /usr/local/Harmonium