0

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?

1 Answers1

0

You may re-install the package by the following commands

sudo apt-get update
sudo apt-get install libpython3.6-stdlib
drpjkurian
  • 250
  • 1
  • 8