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
Why did the Japanese attack the Aleutians at the same time as Midway?
Is `curl something | sudo bash -` a reasonably safe installation method?
How to determine port and starboard on a rotating wheel space station?
Why do they not say "The Baby"
How to check the quality of an audio sample?
Why did my rum cake turn black?
Console-based BlackJack in C# - Follow-Up
Why does the autopilot disengage even when it does not receive pilot input?
Are lithium batteries allowed in the International Space Station?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Meaning of slash chord without anything left of the slash
Too many spies!
What does a red v with a dot above mean in the Misal rico de Cisneros (Spain, 1518)?
Can a pizza stone be fixed after soap has been used to clean it?
Can I play a first turn Simic Growth Chamber to have 3 mana available in the second turn?
What caused Windows ME's terrible reputation?
Why is dry soil hydrophobic? Bad gardener paradox
Why would an Inquisitive rogue choose to use Insightful Fighting as opposed to using their Cunning Action to Hide?
Indices misprint in Sean Carroll's Spacetime and Geometry?
How would you write do the dialogues of two characters talking in a chat room?
Won 50K! Now what should I do with it
Add region constraint to Graphics
What are some symbols representing peasants/oppressed persons fighting back?
Why is the total number of hard disk sectors shown in fdisk not the same as theoretical calculation?
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