Every time I install a new program or app successfully or unsuccessfully I get an error message saying:
"Problem detected while installing, please inspect the console output."
I think the problem derives from a previous installation of a vpn (vyprvpn) that corrupted the installation element. In this case I was only trying to install Asmix. The errors are highlighted with yellow. This is what the log says:
asmix
0 upgraded, 1 newly installed,0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 17.0 kB of archives.
After this operation, 56.3 kB of additional disk space will be used
Get:1 http: //deb.debian.org/debian buster/main amd64 asmix amd64 1.5-4.1+b2 [17.0 kB]
Fetched 17.0 kB in 0s (155 kB/s) @ _ovier detected white instating, please inspect the console
Selecting previously unselected package asmix. cui,
(Reading database ... 328899 files and directories currently installed.)
Preparing to unpack .../asmix 1.5-4.1+b2_amd64.deb .. vox |
Unpacking asmix (1.5-4.1+b2)
Setting up asmix (1.5-4.1+b2)
Setting up vyprvpn (1.7) ..
/var/lib/dpkg/info/vyprvpn.postinst: 9: /var/lib/dpkg/info/vyprvpn.postinst: start: not found
dpkg: error processing package vyprvpn (--configure) :
installed vyprvpn package post-installation script subprocess returned error exit status 127
Processing triggers for man-db (2.8.5-2)
Errors were encountered while processing:
vyprvpn
E: Sub-process /usr/bin/dpkg returned an error code (1)
How can I solve this problem?
SOLVED - Installation element is corrupted - Help
SOLVED - Installation element is corrupted - Help
You do not have the required permissions to view the files attached to this post.
Last edited by yoel on Thu Oct 08, 2020 6:27 am, edited 2 times in total.
Re: Installation element is corrupted - Help
Try this to force-remove the bad package:
Code: Select all
dpkg --force-all --remove vyprvpn
Re: Installation element is corrupted - Help
Thank you very much.
How do I mark this post as solved?
How do I mark this post as solved?