How to downgrade OpenCV 3.2 to 3.1 on Ubuntu 16.04?

Multi tool use
I installed OpenCV 3.2 + Python 2.7 following this tutorial: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
Now I want to downgrade it to 3.1, how can I do this?
Thank you all in advance.
opencv
add a comment |
I installed OpenCV 3.2 + Python 2.7 following this tutorial: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
Now I want to downgrade it to 3.1, how can I do this?
Thank you all in advance.
opencv
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55
add a comment |
I installed OpenCV 3.2 + Python 2.7 following this tutorial: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
Now I want to downgrade it to 3.1, how can I do this?
Thank you all in advance.
opencv
I installed OpenCV 3.2 + Python 2.7 following this tutorial: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/
Now I want to downgrade it to 3.1, how can I do this?
Thank you all in advance.
opencv
opencv
edited Jun 15 '17 at 6:29
Vũ Lê Thế Anh
asked Jun 15 '17 at 6:04
Vũ Lê Thế AnhVũ Lê Thế Anh
13
13
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55
add a comment |
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55
add a comment |
1 Answer
1
active
oldest
votes
go to the build folder in your opencv folder. There should be a cmake_uninstall file. If so, just write
sudo make uninstall
and the installation gets removed. Use then
http://www.pytorials.com/how-to-install-opencv340-on-ubuntu1604/
to reinstall openCV properly again.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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%2f925594%2fhow-to-downgrade-opencv-3-2-to-3-1-on-ubuntu-16-04%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
go to the build folder in your opencv folder. There should be a cmake_uninstall file. If so, just write
sudo make uninstall
and the installation gets removed. Use then
http://www.pytorials.com/how-to-install-opencv340-on-ubuntu1604/
to reinstall openCV properly again.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
go to the build folder in your opencv folder. There should be a cmake_uninstall file. If so, just write
sudo make uninstall
and the installation gets removed. Use then
http://www.pytorials.com/how-to-install-opencv340-on-ubuntu1604/
to reinstall openCV properly again.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
go to the build folder in your opencv folder. There should be a cmake_uninstall file. If so, just write
sudo make uninstall
and the installation gets removed. Use then
http://www.pytorials.com/how-to-install-opencv340-on-ubuntu1604/
to reinstall openCV properly again.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
go to the build folder in your opencv folder. There should be a cmake_uninstall file. If so, just write
sudo make uninstall
and the installation gets removed. Use then
http://www.pytorials.com/how-to-install-opencv340-on-ubuntu1604/
to reinstall openCV properly again.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 8 at 15:40


Charles Green
13.1k73657
13.1k73657
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 8 at 13:13
GuestGuest
1
1
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Guest is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
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%2f925594%2fhow-to-downgrade-opencv-3-2-to-3-1-on-ubuntu-16-04%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
jh02qw5L9G0js0WrG IfaQYJm2x,GiUABlNFtXcT,2kLZ KP,U n,4TVRhou35i8Tg2Wt4v0v,hEPdw RBn
im shocked this has no answer considering how much of a pain it is to make opencv work with anything.
– moeiscool
Mar 5 '18 at 22:55