installing libarchive-zip-perl

Colin Law clanlaw at gmail.com
Fri Sep 11 20:36:16 UTC 2020


On Fri, 11 Sep 2020 at 20:42, david <david at daku.org> wrote:
>
> Folks
>
> While doing a new install on Ubuntu 20.04 on Raspberry Pi, I issued:
>   apt-get -y install libarchive-zip-perl
> I get the diagnostic
>    files list file for package 'libnet-telnet-perl' is missing final newline
> and the install fails.
>
> I previously installed libnet-telnet-perl and it succeeded.
>nett
> Is there a problem possibly with the public distribution of files, or
> might I be doing something wrong?

Possibly the file /var/lib/dpkg/info/libnet-telnet-perl is corrupt.
Move that file away and

 sudo dpkg --configure -a
 sudo apt -f install
 sudo apt clean
 sudo apt update && sudo apt upgrade

then try the install again.

Colin




>
> David
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users




More information about the ubuntu-users mailing list