Trying to install on Ubuntu 24.04.4 LTS without much luck #62
-
|
it appears that python3-pyside6 is not in the repo and I can't find it anywhere.. I can install it with PIP but then apt/dpkg complain since it's not installed as a package.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @BWS001, thanks for reaching out! On Ubuntu 24.04, the easiest way to install is with the # Download and install
wget https://github.com/Lexonight1/thermalright-trcc-linux/releases/download/v8.2.3/trcc-linux_8.2.3-1_all.deb
sudo dpkg -i trcc-linux_8.2.3-1_all.deb
sudo apt-get install -f # pulls in python3-pyside6 and other deps automaticallyThe After install, run If sudo add-apt-repository universe
sudo apt updateLet me know if you run into any issues! If this project helps you, consider buying me a beer 🍺 or Ko-fi ☕ |
Beta Was this translation helpful? Give feedback.
Hey @BWS001, thanks for reaching out!
On Ubuntu 24.04, the easiest way to install is with the
.debpackage from our latest release:The
.debpackage listspython3-pyside6as a system dependency, soaptwill handle everything — no pip conflicts.After install, run
trcc setupto configure udev rules and device permissions, thentrccto launch.If
python3-pyside6still isn't found by apt, you may need to enable theuniverserepository: