On Mon, 25 May 2020 at 14:02:22 +0200, Daniel Gomez wrote: > After installing python3-flake8 package: > apt-get install python3-flake8 > > /usr/bin/flake8 executable is missing.
That's in the flake8 package. python3-flake8 is just the library part;
it's similar to the relationship between executables and libraries written
in C/C++, such as apt and libapt-pkg6.0.
smcv

