AlmaLinux 9@WSL2 インストールメモ

tkinter

sudo dnf install -y python3.12-tkinter

確認
python -m tkinter

tkProg/Launcher

pip install requests bs4

~/tkProgにDL
cd ~/tkProg
chmod +x update*.sh
./update_Linux.sh

pip install wheel psutil tkinterdnd2
pip install numpy scipy matplotlib mplcursors seaborn python-dotenv chardet pygments tqdm toml openpyxl scikit-learn pandas ttkthemes PyQt6
pip install python-docx python-pptx msoffcrypto-tool pypdf pymupdf jinja2
pip install pdf2docx pdfplumber html2text xmltodict dicttoxml nbformat markitdown markdown

pip install opencv-python pillow pydub pymediainfo pyocr pytesseract pyperclip
pip install PyOpenGL pyvista scikit-image
pip install pyautogui ttkbootstrap
pip install monty icecream

pip install openai google-genai openai-whisper faster-whisper elevenlabs
pip install sphinx sphinx-rtd-theme myst-parser pydata-sphinx-theme sphinx-design sphinx-copybutton

pip install physbo torch
pip install pymatgen mp-api seekpath BoltzTraP2 pydefect xrayutilities

pyCuda:
python -m pip install -U "cupy-cuda13x[ctk]"
pip install cupy-cuda13x


ffmpeg

sudo dnf install -y \
  https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-9.noarch.rpm

sudo dnf install -y ffmpeg ffmpeg-libs

tesseract

sudo dnf install -y \
  tesseract \
  tesseract-langpack-eng

sudo dnf install -y tesseract-langpack-jpn