How to uninstall Free Opensource Ghost?
I am having an issue with the Free Open Source Ghost which is having the issue with the uninstallation on the ubuntu. I have installed it before and now i wanted to uninstall it but don't know How to uninstall Free Opensource Ghost? I have installed it using the installfog.sh script. So if any one is having the knowledge about it please explain me. Thank you.
Re: How to uninstall Free Opensource Ghost?
As per your discussion if am not wrong then you have installed the FOG with the help of the installfog.sh which you might be downloaded in tarball. So if you get into the directory and check the read me file then you will come to know about the installation and uninstallation of the FOG from the Linux. So read the same and work around.
Re: How to uninstall Free Opensource Ghost?
Quote:
Originally Posted by
Sam.D
As per your discussion if am not wrong then you have installed the FOG with the help of the installfog.sh which you might be downloaded in tarball. So if you get into the directory and check the read me file then you will come to know about the installation and uninstallation of the FOG from the Linux. So read the same and work around.
I have tried whatever you have suggested me to do but come up with no result as there is no readme file is available for the instruction and so that i could not perform the same task. So if you are having the same file then send it to me.
Re: How to uninstall Free Opensource Ghost?
There is something that i have found regarding the uninstallation of the file that you can use and perform as you wanted to. So go through these command which will help you for the Uninstallation of the FOG.
Deleting Files from System
- /var/www/fog
- /opt/fog
- /tftpboot
- /images
For Database
- mysql
- drop database fog;
- quit
Removing FOG User
- userdel fog
Deleting Services
- sudo rm /etc/init.d/FOGImageReplicator
- sudo rm /etc/init.d/FOGMulticastManager
Re: How to uninstall Free Opensource Ghost?
Quote:
Originally Posted by
Sam.D
There is something that i have found regarding the uninstallation of the file that you can use and perform as you wanted to. So go through these command which will help you for the Uninstallation of the FOG.
Deleting Files from System
- /var/www/fog
- /opt/fog
- /tftpboot
- /images
For Database
- mysql
- drop database fog;
- quit
Removing FOG User
- userdel fog
Deleting Services
- sudo rm /etc/init.d/FOGImageReplicator
- sudo rm /etc/init.d/FOGMulticastManager
Hey Thanks a lot for sharing this codes for installing the FOG from the Linux. I have used this code and now i am able to run complete system without any FOG.