Root problems during installation

After I run the tar xfzv code, it seem no configure in the root folder. How can I solve this problem

You need to use CMake, the configure-based build system has been deprecated and removed a while ago.
Please look at https://root.cern/building-root for more information on how to build ROOT with CMake.