Accidentally deleted libGLEWWhat does apt need to be healed of a bad setup?How to run jgrasp on ubuntu?Is it safe to manually perform 'apt-get update' 's operation?How to regain access to the lost user , linux3 , of two side by side Ubuntu 16.04 instances?Installing s3fuse on Ubuntu ( bitnami ec2)Deleted /usr/bin/python and now the terminal doesn't runUbuntu 16.04 libmfhdfalt.so.0 is missingUpdating libssl-dev will uninstall nodejs-dev and npmapt-get install does not target the same path on ubuntu or debianUpgrade from Ubuntu 17.10 to 18.04 Broke Texstudio/Qt
Why, historically, did Gödel think CH was false?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
How do I create uniquely male characters?
What do you call a Matrix-like slowdown and camera movement effect?
Mathematical cryptic clues
How does strength of boric acid solution increase in presence of salicylic acid?
What defenses are there against being summoned by the Gate spell?
What's the output of a record cartridge playing an out-of-speed record
How can bays and straits be determined in a procedurally generated map?
Why don't electron-positron collisions release infinite energy?
How is it possible to have an ability score that is less than 3?
Test whether all array elements are factors of a number
Email Account under attack (really) - anything I can do?
In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?
How old can references or sources in a thesis be?
Arthur Somervell: 1000 Exercises - Meaning of this notation
What's the point of deactivating Num Lock on login screens?
Theorems that impeded progress
Fencing style for blades that can attack from a distance
Prove that NP is closed under karp reduction?
Is it possible to do 50 km distance without any previous training?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Adding span tags within wp_list_pages list items
Have astronauts in space suits ever taken selfies? If so, how?
Accidentally deleted libGLEW
What does apt need to be healed of a bad setup?How to run jgrasp on ubuntu?Is it safe to manually perform 'apt-get update' 's operation?How to regain access to the lost user , linux3 , of two side by side Ubuntu 16.04 instances?Installing s3fuse on Ubuntu ( bitnami ec2)Deleted /usr/bin/python and now the terminal doesn't runUbuntu 16.04 libmfhdfalt.so.0 is missingUpdating libssl-dev will uninstall nodejs-dev and npmapt-get install does not target the same path on ubuntu or debianUpgrade from Ubuntu 17.10 to 18.04 Broke Texstudio/Qt
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I accidentally deleted libGLEW.so.2.0.0 from /usr/lib/x86_64-linux-gnu.
The problem is, reinstalling libglew-dev does not bring this file back:
apt get install libglew-dev
just brings back the libGLEW.so to libGLEW.so.2.0.0 symbolic link.
But the target of the link does not exist so it's no good.
How can I restore the missing file?
ubuntu
add a comment |
I accidentally deleted libGLEW.so.2.0.0 from /usr/lib/x86_64-linux-gnu.
The problem is, reinstalling libglew-dev does not bring this file back:
apt get install libglew-dev
just brings back the libGLEW.so to libGLEW.so.2.0.0 symbolic link.
But the target of the link does not exist so it's no good.
How can I restore the missing file?
ubuntu
add a comment |
I accidentally deleted libGLEW.so.2.0.0 from /usr/lib/x86_64-linux-gnu.
The problem is, reinstalling libglew-dev does not bring this file back:
apt get install libglew-dev
just brings back the libGLEW.so to libGLEW.so.2.0.0 symbolic link.
But the target of the link does not exist so it's no good.
How can I restore the missing file?
ubuntu
I accidentally deleted libGLEW.so.2.0.0 from /usr/lib/x86_64-linux-gnu.
The problem is, reinstalling libglew-dev does not bring this file back:
apt get install libglew-dev
just brings back the libGLEW.so to libGLEW.so.2.0.0 symbolic link.
But the target of the link does not exist so it's no good.
How can I restore the missing file?
ubuntu
ubuntu
edited 2 days ago
Stephen Kitt
180k25408487
180k25408487
asked 2 days ago
user3180user3180
1213
1213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to reinstall the library package itself:
apt install --reinstall libglew2.0
(on Ubuntu 18.04 or 18.10).
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510417%2faccidentally-deleted-libglew%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to reinstall the library package itself:
apt install --reinstall libglew2.0
(on Ubuntu 18.04 or 18.10).
add a comment |
You need to reinstall the library package itself:
apt install --reinstall libglew2.0
(on Ubuntu 18.04 or 18.10).
add a comment |
You need to reinstall the library package itself:
apt install --reinstall libglew2.0
(on Ubuntu 18.04 or 18.10).
You need to reinstall the library package itself:
apt install --reinstall libglew2.0
(on Ubuntu 18.04 or 18.10).
answered 2 days ago
Stephen KittStephen Kitt
180k25408487
180k25408487
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510417%2faccidentally-deleted-libglew%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown