I have installed rails with Nginx in EC2 server.Now I want to remove all the installed application from that.So for removing all of them I am using sudo apt-get remove --purge .But some times the files are not being removed.So how can I do that.I have only user access.

link|improve this question
feedback

migrated from stackoverflow.com Mar 25 '11 at 12:28

This question came from our site for professional and enthusiast programmers.

1 Answer

You'll need to get root access (which is the default access you get when you create an EC2 instance, so someone in your organization should have it). Removing packages requires root.

link|improve this answer
..even though the OP is using 'sudo' ? – Ryan Fernandes Mar 25 '11 at 4:51
feedback

Your Answer

 
or
required, but never shown