sudo sh cuda_9.0.176_384.81_linux.runBroken packages while installing cuda-drivers in Ubuntu 14.04Installing...
How can the probability of a fumble decrease linearly with more dice?
Sprint is 2 week and 40-stories
Is there any risk in sharing info about technologies and products we use with a supplier?
Why did Luke use his left hand to shoot?
Which communication protocol is used in AdLib sound card?
How do you funnel food off a cutting board?
Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?
How to not let the Identify spell spoil everything?
Can I announce prefix 161.117.25.0/24 even though I don't have all of /24 IPs
What is the wife of a henpecked husband called?
Cryptic with some cross words
Does it take energy to move something in a circle?
Why zero tolerance on nudity in space?
How much mayhem could I cause as a fish?
What is the difference between "...", '...', $'...', and $"..." quotes?
Do authors have to be politically correct in article-writing?
Building an exterior wall within an exterior wall for insulation
What is a good reason for every spaceship to carry a weapon on board?
Eww, those bytes are gross
Separate environment for personal and development use under macOS
Plausible reason for gold-digging ant
How does Leonard in "Memento" remember reading and writing?
Citing paid articles from illegal web sharing
Why was Lupin comfortable with saying Voldemort's name?
sudo sh cuda_9.0.176_384.81_linux.run
Broken packages while installing cuda-drivers in Ubuntu 14.04Installing CUDA 8 .deb file error in Ubuntu 16.04Unable to install Kompozer in Ubuntu 16.04How to disable Nouveau kernel drivernvcc command is not found while running make on CUDA samplesIf I type 'sudo apt-get install nvidia-cuda-toolkit' in the terminal in Ubuntu 16.04 LTS, which version of CUDA is installed?Getting error when running CUDA sample after installing CUDA 8.0 in Ubuntu 16.04Errors when trying to install Flask in Ubuntu 16.04Problem installing CUDA 8 on Ubuntu 16.04 - Missing proc/driver/nvidia folder
I am trying to install CUDA from cuda_9.0.176_384.81_linux.run file. I ran this command in Ubuntu 16.04.
sudo sh cuda_9.0.176_384.81_linux.run
When I ran the above command, I got the following error message.
sh: 0: Can't open cuda_9.0.176_384.81_linux.run
16.04 software-installation cuda
add a comment |
I am trying to install CUDA from cuda_9.0.176_384.81_linux.run file. I ran this command in Ubuntu 16.04.
sudo sh cuda_9.0.176_384.81_linux.run
When I ran the above command, I got the following error message.
sh: 0: Can't open cuda_9.0.176_384.81_linux.run
16.04 software-installation cuda
you can try opening a terminal and changing directories to where the file is located .. then trysudo ./cuda_9.0.176_384.81_linux.runmaybe that will work
– John Orion
Dec 12 '17 at 8:02
add a comment |
I am trying to install CUDA from cuda_9.0.176_384.81_linux.run file. I ran this command in Ubuntu 16.04.
sudo sh cuda_9.0.176_384.81_linux.run
When I ran the above command, I got the following error message.
sh: 0: Can't open cuda_9.0.176_384.81_linux.run
16.04 software-installation cuda
I am trying to install CUDA from cuda_9.0.176_384.81_linux.run file. I ran this command in Ubuntu 16.04.
sudo sh cuda_9.0.176_384.81_linux.run
When I ran the above command, I got the following error message.
sh: 0: Can't open cuda_9.0.176_384.81_linux.run
16.04 software-installation cuda
16.04 software-installation cuda
edited Dec 12 '17 at 8:24
karel
59.7k13129151
59.7k13129151
asked Dec 12 '17 at 7:59
GOPAL SINGHGOPAL SINGH
164
164
you can try opening a terminal and changing directories to where the file is located .. then trysudo ./cuda_9.0.176_384.81_linux.runmaybe that will work
– John Orion
Dec 12 '17 at 8:02
add a comment |
you can try opening a terminal and changing directories to where the file is located .. then trysudo ./cuda_9.0.176_384.81_linux.runmaybe that will work
– John Orion
Dec 12 '17 at 8:02
you can try opening a terminal and changing directories to where the file is located .. then try
sudo ./cuda_9.0.176_384.81_linux.run maybe that will work– John Orion
Dec 12 '17 at 8:02
you can try opening a terminal and changing directories to where the file is located .. then try
sudo ./cuda_9.0.176_384.81_linux.run maybe that will work– John Orion
Dec 12 '17 at 8:02
add a comment |
3 Answers
3
active
oldest
votes
Open the terminal, change directories with cd to the directory that contains the cuda_9.0.176_384.81_linux.run file and run this command:
sudo sh ./cuda_9.0.176_384.81_linux.run
add a comment |
Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:
sudo sh cuda_9.0.176_384.81_linux-run
add a comment |
None of the above suggestion work. I can see .run file. No sure where this sudo sh cuda_9.0.176_384.81_linux-run comes from.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f985497%2fsudo-sh-cuda-9-0-176-384-81-linux-run%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open the terminal, change directories with cd to the directory that contains the cuda_9.0.176_384.81_linux.run file and run this command:
sudo sh ./cuda_9.0.176_384.81_linux.run
add a comment |
Open the terminal, change directories with cd to the directory that contains the cuda_9.0.176_384.81_linux.run file and run this command:
sudo sh ./cuda_9.0.176_384.81_linux.run
add a comment |
Open the terminal, change directories with cd to the directory that contains the cuda_9.0.176_384.81_linux.run file and run this command:
sudo sh ./cuda_9.0.176_384.81_linux.run
Open the terminal, change directories with cd to the directory that contains the cuda_9.0.176_384.81_linux.run file and run this command:
sudo sh ./cuda_9.0.176_384.81_linux.run
answered Dec 12 '17 at 8:09
karelkarel
59.7k13129151
59.7k13129151
add a comment |
add a comment |
Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:
sudo sh cuda_9.0.176_384.81_linux-run
add a comment |
Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:
sudo sh cuda_9.0.176_384.81_linux-run
add a comment |
Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:
sudo sh cuda_9.0.176_384.81_linux-run
Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:
sudo sh cuda_9.0.176_384.81_linux-run
answered Nov 15 '18 at 18:40
Mahnaz ParianMahnaz Parian
1
1
add a comment |
add a comment |
None of the above suggestion work. I can see .run file. No sure where this sudo sh cuda_9.0.176_384.81_linux-run comes from.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
None of the above suggestion work. I can see .run file. No sure where this sudo sh cuda_9.0.176_384.81_linux-run comes from.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
None of the above suggestion work. I can see .run file. No sure where this sudo sh cuda_9.0.176_384.81_linux-run comes from.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
None of the above suggestion work. I can see .run file. No sure where this sudo sh cuda_9.0.176_384.81_linux-run comes from.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 14 mins ago
Maryam ShabaniMaryam Shabani
1
1
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Maryam Shabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f985497%2fsudo-sh-cuda-9-0-176-384-81-linux-run%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
you can try opening a terminal and changing directories to where the file is located .. then try
sudo ./cuda_9.0.176_384.81_linux.runmaybe that will work– John Orion
Dec 12 '17 at 8:02