Category: Softs

Python

Launching python 3 For using Python, typ the command “python3” $ python3Python 3.9.21 (main, Aug 19 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linuxType “help”, “copyright”, “credits” or… Read more »

Pytorch

Do NOT use PyTorch < 2.10.0 https://nvd.nist.gov/vuln/detail/CVE-2026-24747 Description PyTorch is an open-source scientific computing and machine learning library, primarily used for deep learning. It enables users to build, train, and… Read more »

R (Stat)

To install some « packages » as user mkdir -p ~/R/libs -> to create directory in your user spaceand do “.libPaths(“~/R/libs”)” in R (interractive mode)or/and put “.libPaths(“~/R/libs”)” in ~/.Rprofile to… Read more »

Sage

Description Sage provides a wide range of tools for performing symbolic and numerical computations, solving problems in algebra, differential calculus, number theory, and much more. Sage integrates multiple systems for… Read more »

Wine

Description Wine is a compatibility layer that allows Windows applications to run on Unix-like operating systems such as Linux. Setting up the Wine environment Tutorial Documentation