Erro de leitura ao instalar o DraftSight no Ubuntu 13.04

0
root@porjecta:/# gdebi draftSight.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Building data structures... Done 
Building data structures... Done 

With DraftSight, you can easily create professional CAD drawings. Supported file formats are DWT, DXF and DWG.
Do you want to install the software package? [y/N]:y
(Reading database ... 213876 files and directories currently installed.)
Unpacking dassault-systemes-draftsight (from draftSight.deb) ...
access control disabled, clients can connect from any host
access control disabled, clients can connect from any host
access control disabled, clients can connect from any host
access control enabled, only authorized clients can connect
access control enabled, only authorized clients can connect
access control enabled, only authorized clients can connect
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: invalid stored block lengths'
dpkg-deb (subprocess): cannot copy archive member from 'draftSight.deb' to decompressor pipe: failed to write (Broken pipe)
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing draftSight.deb (--install):
 cannot copy extracted data for './opt/dassault-systemes/draftsight/Help/korean/korean.qch' to '/opt/dassault-systemes/draftsight/Help/korean/korean.qch.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
 draftSight.deb
    
por Bishwanath Das 29.11.2013 / 12:48

1 resposta

1

Experimente estes dois comandos no terminal

sudo apt-get clean
gdebi draftSight.deb 

Se não funcionar, tente baixar novamente o arquivo draftSight.deb depois de executar sudo apt-get clean .

    
por Avinash Raj 29.11.2013 / 13:20