Complete AlmaLinux 10 Performance Setup
I haven’t forgot about you! I don’t have time to write on here right now!
Get the DVD for 10 here: https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10.0-x86_64-dvd.iso
1) login
2) open terminal
Update Your System
3) sudo dnf update
4) sudo dnf upgrade
Enable Almalinux Extra Repositories
.RPM
https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
5) sudo dnf install epel-release
6) sudo dnf config-manager --set-enabled crb
Install RPM Fusion
Free and Non-Free .RPMs
https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-10.noarch.rpm
https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-10.noarch.rpm
7) install the RPMs
8) sudo subscription-manager repos --enable "codeready-builder-for-rhel-$(rpm -E %{rhel})-$(uname -m)-rpms"
9) Install Konsole at least and
10) Download GCC from https://ftp.mpi-inf.mpg.de/mirrors/gnu/mirror/gcc.gnu.org/pub/gcc/snapshots/16-20250803/gcc-16-20250803.tar.xz
11) Build GCC with cmake --build dir-name
12) Download PYPY Source
13) Install PyPy By Configuring it in .bashrc file
set your system to performance mode in gsettings
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
should print out performance if your on ubuntu/debian, or on Almalinux there is a different but separate command
h03ugp