Install specific MongoDB in Ubuntu 16.04How do you use apt-get to only install critical security updates on ubuntu?Mongodb ubdate on Ubuntu 10.04 LTSRecommended way to install mongoDBSomething's wrong with my Ubuntu, apt-get upgrade stopped workingUbuntu 12.04 - apt-get install ia32-libs unmet dependenciesMongoDB high CPU usageWhy can't i install mongodb 3.0 on Ubuntu 14.04 32bit?Authentication fails when connecting to Dockerized instance of MongoDBHow to downgrade mongodb 3.4.2 to 2.6.11?Unable to start MongoDB on Ubuntu

Multi tool use
Multi tool use

Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?

Why is it harder to turn a motor/generator with shorted terminals?

Can multiple outlets be directly attached to a single breaker?

Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?

AMPScript Lookup From Child Business Unit

Do not cross the line!

Promotion comes with unexpected 24/7/365 on-call

How to redirect stdout to a file, and stdout+stderr to another one?

Are there any sonatas with only two sections?

Do Grothendieck universes matter for an algebraic geometer?

Why was my Canon Speedlite 600EX triggering other flashes?

Is it safe to use two single-pole breakers for a 240v circuit?

Developers demotivated due to working on same project for more than 2 years

Polynomial division: Is this trick obvious?

Problem in downloading videos using youtube-dl from unsupported sites

How do I identify the partitions of my hard drive in order to then shred them all?

Acronyms in HDD specification

Should generated documentation be stored in a Git repository?

Is this a group? If so, what group is it?

Alias for root of a polynomial

Smooth function that vanishes only on unit cube

Why does lemon juice reduce the "fish" odor of sea food — specifically fish?

How to continually let my readers know what time it is in my story, in an organic way?

Does "Software Updater" only update software installed using apt, or also software installed using snap?



Install specific MongoDB in Ubuntu 16.04


How do you use apt-get to only install critical security updates on ubuntu?Mongodb ubdate on Ubuntu 10.04 LTSRecommended way to install mongoDBSomething's wrong with my Ubuntu, apt-get upgrade stopped workingUbuntu 12.04 - apt-get install ia32-libs unmet dependenciesMongoDB high CPU usageWhy can't i install mongodb 3.0 on Ubuntu 14.04 32bit?Authentication fails when connecting to Dockerized instance of MongoDBHow to downgrade mongodb 3.4.2 to 2.6.11?Unable to start MongoDB on Ubuntu






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Below installs 2.6.10 mongo version in Ubuntu



sudo apt-get install mongodb-server


I am looking to get the 2.6.13 version. How to fetch the exact version? Also how to prevent sudo apt-get update/upgrade from upgrading mongo to 3.x










share|improve this question






















  • docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

    – jftuga
    Dec 1 '16 at 13:57


















0















Below installs 2.6.10 mongo version in Ubuntu



sudo apt-get install mongodb-server


I am looking to get the 2.6.13 version. How to fetch the exact version? Also how to prevent sudo apt-get update/upgrade from upgrading mongo to 3.x










share|improve this question






















  • docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

    – jftuga
    Dec 1 '16 at 13:57














0












0








0








Below installs 2.6.10 mongo version in Ubuntu



sudo apt-get install mongodb-server


I am looking to get the 2.6.13 version. How to fetch the exact version? Also how to prevent sudo apt-get update/upgrade from upgrading mongo to 3.x










share|improve this question














Below installs 2.6.10 mongo version in Ubuntu



sudo apt-get install mongodb-server


I am looking to get the 2.6.13 version. How to fetch the exact version? Also how to prevent sudo apt-get update/upgrade from upgrading mongo to 3.x







ubuntu mongodb






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 1 '16 at 12:54









Faiz Mohamed HaneefFaiz Mohamed Haneef

1308




1308












  • docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

    – jftuga
    Dec 1 '16 at 13:57


















  • docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

    – jftuga
    Dec 1 '16 at 13:57

















docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

– jftuga
Dec 1 '16 at 13:57






docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu There is also a link on the page on how to install an older version (3.0).

– jftuga
Dec 1 '16 at 13:57











2 Answers
2






active

oldest

votes


















0














1) It's too new, there's no package yet, so use the source, Luke!



2) echo <packagename> hold | dpkg --set-selections






share|improve this answer























  • FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

    – Stennie
    Dec 4 '16 at 8:13


















0














MongoDB 2.6 reached end of life at the end of October, 2016. The final release version was 2.6.12 (so there will be no 2.6.13).



To install a specific release you can specify the desired version, eg:



sudo apt-get install -y mongodb-org=2.6.12 mongodb-org-server=2.6.12 mongodb-org-shell=2.6.12 mongodb-org-mongos=2.6.12 mongodb-org-tools=2.6.12


You can also pin a specific version of MongoDB to prevent unintended upgrades.



For each installed package you want to pin, use a command line similar to:



echo "mongodb-org hold" | sudo dpkg --set-selections





share|improve this answer























  • above comand gives errors

    – Faiz Mohamed Haneef
    Dec 4 '16 at 8:30












  • @FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

    – Stennie
    Dec 4 '16 at 8:33











  • yes. the above steps lead to same error (fresh install)

    – Faiz Mohamed Haneef
    Dec 4 '16 at 9:06











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f818113%2finstall-specific-mongodb-in-ubuntu-16-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














1) It's too new, there's no package yet, so use the source, Luke!



2) echo <packagename> hold | dpkg --set-selections






share|improve this answer























  • FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

    – Stennie
    Dec 4 '16 at 8:13















0














1) It's too new, there's no package yet, so use the source, Luke!



2) echo <packagename> hold | dpkg --set-selections






share|improve this answer























  • FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

    – Stennie
    Dec 4 '16 at 8:13













0












0








0







1) It's too new, there's no package yet, so use the source, Luke!



2) echo <packagename> hold | dpkg --set-selections






share|improve this answer













1) It's too new, there's no package yet, so use the source, Luke!



2) echo <packagename> hold | dpkg --set-selections







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 1 '16 at 13:43









Ipor SircerIpor Sircer

1,10337




1,10337












  • FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

    – Stennie
    Dec 4 '16 at 8:13

















  • FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

    – Stennie
    Dec 4 '16 at 8:13
















FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

– Stennie
Dec 4 '16 at 8:13





FYI, MongoDB 2.6 reached end of life at the end of October, 2016: mongodb.com/blog/post/mongodb-2-6-end-of-life. The final release version was 2.6.12.

– Stennie
Dec 4 '16 at 8:13













0














MongoDB 2.6 reached end of life at the end of October, 2016. The final release version was 2.6.12 (so there will be no 2.6.13).



To install a specific release you can specify the desired version, eg:



sudo apt-get install -y mongodb-org=2.6.12 mongodb-org-server=2.6.12 mongodb-org-shell=2.6.12 mongodb-org-mongos=2.6.12 mongodb-org-tools=2.6.12


You can also pin a specific version of MongoDB to prevent unintended upgrades.



For each installed package you want to pin, use a command line similar to:



echo "mongodb-org hold" | sudo dpkg --set-selections





share|improve this answer























  • above comand gives errors

    – Faiz Mohamed Haneef
    Dec 4 '16 at 8:30












  • @FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

    – Stennie
    Dec 4 '16 at 8:33











  • yes. the above steps lead to same error (fresh install)

    – Faiz Mohamed Haneef
    Dec 4 '16 at 9:06















0














MongoDB 2.6 reached end of life at the end of October, 2016. The final release version was 2.6.12 (so there will be no 2.6.13).



To install a specific release you can specify the desired version, eg:



sudo apt-get install -y mongodb-org=2.6.12 mongodb-org-server=2.6.12 mongodb-org-shell=2.6.12 mongodb-org-mongos=2.6.12 mongodb-org-tools=2.6.12


