I messed my ubuntu 18.04LTS after I mistakenly typed
sudo apt-get remove libpython3.6-stdlib
This removed about 980 MB of packages and now many packages are missing from my ubuntu. How can I revert it back?
I messed my ubuntu 18.04LTS after I mistakenly typed
sudo apt-get remove libpython3.6-stdlib
This removed about 980 MB of packages and now many packages are missing from my ubuntu. How can I revert it back?
You may re-install the package by the following commands
sudo apt-get update
sudo apt-get install libpython3.6-stdlib