lavender
Sat Jun 15, 2019 3:38:13 am
As a Linux/Ubuntu n00b, I'm not sure whether to post this here or in a Ubuntu forum.
My impatience got the better of me.
I was installing some packages here and there on this laptop I salvaged.
During installation, this laptop froze up a bit. I overestimated its computational power a bit and had a couple things running as the installation took place.
I got impatient and did a hard shut down. Booted it back up. Everything is fine somehow? The only difference from before is now whenever I install any package, it seems to install just fine except I get this almost every time below all the lines of install code:
It doesn't seem to affect the install process whatsoever and my packages seem just fine. As a matter of fact, outside of this error, nothing seems to have changed. But this error kind of worries me and makes me feel like I will run into bigger issues in the long run. I'm almost certain I broke a couple of Python related things when I did that hard shutdown. What can I do to fix this? I've googled this to death and got nowhere, especially since I'm not super seasoned with the terminal. Any attempts made to fix any packages were in vain. Help would be appreciated.
My impatience got the better of me.
I was installing some packages here and there on this laptop I salvaged.
During installation, this laptop froze up a bit. I overestimated its computational power a bit and had a couple things running as the installation took place.
I got impatient and did a hard shut down. Booted it back up. Everything is fine somehow? The only difference from before is now whenever I install any package, it seems to install just fine except I get this almost every time below all the lines of install code:
- Code:
dpkg: error processing package python-all-dev (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libpython2.7-stdlib:amd64
python2.7
libpython2.7:amd64
libpython2.7-dev:amd64
python2.7-dev
python-all
libpython-dev:amd64
python-dev
libpython-all-dev:amd64
python-all-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)
It doesn't seem to affect the install process whatsoever and my packages seem just fine. As a matter of fact, outside of this error, nothing seems to have changed. But this error kind of worries me and makes me feel like I will run into bigger issues in the long run. I'm almost certain I broke a couple of Python related things when I did that hard shutdown. What can I do to fix this? I've googled this to death and got nowhere, especially since I'm not super seasoned with the terminal. Any attempts made to fix any packages were in vain. Help would be appreciated.