I want to install opencv in ubuntu 17.04 and I know that the jasper library is removed from ubuntu 17.04
what should I do to complete install opencv correctly ???
I tried used this two below command that showed here but it does not work
sudo apt-get install opencv-data
sudo apt-get install libopencv-dev
Use these commands:
sudo add-apt-repository deb http://security.ubuntu.com/ubuntu xenial-security main'
sudo apt update
sudo apt install libjasper1 libjasper-dev
This worked on my Ubuntu 18.04 after I replaced the double-quotes with single quotes. With the double quotes I was getting this error:
Error: need a single repository as argument
Try this answer
You will be able to install the libjasper-dev from a previous release
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With