FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was deleting Wine by using rm -rf on it's directorys (yeah, it's a bad way to do it) and I prematurly hit enter on the command "rm -rf /usr/local/include". So my question is how important is that directory, and should I reformat or what?
"The /usr/local hierarchy is for use by the system administrator when installing software locally. It needs to be safe from being overwritten when the system software is updated. It may be used for programs and data that are shareable among a group of hosts, but not found in /usr."
The /usr/local/ directory is similar in structure to the /usr/ directory.
----
If you install programs yourself in the /usr/local directory, the program file will install header files in /usr/local/include.
Why a possibly shared directory would be called local I don't know. It was a subject I brought up myself.
Why a possibly shared directory would be called local I don't know.
That depends on the definitions of "remote" and "local". For instance, multiple machines within the same room can mount the same /usr/local directory from a nearby network server.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.