When I downloaded discord-0.0.14.deb, I remove 0.0.13 and install 0.0.14, and this message
unable to install discord: error while installing package: installed gconf2-common package post-installation script subprocess returned error exit status 1
shows up. So, I thought something must wrong and tried to uninstall it but got this message after uninstalling the process
E: Sub-process /usr/bin/dpkg returned an error code (1)
shows up.
Then, I search for the problem and found this page How to Fix sub-process /usr/bin/dpkg returned an error code (1) in Ubuntu
then, I typed this command :
sudo dpkg ––configure –a
And I got this error
dpkg: error: need an action option
How do I fix it? sorry for the grammar.
E:
– mchid Apr 12 '21 at 16:24sudo dpkg --configure -a
your command has slightly longer figure-dashes or en-dashes like thesesudo dpkg ––configure –a
– mchid Apr 12 '21 at 16:30