My development environment is Linux (Ubuntu), but suddenly I can't use the ʻaptcommand, and when I checked the error, it turned out that the cause was in the python library. I'm getting some errors, and I remember, but I think the main cause was
python3-apt`. I tried and errored for about 30 minutes, but it didn't work, so I put it back in the following way.
https://www.python.org/downloads/source/
Find the python interpreter you removed from here and download it from Gzipped source tarball
.
After that, just install it according to the README.
Installation procedure
1.Open terminal
2. ./configure
3. make
4. (make test)
5. sudo make install
Recommended Posts