tente isto:
wget link -O opencv-3.2.0.zip
descompacte o opencv-3.2.0.zip
Estou seguindo o link
para a instalação do Opencv no Ubuntu Mate 16.04
No passo 2 dado por Passo # 2: Faça o download da fonte OpenCV , não enfrento problemas 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
Eu recebo o seguinte erro
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 os seguintes
0 opencv.zip
0 total
Resultado de
ls -l
no meu diretório Home é 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 quando a pasta está sendo baixada, mas não está tendo nenhum conteúdo como obtido no comando du. Qualquer alternativa (s)?