Announcement

Collapse
No announcement yet.

How remove folder in /usr/local?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How remove folder in /usr/local?

    Hi
    I have one folder in usr/local, and i need remove this folder, how i can do this?

    #2
    Re: How remove folder in /usr/local?

    For a folder including possible contents:

    Code:
    sudo rm -fdr /usr/local/[victim]
    But be aware that there is no way back!

    Comment


      #3
      Re: How remove folder in /usr/local?

      UnicornRider i got a question for you

      there is another way to delete these files

      run command:
      kdesu konqueror

      i already had some trouble changing the rwx permisions in some files...
      once i left my OS unbootable... ok my fault i set something up i didnt had a clue... i learned now what n what not but still

      my question is if this way is safe or if i could mess something in my kubuntu up using this way


      Comment


        #4
        Re: How remove folder in /usr/local?

        Thanks!

        Comment


          #5
          Re: How remove folder in /usr/local?

          Originally posted by Nakrull
          kdesu konqueror
          Good point indeed - for this way you have to confront the files you're going to remove.

          Comment

          Working...
          X