For every tarball I've ever tried to install from, I get bash: ./configure: No such file or directory
I have had 3 Ubuntu computers in my (relatively short) linux lifetime. On every single one, I have never been able to install from a tarball. I've looked everywhere, but there seems to always be a different answer depending on what you're trying to install, and not always one for what I'm working with. This time, I'm trying to install tor and hoping for a different result, but lo and behold I get:
bash: ./configure: No such file or directory.
I just want an end-all answer as to why on every single Ubuntu machine I've had, I can't configure/install from a tarball.
Edit: the tarball I was trying to install from is the 64 bit linux download from https://www.torproject.org/projects/torbrowser.html.en#downloads , and the only readmes in there are explanations of meek, proxies, etc. Nothing about install. I figured out Tor specifically though by not using ./configure at all, so that's done.
But the main problem is that I have never successfully installed from a tar file. No matter what I try to install, when I get to the ./configure step, I get a bash message.
command-line bash tor
New contributor
add a comment |
I have had 3 Ubuntu computers in my (relatively short) linux lifetime. On every single one, I have never been able to install from a tarball. I've looked everywhere, but there seems to always be a different answer depending on what you're trying to install, and not always one for what I'm working with. This time, I'm trying to install tor and hoping for a different result, but lo and behold I get:
bash: ./configure: No such file or directory.
I just want an end-all answer as to why on every single Ubuntu machine I've had, I can't configure/install from a tarball.
Edit: the tarball I was trying to install from is the 64 bit linux download from https://www.torproject.org/projects/torbrowser.html.en#downloads , and the only readmes in there are explanations of meek, proxies, etc. Nothing about install. I figured out Tor specifically though by not using ./configure at all, so that's done.
But the main problem is that I have never successfully installed from a tar file. No matter what I try to install, when I get to the ./configure step, I get a bash message.
command-line bash tor
New contributor
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses./configure
in the compile process. Welcome to Ask Ubuntu.
– chili555
Dec 26 at 2:40
3
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
Sounds like there is no file namedconfigure
in the directory you're currently in...
– Xen2050
Dec 26 at 18:49
1
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
1
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mentionconfigure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issuecd tor-browser_LANG
, 4) issue./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.
– PerlDuck
Dec 27 at 17:38
add a comment |
I have had 3 Ubuntu computers in my (relatively short) linux lifetime. On every single one, I have never been able to install from a tarball. I've looked everywhere, but there seems to always be a different answer depending on what you're trying to install, and not always one for what I'm working with. This time, I'm trying to install tor and hoping for a different result, but lo and behold I get:
bash: ./configure: No such file or directory.
I just want an end-all answer as to why on every single Ubuntu machine I've had, I can't configure/install from a tarball.
Edit: the tarball I was trying to install from is the 64 bit linux download from https://www.torproject.org/projects/torbrowser.html.en#downloads , and the only readmes in there are explanations of meek, proxies, etc. Nothing about install. I figured out Tor specifically though by not using ./configure at all, so that's done.
But the main problem is that I have never successfully installed from a tar file. No matter what I try to install, when I get to the ./configure step, I get a bash message.
command-line bash tor
New contributor
I have had 3 Ubuntu computers in my (relatively short) linux lifetime. On every single one, I have never been able to install from a tarball. I've looked everywhere, but there seems to always be a different answer depending on what you're trying to install, and not always one for what I'm working with. This time, I'm trying to install tor and hoping for a different result, but lo and behold I get:
bash: ./configure: No such file or directory.
I just want an end-all answer as to why on every single Ubuntu machine I've had, I can't configure/install from a tarball.
Edit: the tarball I was trying to install from is the 64 bit linux download from https://www.torproject.org/projects/torbrowser.html.en#downloads , and the only readmes in there are explanations of meek, proxies, etc. Nothing about install. I figured out Tor specifically though by not using ./configure at all, so that's done.
But the main problem is that I have never successfully installed from a tar file. No matter what I try to install, when I get to the ./configure step, I get a bash message.
command-line bash tor
command-line bash tor
New contributor
New contributor
edited Dec 27 at 17:27
New contributor
asked Dec 26 at 2:35
thelittleshaman
11
11
New contributor
New contributor
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses./configure
in the compile process. Welcome to Ask Ubuntu.
– chili555
Dec 26 at 2:40
3
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
Sounds like there is no file namedconfigure
in the directory you're currently in...
– Xen2050
Dec 26 at 18:49
1
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
1
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mentionconfigure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issuecd tor-browser_LANG
, 4) issue./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.
– PerlDuck
Dec 27 at 17:38
add a comment |
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses./configure
in the compile process. Welcome to Ask Ubuntu.
– chili555
Dec 26 at 2:40
3
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
Sounds like there is no file namedconfigure
in the directory you're currently in...
– Xen2050
Dec 26 at 18:49
1
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
1
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mentionconfigure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issuecd tor-browser_LANG
, 4) issue./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.
– PerlDuck
Dec 27 at 17:38
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses
./configure
in the compile process. Welcome to Ask Ubuntu.– chili555
Dec 26 at 2:40
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses
./configure
in the compile process. Welcome to Ask Ubuntu.– chili555
Dec 26 at 2:40
3
3
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
Sounds like there is no file named
configure
in the directory you're currently in...– Xen2050
Dec 26 at 18:49
Sounds like there is no file named
configure
in the directory you're currently in...– Xen2050
Dec 26 at 18:49
1
1
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
1
1
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mention
configure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issue cd tor-browser_LANG
, 4) issue ./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.– PerlDuck
Dec 27 at 17:38
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mention
configure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issue cd tor-browser_LANG
, 4) issue ./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.– PerlDuck
Dec 27 at 17:38
add a comment |
1 Answer
1
active
oldest
votes
Here are some reasons I can think of:
the tarball doesn't contain source code
the tarball contains source code, but it doesn't use the GNU autotools build system - perhaps it uses a simple
Makefile
, or uses a different build system such as cmake or sconsthe tarball is a source tarball that uses the GNU autotools build system, but it provides a lower-level configuration file such as
configure.ac
from which you must first build an appropriateconfigure
script for your platform usingautoconf
the tarball is a source tarball, including a GNU autotools
configure
script, but you're attempting to execute it from the wrong directory
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
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
});
}
});
thelittleshaman is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1104552%2ffor-every-tarball-ive-ever-tried-to-install-from-i-get-bash-configure-no-s%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
Here are some reasons I can think of:
the tarball doesn't contain source code
the tarball contains source code, but it doesn't use the GNU autotools build system - perhaps it uses a simple
Makefile
, or uses a different build system such as cmake or sconsthe tarball is a source tarball that uses the GNU autotools build system, but it provides a lower-level configuration file such as
configure.ac
from which you must first build an appropriateconfigure
script for your platform usingautoconf
the tarball is a source tarball, including a GNU autotools
configure
script, but you're attempting to execute it from the wrong directory
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
add a comment |
Here are some reasons I can think of:
the tarball doesn't contain source code
the tarball contains source code, but it doesn't use the GNU autotools build system - perhaps it uses a simple
Makefile
, or uses a different build system such as cmake or sconsthe tarball is a source tarball that uses the GNU autotools build system, but it provides a lower-level configuration file such as
configure.ac
from which you must first build an appropriateconfigure
script for your platform usingautoconf
the tarball is a source tarball, including a GNU autotools
configure
script, but you're attempting to execute it from the wrong directory
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
add a comment |
Here are some reasons I can think of:
the tarball doesn't contain source code
the tarball contains source code, but it doesn't use the GNU autotools build system - perhaps it uses a simple
Makefile
, or uses a different build system such as cmake or sconsthe tarball is a source tarball that uses the GNU autotools build system, but it provides a lower-level configuration file such as
configure.ac
from which you must first build an appropriateconfigure
script for your platform usingautoconf
the tarball is a source tarball, including a GNU autotools
configure
script, but you're attempting to execute it from the wrong directory
Here are some reasons I can think of:
the tarball doesn't contain source code
the tarball contains source code, but it doesn't use the GNU autotools build system - perhaps it uses a simple
Makefile
, or uses a different build system such as cmake or sconsthe tarball is a source tarball that uses the GNU autotools build system, but it provides a lower-level configuration file such as
configure.ac
from which you must first build an appropriateconfigure
script for your platform usingautoconf
the tarball is a source tarball, including a GNU autotools
configure
script, but you're attempting to execute it from the wrong directory
answered Dec 26 at 2:49
steeldriver
65.7k11104177
65.7k11104177
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
add a comment |
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
Good guesses. Correct is [1]. ;-)
– PerlDuck
Dec 27 at 17:45
add a comment |
thelittleshaman is a new contributor. Be nice, and check out our Code of Conduct.
thelittleshaman is a new contributor. Be nice, and check out our Code of Conduct.
thelittleshaman is a new contributor. Be nice, and check out our Code of Conduct.
thelittleshaman is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1104552%2ffor-every-tarball-ive-ever-tried-to-install-from-i-get-bash-configure-no-s%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
Is there a README or INSTALL document in the tarball? What does it say the procedure is? Not every tarball package uses
./configure
in the compile process. Welcome to Ask Ubuntu.– chili555
Dec 26 at 2:40
3
give us a specific tarball link, and you'll have a better answer
– Alvin Liang
Dec 26 at 2:42
Sounds like there is no file named
configure
in the directory you're currently in...– Xen2050
Dec 26 at 18:49
1
Possible duplicate of How to install Tor?. Tor Browser can be installed from Ubuntu Software app in Ubuntu 16.04 and later.
– karel
Dec 27 at 17:27
1
The instructions on the page you mention (torproject.org/projects/torbrowser.html.en#downloads) don't mention
configure
at all. Instead they say 1) Download the tarball, 2) unpack the tarball, 3) issuecd tor-browser_LANG
, 4) issue./start-tor-browser.desktop
. There is nothing to configure or compile. The tarfile contains tor ready-to-run. Just scroll down to "Linux Instructions". Please read the instructions on the page you got that software from before running arbitrary commands and starting to wonder why they don't work.– PerlDuck
Dec 27 at 17:38