How to unistall Bitnami Stack from Drive

Asked by Rohith Kumar

I got Bitnami Rubystack. It is installed in opt directory. I don't know how to remove this. I couldn't work with that since the the procedure to run didn't work.
/opt/rubystack-3.2.5-0$ ./ctlscript.sh start
bash: ./ctlscript.sh: Permission denied

opt$ rm rubystack-3.2.5-0/
rm: cannot remove `rubystack-3.2.5-0/': Is a directory

kindly help to uninstall it from the the system

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bash Edit question
Assignee:
No assignee Edit question
Solved by:
Rohith Kumar
Solved:
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

> Permission denied

Try 'sudo'.

Check if there is a README which may tell how to uninstall.
e.g.
cd /opt/rubystack-3.2.5-0
sudo make uninstall

https://help.ubuntu.com/community/CompilingSoftware

Revision history for this message
Rohith Kumar (rohithkumar-av) said :
#2

/opt/rubystack-3.2.5-0$ sudo make uninstall
make: Nothing to be done for `uninstall'.

I get this.
Inside the file it got below.

/opt/rubystack-3.2.5-0$ ls
apache2               licenses          properties.ini  sphinx
apps               manager-linux.run  README.txt      sqlite
changelog.txt           memcached      report.txt      subversion
common               mysql          ruby          uninstall
ctlscript.sh           nginx          rubyconsole      uninstall.dat
environment-sample.rb  perl          rubystack.pdf
git               php          rvm
img               projects          scripts

--- On Wed, 11/7/12, Sam_ <email address hidden> wrote:

From: Sam_ <email address hidden>
Subject: Re: [Question #202727]: How to unistall Bitnami Stack from Drive
To: <email address hidden>
Date: Wednesday, 11 July, 2012, 1:41 AM

Your question #202727 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/202727

    Status: Open => Answered

Sam_ proposed the following answer:
> Permission denied

Try 'sudo'.

Check if there is a README which may tell how to uninstall.
e.g.
cd /opt/rubystack-3.2.5-0
sudo make uninstall

https://help.ubuntu.com/community/CompilingSoftware

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/202727/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/202727

You received this question notification because you asked the question.

Revision history for this message
Sam_ (and-sam) said :
#3

Please avoid reply by email or turn off citiation, otherwise the thread will be unreadable after a while. Thank you.

> Inside the file it got below.

/opt/rubystack-3.2.5-0$ ls

You mean inside the directory are the files listed.
Well obviously the output contents a README.txt file, why not open it, read it and hoping it contents advise how to uninstall.
btw. the output also lists the uninstall file.

Revision history for this message
Rohith Kumar (rohithkumar-av) said :
#4

I got a report from Bitnami and solved it