What is python-minimal?

I had a problem that gave me an error message in the terminal whenever I tried executing a command. I checked a forum, and the most helpful solution instructed me to run this command:

sudo apt-get --reinstall install python3-minimal

So did I reinstall a file named 'Python3-minimal', or did I reinstall a 'minimal' version of python3? I am new to all this, so please forgive me for such a dumb question.

5

1 Answer

Package description:

Minimal subset of the Python language (version 3.5) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules contained in this package.

You basically re-installed the packages that make the core of python v3. The README.debian does not tell what the essential modules are though ;).

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like