erro durante a instalação do opencv no ubuntu mate

erro durante a instalação do opencv no ubuntu mate

Eu estou seguindohttp://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/

para a instalação do Opencv no Ubuntu Mate 16.04

No passo 2 dado porEtapa 2: Baixe a fonte OpenCV, não enfrento nenhum problema com o comando

$ wget -O opencv.zip https://github.com/Itseez/opencv/archive/3.1.0.zip

No entanto, quando tento executar o comando

$ unzip opencv.zip

Estou tendo o erro a seguir

Archive:  opencv.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of opencv.zip or
        opencv.zip.zip, and cannot find opencv.zip.ZIP, period.

Resultados de

du -hsc opencv.zip

são como segue

0   opencv.zip
0   total

Resultado de

ls -l

no meu diretório inicial é o seguinte

3.1.0.zip
3.1.0.zip.1
3.1.0.zip.2
Desktop
Documents
Downloads
Music
op
opencv-3.1.0
opencv_contrib.zip
opencv.zip
Pictures
Public
Templates
Videos
wget-log

Há algo errado com o link, pois a pasta está sendo baixada, mas não possui nenhum conteúdo obtido do comando du. Alguma alternativa?

Responder1

tente isto:

wgethttps://github.com/Itseez/opencv/archive/3.2.0.zip-O opencv-3.2.0.zip

descompacte opencv-3.2.0.zip

informação relacionada