Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ddephor45116yIf it ain't broke, don't fix it.
Why would anybody want to reinstall anything that comes via default package repo?
Update, sure. Uninstall if not needed, maybe. But reinstall?
And why didn't you listen to the masses of dependency errors, the package manager gave you? -
When compiling LUA on Ubuntu some error showed (about locker file) looked up on stack-overflow how to fix it, ended up with black screen after login.
-
If you are asking how to fix, then:
Alt+Ctrl+F1
sudo apt-get install ubuntu-desktop
apt-get install python
^Might work -
Such strong coupling of os with any application, even python is sign of bad os for me. Os should be resilient so anyone can use it. Especially when this os is supposedly desktop version. On top of that, if os needs python to run os then have separate python bundles and not in user space. This will allow to have proper expected version to run os!
ffs, really Ubuntu! -
@yendenikhil Indeed, I like how Blender does it, for example, it comes with its own local copy of Python, doesn't use the system python
-
After some similar experience, I learned to do virtual environments (badly named imho) and don't install any libs to Ubuntu. https://bit.ly/2MbG91I
-
Loading9506yJust uninstalled python on my raspberry pi, about to get 3.6 on it and I think it is fine so far. Then again it is not like Ubuntu
-
I removed Python a couple of times from Ubuntu. Maybe not all libs or someting. Weird that it just breaks the OS
-
sak9628196y@Charmesal
I doesn't break os, it just breaks GUI. It happened to me during my beginners day with Linux. But I learn important lesson that not to use force untill it is absolutely necessary and not to use at first try. Though I use it at first go sometimes 😅.
But that similar difference between purge and remove. Though not exact difference.
Related Rants
"I think I need to reinstall my python on ubuntu"
* proceeds to remove python
* ubuntu breaks
* tries to fix ubuntu
* ubuntu no longer goes to desktop
* cries
* tries not to cry
* cries a lot
Yeah moral of the story is never uninstall python (at least for ubuntu, idk other linux distros)
rant
ubuntu
python