- Thank you received: 0
Ubuntu Repository Update Error
7 years 5 months ago - 7 years 5 months ago #26
by Hanberry
Ubuntu Repository Update Error was created by Hanberry
Hello,
I am running Netgen/NgSolve on KDE Neon 16.04 (Ubuntu 16.04 backend). The NgSolve repository showed some updates recently, but trying to install them through apt throws the following error:
Running
throws the same error. It is also worth noting that the version of Netgen/NgSolve that I downloaded from this repository a few months ago is still functioning fine.
Nothing else on my system is misbehaving. This looks like an issue with the repository, so I just wanted to give a heads up to you guys!
I am running Netgen/NgSolve on KDE Neon 16.04 (Ubuntu 16.04 backend). The NgSolve repository showed some updates recently, but trying to install them through apt throws the following error:
Code:
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/ngsolve_6.2.1706-4-ga52d2f4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
sudo apt install ngsolve
Nothing else on my system is misbehaving. This looks like an issue with the repository, so I just wanted to give a heads up to you guys!
Last edit: 7 years 5 months ago by Hanberry.
7 years 5 months ago #27
by matthiash
Replied by matthiash on topic Ubuntu Repository Update Error
Hello,
Thank you for the report.
I don't claim that our package is perfect, but this seems to be an issue of the package manager. I couldn't reproduce the problem on a clean Ubuntu 16.04 virtual machine.
Something similar happened also with nginx, see the link below. Maybe you can sort it out by following the instructions in the answer below:
askubuntu.com/questions/441047/dpkg-deb-...al-broken-pipe-nginx
Regards,
Matthias
Thank you for the report.
I don't claim that our package is perfect, but this seems to be an issue of the package manager. I couldn't reproduce the problem on a clean Ubuntu 16.04 virtual machine.
Something similar happened also with nginx, see the link below. Maybe you can sort it out by following the instructions in the answer below:
askubuntu.com/questions/441047/dpkg-deb-...al-broken-pipe-nginx
Regards,
Matthias
3 years 8 months ago #3576
by Abiodun
Replied by Abiodun on topic Ubuntu Repository Update Error
I solved this problem by removing netgen from /usr/bin folder and then reinstall the NGSolve using the official guide for Ubuntu
here
To remove netgen, type this in your terminal:
To remove netgen, type this in your terminal:
Code:
sudo rm -rf /usr/bin/netgen
Time to create page: 0.098 seconds