How to install libboost-all-dev v1.40 Debian wheezy
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
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
add a comment |
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
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
debian apt package-management libraries
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
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 viadpkg -i *.deb
. Another possibility is adding the given archive snapshot to yoursources.list
as explained on the main page.
– Ferenc Wágner
Sep 16 '15 at 8:39
add a comment |
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
);
);
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%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
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.
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 viadpkg -i *.deb
. Another possibility is adding the given archive snapshot to yoursources.list
as explained on the main page.
– Ferenc Wágner
Sep 16 '15 at 8:39
add a comment |
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.
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 viadpkg -i *.deb
. Another possibility is adding the given archive snapshot to yoursources.list
as explained on the main page.
– Ferenc Wágner
Sep 16 '15 at 8:39
add a comment |
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.
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.
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 viadpkg -i *.deb
. Another possibility is adding the given archive snapshot to yoursources.list
as explained on the main page.
– Ferenc Wágner
Sep 16 '15 at 8:39
add a comment |
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 viadpkg -i *.deb
. Another possibility is adding the given archive snapshot to yoursources.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
add a comment |
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.
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%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
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
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