Ask Your Question
0

How to uninstall opencv2.4.9 completely in ubuntu 14.04

asked 2015-01-13 09:11:51 -0600

Vivek gravatar image

Hello guys !! I want to upgrade my opencv2.4.9 to opencv3.0 because of the features of opencv 3.0 . When i am installing opencv3.0 directly then i ended up with some HASH MISMATCH error. I think it is due to i didn't uninstall previous version ! I would be thankful if you will help me in the same. Thanks !

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-01-13 09:43:14 -0600

thdrksdfthmn gravatar image

updated 2015-01-13 09:46:18 -0600

OpenCV 3.0.0 beta is not the last version, it will be improved, IMHO it is not completed especially the features. I have just installed it like here and just added the version in the CMakeLists.txt as follows:

find_package(OpenCV 3.0.0)

After I have done the sudo make install I had all the .a and .so that I needed for OpenCV 3.0.0 (and the ones for 2.4.9, but this did not lead to errors). I vage Ubuntu 14.04 LTS

edit flag offensive delete link more

Comments

Hi thdrksdfthmn ! I followed this tutorial to install opevcv and stuck with error just before "sudo make install" .

Errors are given in this link.

Vivek gravatar imageVivek ( 2015-01-13 10:06:05 -0600 )edit

you have downloaded alpha that is older than beta...remove what you ahve done and do as in my link :)

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-01-13 10:21:52 -0600 )edit

That is my question buddy ! How to remove all components to old version completely ??

Vivek gravatar imageVivek ( 2015-01-14 01:04:44 -0600 )edit

maybe using sudo find / -name "opencv" then sudo rm ... or maybe using sudo apt-get remove ... or autoremove is better see this

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-01-14 03:02:09 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-13 09:11:51 -0600

Seen: 13,874 times

Last updated: Jan 13 '15