How to install libboost-all-dev v1.40 Debian wheezy

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1















I'm new here. I need to install libboost-all-dev package that contains this stuff: libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev exactly in this version but on my Debian 7 wheezy I have libboost-all-dev in 1.4.9 version how can I change it and install package that i need so much.
Here is my sources.list file:



deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib









share|improve this question
























  • Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

    – eyoung100
    Sep 14 '15 at 16:47












  • I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

    – Peregrino69
    Sep 14 '15 at 16:51











  • I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

    – eyoung100
    Sep 14 '15 at 16:55
















1















I'm new here. I need to install libboost-all-dev package that contains this stuff: libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev exactly in this version but on my Debian 7 wheezy I have libboost-all-dev in 1.4.9 version how can I change it and install package that i need so much.
Here is my sources.list file:



deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib









share|improve this question
























  • Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

    – eyoung100
    Sep 14 '15 at 16:47












  • I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

    – Peregrino69
    Sep 14 '15 at 16:51











  • I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

    – eyoung100
    Sep 14 '15 at 16:55














1












1








1








I'm new here. I need to install libboost-all-dev package that contains this stuff: libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev exactly in this version but on my Debian 7 wheezy I have libboost-all-dev in 1.4.9 version how can I change it and install package that i need so much.
Here is my sources.list file:



deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib









share|improve this question
















I'm new here. I need to install libboost-all-dev package that contains this stuff: libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev exactly in this version but on my Debian 7 wheezy I have libboost-all-dev in 1.4.9 version how can I change it and install package that i need so much.
Here is my sources.list file:



deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib






debian apt package-management libraries






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 30 '15 at 16:42









Jeff Schaller

43.4k1160140




43.4k1160140










asked Sep 14 '15 at 16:24









ZoboZobo

62




62












  • Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

    – eyoung100
    Sep 14 '15 at 16:47












  • I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

    – Peregrino69
    Sep 14 '15 at 16:51











  • I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

    – eyoung100
    Sep 14 '15 at 16:55


















  • Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

    – eyoung100
    Sep 14 '15 at 16:47












  • I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

    – Peregrino69
    Sep 14 '15 at 16:51











  • I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

    – eyoung100
    Sep 14 '15 at 16:55

















Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

– eyoung100
Sep 14 '15 at 16:47






Why do you need 1.4? Can you not use 1.49? Squeeze(Oldstable) only gets you to 1.42. See this package search result. See also Install boost version 1.40

– eyoung100
Sep 14 '15 at 16:47














I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

– Peregrino69
Sep 14 '15 at 16:51





I was going to ask the same... if you have 1.49 dev files installed, you should be able to remove them with apt-get remove. Then you can download 1.40 from boost.org/users/history/version_1_40_0.html, and compile it. However it's very possible that you break something else on the way...

– Peregrino69
Sep 14 '15 at 16:51













I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

– eyoung100
Sep 14 '15 at 16:55






I'm with @Arimo on this one... libboost is a toolchain package. GCC may have an indirect/direct dependency on it, therefore downgrading a live system without using a changeroot will break GCC, which will break all of Debian

– eyoung100
Sep 14 '15 at 16:55











1 Answer
1






active

oldest

votes


















0














You can find old packages in the snapshots archive. However, downgrading packages is generally not supported in Debian, so if anything breaks, you've got to keep the pieces. I also recommend using a separate chroot for such experiments.






share|improve this answer























  • But how can i install this package from snapshots?

    – Zobo
    Sep 15 '15 at 17:08











  • Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

    – Ferenc Wágner
    Sep 16 '15 at 8:39











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f229618%2fhow-to-install-libboost-all-dev-v1-40-debian-wheezy%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









0














You can find old packages in the snapshots archive. However, downgrading packages is generally not supported in Debian, so if anything breaks, you've got to keep the pieces. I also recommend using a separate chroot for such experiments.






share|improve this answer























  • But how can i install this package from snapshots?

    – Zobo
    Sep 15 '15 at 17:08











  • Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

    – Ferenc Wágner
    Sep 16 '15 at 8:39
















0














You can find old packages in the snapshots archive. However, downgrading packages is generally not supported in Debian, so if anything breaks, you've got to keep the pieces. I also recommend using a separate chroot for such experiments.






share|improve this answer























  • But how can i install this package from snapshots?

    – Zobo
    Sep 15 '15 at 17:08











  • Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

    – Ferenc Wágner
    Sep 16 '15 at 8:39














0












0








0







You can find old packages in the snapshots archive. However, downgrading packages is generally not supported in Debian, so if anything breaks, you've got to keep the pieces. I also recommend using a separate chroot for such experiments.






share|improve this answer













You can find old packages in the snapshots archive. However, downgrading packages is generally not supported in Debian, so if anything breaks, you've got to keep the pieces. I also recommend using a separate chroot for such experiments.







share|improve this answer












share|improve this answer



share|improve this answer










answered Sep 15 '15 at 15:51









Ferenc WágnerFerenc Wágner

3,109920




3,109920












  • But how can i install this package from snapshots?

    – Zobo
    Sep 15 '15 at 17:08











  • Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

    – Ferenc Wágner
    Sep 16 '15 at 8:39


















  • But how can i install this package from snapshots?

    – Zobo
    Sep 15 '15 at 17:08











  • Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

    – Ferenc Wágner
    Sep 16 '15 at 8:39

















But how can i install this package from snapshots?

– Zobo
Sep 15 '15 at 17:08





But how can i install this package from snapshots?

– Zobo
Sep 15 '15 at 17:08













Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

– Ferenc Wágner
Sep 16 '15 at 8:39






Simplest is to downloaded all required .deb files and install them via dpkg -i *.deb. Another possibility is adding the given archive snapshot to your sources.list as explained on the main page.

– Ferenc Wágner
Sep 16 '15 at 8:39


















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • 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%2funix.stackexchange.com%2fquestions%2f229618%2fhow-to-install-libboost-all-dev-v1-40-debian-wheezy%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






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay