It seems like I messed up aptitude/Update center.
After finding out my OpenCV compiled version doesn't work as expected, I thought I'd give a try to its repository version. Sadly, mint package is too outdated for project i currently work on. So, I found this page: Installation of OpenCV 2.1 on Ubuntu and not thinking too much i started typing what they wanted me to. It didn't last long as after
- Code: Select all
$ sudo add-apt-repository ppa:gijzelaar/opencv2
$ sudo apt-get update
I got result
- Code: Select all
W: Failed to fetch http://ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
The thing is I never used add-apt-repository before, and there are no lines that seem causing this error in /etc/apt/sources.list. My question is - where can I find them? And another question - is it even possible to use ubuntu repositories in mint?



