Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Ubuntu Repository Update Error

More
6 years 10 months ago - 6 years 10 months ago #26 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:
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)
Running
Code:
sudo apt install ngsolve
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!
Last edit: 6 years 10 months ago by Hanberry.
More
6 years 10 months ago #27 by matthiash
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
More
3 years 1 month ago #3576 by Abiodun
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:
Code:
sudo rm -rf /usr/bin/netgen
Time to create page: 0.104 seconds