vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install on Deepin

raspin0 opened this issue · comments

Hello, I wonder if there is a way to install this app on Deepin? Build requires meson.build:1:0: ERROR: Meson version is 0.49.2 but project requires >= 0.50.0. and I can't find anything in repositories..

Sorry for the late response. I had a quick look and it seems that the latest version of meson is 0.49. 2.

One way to get the latest version of meson is to use python's pip and install meson through that since meson is available as a Python package.
You might want to use the --user flag in pip in order to install meson for your user only.

I am happy to help if you are going to give it a try.

At first I wanted to install using this instruction:

echo 'deb http://download.opensuse.org/repositories/home:/erigas:/cpupower-gui/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:erigas:cpupower-gui.list
curl -fsSL https://download.opensuse.org/repositories/home:erigas:cpupower-gui/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:erigas:cpupower-gui.gpg > /dev/null

however it failed due to lack of SSL.

I managed to update meson through .deb file from deb repo and everything went smoothly later on.
I guess this issue can be closed.