Accidently Deleted GL folder located at /usr/include/GL [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
[I am working on Fedora 19 x64]
This sounds silly but I intended to remove the GL folder located at /usr/local/include. But I accidently removed the GL folder located at /usr/include.
So I have kind of lost gl.h, glu.h and many other header file.
Is there any way to fix this.

You have to reinstall the following packages:
sudo yum reinstall mesa-libGL-devel
sudo yum reinstall mesa-libGLU-devel

Related

How to install wine on Linux on debain 64bit system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I tried to install wine on my Linux but it fails with the above error message.
I've tried to fix it for hours without no luck. Any idea why does it fail?
Try to install with aptitude: sudo aptitude install winehq-stable (aptitude will suggest resolutions to the problem) or just install first wine-stable then winehq-stable.

How to completely uninstall webstorm on ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am trying to remove Webstorm editor completely from my Ubuntu 14.04, I have already tried by removing its installation folder but its settings still exists, is there any command exist to remove it completely or what any other way? please help me out?
According to the WebStorm documentation, the config is stored in ~/.WebStorm9
So assuming you did not change the default location: from the command line run
rm -rf ~/.WebStorm9
Update
For versions around the year 2020 you should go to the ~ and find .config and .cache folder and then delete your specific folder version inside JetBrains folder:
~/.config/JetBrains/<product><version>
~/.cache/JetBrains/<product><version>

teamviz installation error "error: libjpeg.so.62" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've been downloaded TeamViz.3.2.x64.tar.gz
"teamviz timer" and extract it but when i'm trying to open it this pop up
my os : ubuntu 14.04 LTS 64-bit
NOTE:I Tried running it as root
some library are missing btw it's noticed in the site under the description :
"Firstly you need to install necessary libraries by commands:
sudo apt-get install libjpeg62 libxss1"
so copy-paste these commands in the terminal

Updating on linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
When I enter the command:
apt-get update
I get an error message telling me that it cant open the lock file. Can anyone explain why this causes a problem and how I can avoid it in the future?
cant open the lock file
You can 2 reasons of this problem:
you run apt-get update without administrative privileges. Use sudo or login as root.
in your system running another apt-get, aptitude, synaptic, Software Center or Update Manager. Close it ant try again.

why are the files under "/root" directory showed on desktop in centos after I deleted "/root/Desktop" folder [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I deleted the folder Desktop/ under /root directory, and when I restart my centos, I found all the files under ~ (/root, I logged on as root) are showed on desktop, why this happened? how can I fix this? thanks.
If you make the ~/Desktop folder again, your desktop should revert to that.

Resources