extract a tarball with vanilla Ubuntu
I've just installed the newest Ubuntu version on a 2015 mac book air, thanks to the bright engineers over at Apple, the wifi card doesn't work out the box and so I had to download the tar file from the developers website. However, I don't know how to install it. I have seen that you can execute a bunch of line in the command prompt along the lines of ./configure
and make
, but those are programs that I have to install over the internet. I can't do this for obvious reasons (I don't have any means to access the interenet.)
Is there any solution you guys can suggest?
Thanks guys
drivers
add a comment |
I've just installed the newest Ubuntu version on a 2015 mac book air, thanks to the bright engineers over at Apple, the wifi card doesn't work out the box and so I had to download the tar file from the developers website. However, I don't know how to install it. I have seen that you can execute a bunch of line in the command prompt along the lines of ./configure
and make
, but those are programs that I have to install over the internet. I can't do this for obvious reasons (I don't have any means to access the interenet.)
Is there any solution you guys can suggest?
Thanks guys
drivers
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40
add a comment |
I've just installed the newest Ubuntu version on a 2015 mac book air, thanks to the bright engineers over at Apple, the wifi card doesn't work out the box and so I had to download the tar file from the developers website. However, I don't know how to install it. I have seen that you can execute a bunch of line in the command prompt along the lines of ./configure
and make
, but those are programs that I have to install over the internet. I can't do this for obvious reasons (I don't have any means to access the interenet.)
Is there any solution you guys can suggest?
Thanks guys
drivers
I've just installed the newest Ubuntu version on a 2015 mac book air, thanks to the bright engineers over at Apple, the wifi card doesn't work out the box and so I had to download the tar file from the developers website. However, I don't know how to install it. I have seen that you can execute a bunch of line in the command prompt along the lines of ./configure
and make
, but those are programs that I have to install over the internet. I can't do this for obvious reasons (I don't have any means to access the interenet.)
Is there any solution you guys can suggest?
Thanks guys
drivers
drivers
asked Feb 14 at 15:19
SamBkampSamBkamp
1
1
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40
add a comment |
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40
add a comment |
1 Answer
1
active
oldest
votes
tar -zxf filename.tgz
should do it
However, if the tarball contains sourcecode which you have to build I'm afraid you won't be able to avoid installing developer packages that will allow you to build the package from source.
Providing the link/driver you are talking about could shed some more light on what the problem is (maybe there are alternatives to install it).
Also: you can download the packages and copy over USB stick, and move them to your laptop and install them with dpkg -i packagename.deb
so internet is not necessary, but very helpful.
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
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%2f1118239%2fextract-a-tarball-with-vanilla-ubuntu%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
tar -zxf filename.tgz
should do it
However, if the tarball contains sourcecode which you have to build I'm afraid you won't be able to avoid installing developer packages that will allow you to build the package from source.
Providing the link/driver you are talking about could shed some more light on what the problem is (maybe there are alternatives to install it).
Also: you can download the packages and copy over USB stick, and move them to your laptop and install them with dpkg -i packagename.deb
so internet is not necessary, but very helpful.
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
add a comment |
tar -zxf filename.tgz
should do it
However, if the tarball contains sourcecode which you have to build I'm afraid you won't be able to avoid installing developer packages that will allow you to build the package from source.
Providing the link/driver you are talking about could shed some more light on what the problem is (maybe there are alternatives to install it).
Also: you can download the packages and copy over USB stick, and move them to your laptop and install them with dpkg -i packagename.deb
so internet is not necessary, but very helpful.
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
add a comment |
tar -zxf filename.tgz
should do it
However, if the tarball contains sourcecode which you have to build I'm afraid you won't be able to avoid installing developer packages that will allow you to build the package from source.
Providing the link/driver you are talking about could shed some more light on what the problem is (maybe there are alternatives to install it).
Also: you can download the packages and copy over USB stick, and move them to your laptop and install them with dpkg -i packagename.deb
so internet is not necessary, but very helpful.
tar -zxf filename.tgz
should do it
However, if the tarball contains sourcecode which you have to build I'm afraid you won't be able to avoid installing developer packages that will allow you to build the package from source.
Providing the link/driver you are talking about could shed some more light on what the problem is (maybe there are alternatives to install it).
Also: you can download the packages and copy over USB stick, and move them to your laptop and install them with dpkg -i packagename.deb
so internet is not necessary, but very helpful.
answered Feb 14 at 15:20
janmyszkierjanmyszkier
59328
59328
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
add a comment |
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
-xzvf works but that only extracts it, the driver is the one for this device: broadcom.com/products/wireless/wireless-lan-infrastructure/…
– SamBkamp
Feb 14 at 23:47
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
Can you please check this first? askubuntu.com/questions/592555/…
– janmyszkier
Feb 15 at 8:24
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%2f1118239%2fextract-a-tarball-with-vanilla-ubuntu%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
Some suggestions here: How can I install software or packages without Internet (offline)?. However before going down that route you should probably ask a question about your wifi card specifically (there may already be a known solution that doesn't involve building drivers from source).
– steeldriver
Feb 14 at 15:47
@steeldriver after looking around, installing the drivers from source seems to be the standard way of doing it. I could also buy a wifi dongle but that is anbnoying as you cna imagine
– SamBkamp
Feb 14 at 23:40