Ubuntu server 14.04 LTS install make and gcc dependencies for offline realtek 8168 driverHow can I install software or packages without Internet (offline)?Install gcc on Ubuntu 12.04 LTSUbuntu 14.04, problem when install gstreamer1.0-libav, unmet dependenciesHow to install old version of gcc on Ubuntu 14.04How To Install Ubuntu Server 14.04 OfflineHow to install gcc 2.95.3 on ubuntu 14.04 64 bit?Can't install gcc-4.9-base:i386 on Ubuntu 14.04Installing GCC 6.0 in Ubuntu Linux 14.04 LTSHow to install both gcc-4.7-plugin-dev and gcc-4.8-plugin-dev on Ubuntu 16.04 without conflicts?Install gcc 7.1 on Xubuntu 16.04 and make it defaultUnmet dependencies for php7.1 on Ubuntu 14.04
Will a contempt of congress lawsuit actually reach the merits?
How should the player unlock things?
Sankhara meditation
Why do candidates not quit if they no longer have a realistic chance to win in the 2020 US presidents election
When did the US colonies/states stop making their own currencies?
Can a pizza stone be fixed after soap has been used to clean it?
What is the word for "event executor"?
Did Voldemort kill his father before finding out about Horcruxes?
Sending a photo of my bank account card to the future employer
Why did Steve Rogers choose this character in Endgame?
Can a Resident Assistant Be Told to Ignore a Lawful Order?
What is this old "lemon-squeezer" shaped pan
How to ask my office to remove the pride decorations without appearing anti-LGBTQ?
Is it ethical for a company to ask its employees to move furniture on a weekend?
How to get rid of the rainforest for a desert moon with only habitable poles?
FPGA CPU's, how to find the max speed?
A scene of Jimmy diversity
Why doesn't philosophy have higher standards for its arguments?
How could an animal "smell" carbon monoxide?
Bracket symbol added to G clef
What impact would a dragon the size of Asia have on the environment?
MQTT subscription topic match
Should I be able to keep my company purchased standing desk when I leave my job?
How can I shorten the calculation time effectively?
Ubuntu server 14.04 LTS install make and gcc dependencies for offline realtek 8168 driver
How can I install software or packages without Internet (offline)?Install gcc on Ubuntu 12.04 LTSUbuntu 14.04, problem when install gstreamer1.0-libav, unmet dependenciesHow to install old version of gcc on Ubuntu 14.04How To Install Ubuntu Server 14.04 OfflineHow to install gcc 2.95.3 on ubuntu 14.04 64 bit?Can't install gcc-4.9-base:i386 on Ubuntu 14.04Installing GCC 6.0 in Ubuntu Linux 14.04 LTSHow to install both gcc-4.7-plugin-dev and gcc-4.8-plugin-dev on Ubuntu 16.04 without conflicts?Install gcc 7.1 on Xubuntu 16.04 and make it defaultUnmet dependencies for php7.1 on Ubuntu 14.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to install Realtek 8168 driver from github :
https://github.com/bfanger/r8168dl/blob/master/files/r8168-8.046.00.tar.bz2
But the problem the server did not connected to any internet because of the LAN Card problem. Thats why I must download it all, copy it to USB drive, and install it manually.
The first problem is it didnot run "sudo ./autorun.sh" because there is no "make". Thats why I download "make" from :
http://us.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb
after that I copy to my server and use "sudo dpkg" to intstall my make.
But the peroblem it did not run, because there is no gcc...
The question is how to download "make" and all of its dependencies (including gcc and other dependencies) so I can install it offline on my server ?
14.04 software-installation dpkg dependencies gcc
add a comment |
I want to install Realtek 8168 driver from github :
https://github.com/bfanger/r8168dl/blob/master/files/r8168-8.046.00.tar.bz2
But the problem the server did not connected to any internet because of the LAN Card problem. Thats why I must download it all, copy it to USB drive, and install it manually.
The first problem is it didnot run "sudo ./autorun.sh" because there is no "make". Thats why I download "make" from :
http://us.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb
after that I copy to my server and use "sudo dpkg" to intstall my make.
But the peroblem it did not run, because there is no gcc...
The question is how to download "make" and all of its dependencies (including gcc and other dependencies) so I can install it offline on my server ?
14.04 software-installation dpkg dependencies gcc
3
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03
add a comment |
I want to install Realtek 8168 driver from github :
https://github.com/bfanger/r8168dl/blob/master/files/r8168-8.046.00.tar.bz2
But the problem the server did not connected to any internet because of the LAN Card problem. Thats why I must download it all, copy it to USB drive, and install it manually.
The first problem is it didnot run "sudo ./autorun.sh" because there is no "make". Thats why I download "make" from :
http://us.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb
after that I copy to my server and use "sudo dpkg" to intstall my make.
But the peroblem it did not run, because there is no gcc...
The question is how to download "make" and all of its dependencies (including gcc and other dependencies) so I can install it offline on my server ?
14.04 software-installation dpkg dependencies gcc
I want to install Realtek 8168 driver from github :
https://github.com/bfanger/r8168dl/blob/master/files/r8168-8.046.00.tar.bz2
But the problem the server did not connected to any internet because of the LAN Card problem. Thats why I must download it all, copy it to USB drive, and install it manually.
The first problem is it didnot run "sudo ./autorun.sh" because there is no "make". Thats why I download "make" from :
http://us.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb
after that I copy to my server and use "sudo dpkg" to intstall my make.
But the peroblem it did not run, because there is no gcc...
The question is how to download "make" and all of its dependencies (including gcc and other dependencies) so I can install it offline on my server ?
14.04 software-installation dpkg dependencies gcc
14.04 software-installation dpkg dependencies gcc
asked Apr 15 at 3:30
Sidhi CiangSidhi Ciang
1131 silver badge6 bronze badges
1131 silver badge6 bronze badges
3
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03
add a comment |
3
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03
3
3
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03
add a comment |
0
active
oldest
votes
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%2f1133952%2fubuntu-server-14-04-lts-install-make-and-gcc-dependencies-for-offline-realtek-81%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1133952%2fubuntu-server-14-04-lts-install-make-and-gcc-dependencies-for-offline-realtek-81%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
3
Possible duplicate of How can I install software or packages without Internet (offline)?
– N0rbert
Apr 15 at 19:03