Not able to install tar.xz file

i am not able to install tar.xz file


anurag@anurag in ~
╰─λ cd Downloads

╭─anurag@anurag in ~/Downloads took 1ms
╰─λ ls
drwxr-xr-x   - anurag 28 May 14:00  firefox
drwxr-xr-x   - anurag  5 Apr 04:06  Python-3.11.3
.rw-r--r-- 80M anurag 28 May 13:56  firefox-113.0.2.tar.bz2
.rw-r--r-- 20M anurag 28 May 14:53  Python-3.11.3.tar.xz

╭─anurag@anurag in ~/Downloads took 7ms
╰─λ cd Python-3.11.3

╭─anurag@anurag in ~/Downloads/Python-3.11.3 via  v3.10.10 took 1ms
╰─λ ls
drwxr-xr-x    - anurag  5 Apr 04:06  Doc
drwxr-xr-x    - anurag  5 Apr 03:52  Grammar
drwxr-xr-x    - anurag  5 Apr 03:52  Include
drwxr-xr-x    - anurag  5 Apr 03:52  Lib
drwxr-xr-x    - anurag  5 Apr 03:52  Mac
drwxr-xr-x    - anurag  5 Apr 04:06  Misc
drwxr-xr-x    - anurag  5 Apr 03:52  Modules
drwxr-xr-x    - anurag  5 Apr 03:52  Objects
drwxr-xr-x    - anurag  5 Apr 04:06  Parser
drwxr-xr-x    - anurag  5 Apr 03:52  PC
drwxr-xr-x    - anurag  5 Apr 03:52  PCbuild
drwxr-xr-x    - anurag  5 Apr 03:52  Programs
drwxr-xr-x    - anurag  5 Apr 03:52  Python
drwxr-xr-x    - anurag  5 Apr 03:52  Tools
.rw-r--r--  181 anurag  5 Apr 03:52  .editorconfig
.rw-r--r--  24k anurag  5 Apr 03:52  aclocal.m4
.rwxr-xr-x  49k anurag  5 Apr 03:52  config.guess
.rwxr-xr-x  35k anurag  5 Apr 03:52  config.sub
.rwxr-xr-x 729k anurag  5 Apr 03:52  configure
.rw-r--r-- 221k anurag  5 Apr 03:52  configure.ac
.rwxr-xr-x  15k anurag  5 Apr 03:52  install-sh
.rw-r--r--  14k anurag  5 Apr 03:52  LICENSE
.rw-r--r--  98k anurag  5 Apr 03:52  Makefile.pre.in
.rw-r--r--  51k anurag  5 Apr 03:52  pyconfig.h.in
.rw-r--r--  10k anurag  5 Apr 03:52  README.rst
.rw-r--r--  66k anurag  5 Apr 03:52  setup.py

╭─anurag@anurag in ~/Downloads/Python-3.11.3 via  v3.10.10 took 6ms
╰─λ sudo ./install-sh
[sudo] password for anurag:
./install-sh: no input file specified.

╭─anurag@anurag in ~/Downloads/Python-3.11.3 via  v3.10.10 as 🧙 took 10s
[🔴] ×
1 Like

Missing garuda-inxi. This forum is not a general technical support forum.

4 Likes

If you are trying to install Python, it is in the core repo.

pacman -Sii python
Repository      : core
Name            : python
Version         : 3.11.3-1
Description     : Next generation of the python high-level scripting language
Architecture    : x86_64
URL             : https://www.python.org/
...

You can just install it with Pacman.

sudo pacman -S python
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.