extract a tar.xz file linux
tar -xf filename.tar.xz
tar xz
$ tar -xf Python-3.7.4.tgz
$ cd python-3.7.4
$ ./configure --enable-optimizations
# The --enable-optimizations option will optimize the Python binary by
# running multiple tests. This makes the build process slower.
$ make
$ make altinstall
# Do not use the standard make install as it will overwrite
# the default system python3 binary
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us