You can also pin a specific version of MongoDB to prevent unintended upgrades.



For each installed package you want to pin, use a command line similar to:



echo "mongodb-org hold" | sudo dpkg --set-selections





share|improve this answer























  • above comand gives errors

    – Faiz Mohamed Haneef
    Dec 4 '16 at 8:30












  • @FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

    – Stennie
    Dec 4 '16 at 8:33











  • yes. the above steps lead to same error (fresh install)

    – Faiz Mohamed Haneef
    Dec 4 '16 at 9:06













0












0








0







MongoDB 2.6 reached end of life at the end of October, 2016. The final release version was 2.6.12 (so there will be no 2.6.13).



To install a specific release you can specify the desired version, eg:



sudo apt-get install -y mongodb-org=2.6.12 mongodb-org-server=2.6.12 mongodb-org-shell=2.6.12 mongodb-org-mongos=2.6.12 mongodb-org-tools=2.6.12


You can also pin a specific version of MongoDB to prevent unintended upgrades.



For each installed package you want to pin, use a command line similar to:



echo "mongodb-org hold" | sudo dpkg --set-selections





share|improve this answer













MongoDB 2.6 reached end of life at the end of October, 2016. The final release version was 2.6.12 (so there will be no 2.6.13).



To install a specific release you can specify the desired version, eg:



sudo apt-get install -y mongodb-org=2.6.12 mongodb-org-server=2.6.12 mongodb-org-shell=2.6.12 mongodb-org-mongos=2.6.12 mongodb-org-tools=2.6.12


You can also pin a specific version of MongoDB to prevent unintended upgrades.



For each installed package you want to pin, use a command line similar to:



echo "mongodb-org hold" | sudo dpkg --set-selections






share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 4 '16 at 8:19









StennieStennie

1,081612




1,081612












  • above comand gives errors

    – Faiz Mohamed Haneef
    Dec 4 '16 at 8:30












  • @FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

    – Stennie
    Dec 4 '16 at 8:33











  • yes. the above steps lead to same error (fresh install)

    – Faiz Mohamed Haneef
    Dec 4 '16 at 9:06

















  • above comand gives errors

    – Faiz Mohamed Haneef
    Dec 4 '16 at 8:30












  • @FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

    – Stennie
    Dec 4 '16 at 8:33











  • yes. the above steps lead to same error (fresh install)

    – Faiz Mohamed Haneef
    Dec 4 '16 at 9:06
















above comand gives errors

– Faiz Mohamed Haneef
Dec 4 '16 at 8:30






above comand gives errors

– Faiz Mohamed Haneef
Dec 4 '16 at 8:30














@FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

– Stennie
Dec 4 '16 at 8:33





@FaizMohamedHaneef Have you followed the other instructions on the Ubuntu 2.6 install page (in particular setting up the apt sources): docs.mongodb.com/v2.6/tutorial/install-mongodb-on-ubuntu/…? 3.0 has different repo paths.

– Stennie
Dec 4 '16 at 8:33













yes. the above steps lead to same error (fresh install)

– Faiz Mohamed Haneef
Dec 4 '16 at 9:06





yes. the above steps lead to same error (fresh install)

– Faiz Mohamed Haneef
Dec 4 '16 at 9:06

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f818113%2finstall-specific-mongodb-in-ubuntu-16-04%23new-answer', 'question_page');

);

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







fNkU7 th1e,ruNUELWaS0o0X6ErxqJ54AmdoukztUMG7BEcL3RAS4sMAcaQ3Yss hXWZs0dJ9iDI5 B
fRCQYsVmv,raJwuyldB0cnPW XM9EfeVzn,ZMs w7akfyShgE lbkSN9s,2Vg0DAw,XWnGL3b,DQPsZTHwk7BU5XWAKgjMjKaY

Popular posts from this blog

RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020