Code: Select all
https://github.com/vagnum08/cpupower-gui/releases/
Code: Select all
https://github.com/vagnum08/cpupower-gui/releases/
Code: Select all
$> sha224sum /tmp/cpupower-gui_1.0.0-1_all.deb
069920a2a087652e8c6aa884759b5f07309d3c220970c24ce00ce01f /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
$> apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
fabien wrote: ↑2024-06-29 00:52 There is a link to a deb file cpupower-gui_1.0.0-1_all.deb
Download it to e.g. /tmp/, the sum is as followPost the output ofCode: Select all
$> sha224sum /tmp/cpupower-gui_1.0.0-1_all.deb 069920a2a087652e8c6aa884759b5f07309d3c220970c24ce00ce01f /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
$> apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
sha224sum /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
$>
represents a simple user prompt, #>
the superuser (root) promptCode: Select all
apt install ./cpupower-gui_1.0.0-1_all.deb
Code: Select all
apt list libgtk-3-0 gir1.2-gtk-3.0 python3-gi hicolor-icon-theme policykit-1 python3-dbus libglib2.0-bin python3-xdg libhandy-1-0 dconf-gsettings-backend python3 init-system-helpers
Code: Select all
sha224sum: /tmp/cpupower-gui_1.0.0-1_all.deb: No such file or directory
Code: Select all
Listing... Done
dconf-gsettings-backend/stable,now 0.40.0-4 amd64 [installed,automatic]
gir1.2-gtk-3.0/stable,now 3.24.38-2~deb12u1 amd64 [installed,automatic]
hicolor-icon-theme/stable,now 0.17-2 all [installed,automatic]
init-system-helpers/stable,now 1.65.2 all [installed]
libglib2.0-bin/proposed-updates 2.74.6-2+deb12u3 amd64
libgtk-3-0/stable,now 3.24.38-2~deb12u1 amd64 [installed,automatic]
libhandy-1-0/stable,now 1.8.1-1 amd64 [installed,automatic]
policykit-1/stable 122-3 amd64
python3-dbus/stable,now 1.3.2-4+b1 amd64 [installed,automatic]
python3-gi/stable,now 3.42.2-3+b1 amd64 [installed,automatic]
python3-xdg/stable,now 0.28-2 all [installed,automatic]
python3/stable,now 3.11.2-1+b1 amd64 [installed,automatic]
sunrat wrote: ↑2024-06-29 05:24 I had the old version from Bullseye which still worked after upgrading to Bookworm. I just tried the latest one and it installed and seems to work fine.
As root or sudo from the directory where the .deb is saved:Make sure you have all the dependencies installed:Code: Select all
apt install ./cpupower-gui_1.0.0-1_all.deb
Code: Select all
apt list libgtk-3-0 gir1.2-gtk-3.0 python3-gi hicolor-icon-theme policykit-1 python3-dbus libglib2.0-bin python3-xdg libhandy-1-0 dconf-gsettings-backend python3 init-system-helpers
Code: Select all
apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
fabien wrote: ↑2024-06-29 01:36 Paste only the commands:Code: Select all
sha224sum /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
$>
represents a simple user prompt,#>
the superuser (root) prompt
urdrwho10 wrote: ↑2024-06-29 11:10Code: Select all
sha224sum: /tmp/cpupower-gui_1.0.0-1_all.deb: No such file or directory
These commands assume that you have downloaded the deb file to /tmp/. Either download the file to /tmp/ or adapt the command line, for example if you downloaded the file to ~/Downloads/ the commands areurdrwho10 wrote: ↑2024-06-29 11:12Code: Select all
apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
Code: Select all
$> sha224sum ~/Downloads/cpupower-gui_1.0.0-1_all.deb
$> apt -sV install ~/Downloads/cpupower-gui_1.0.0-1_all.deb
We are here to help you. Please don't try different things until you have answered the questions and been given the green light.
Code: Select all
$> dpkg -l | grep -v "^ii \|^rc "
Code: Select all
#> apt-get check
Code: Select all
#> dpkg --audit && echo "$?"
Code: Select all
sudo apt install pyxdg
sudo aptitude -y install python-pyxdg-doc
sudo aptitude -y install libhandy-1-0
sudo aptitude -y install linux-cpupower
apt update && apt install appstream-util desktop-file-utils
sudo apt update && apt install appstream-util desktop-file-utils
sudo aptitude update && apt install appstream-util desktop-file-utils
sudo aptitude install appstream-util desktop-file-utils
sudo aptitude install meson ninja-build pkg-config libglib2.0-bin libglib2.0-dev
Code: Select all
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================================-===================================-============-================================================================================
Code: Select all
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Code: Select all
sudo dpkg --audit && echo "$?"
0
Code: Select all
$> dpkg -l | grep -v "^ii \|^rc "
Code: Select all
#> apt-get check
Code: Select all
#> dpkg --audit && echo "$?"
Code: Select all
aptitude install libglib2.0-dev
Why do you think you need this? You are trying to install gir1.2-handy-1 and libhandy-1-0 version 1.2.3-1, their version in Bookworm is 1.8.1-1urdrwho10 wrote: ↑2024-06-29 15:56 The different things I had been trying was attempting to install from the Git. gir1.2-handy-1_1.2.3-1_amd64.deb
and libhandy-1-0_1.2.3-1_amd64.modified.deb
Here is a list of my bash of the things I was trying to use from online sources that said these were needed for the install
Code: Select all
$> apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Code: Select all
$> apt list '?installed?not(?origin(^Debian))'
Code: Select all
$> apt policy
never use -y with aptitude, apt-get or apt. It's dangerous, you're allowing them to do whatever they want without asking you.
Code: Select all
sudo apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
[sudo] password for debianjohn:
Reading package lists... Done
E: Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
Code: Select all
sudo apt list '?installed?not(?origin(^Debian))'
Listing... Done
microsoft-edge-stable/stable,now 126.0.2592.81-1 amd64 [installed]
mx-cleanup/now 24.4.01 amd64 [installed,local]
mx19-archive-keyring/now 2020.4.29 all [installed,local]
Code: Select all
sudo apt policy
Package files:
100 /var/lib/dpkg/status
release a=now
500 https://packages.microsoft.com/repos/edge stable/main amd64 Packages
release o=edge stable,a=stable,n=stable,l=edge stable,c=main,b=amd64
origin packages.microsoft.com
500 http://deb.debian.org/debian-security bookworm-security/non-free-firmware amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=non-free-firmware,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=main,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian-security bookworm-security/contrib amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=contrib,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian bookworm-backports/non-free amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=non-free,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian bookworm-backports/main amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=main,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian bookworm-backports/contrib amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=contrib,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm-proposed-updates/main amd64 Packages
release v=12-updates,o=Debian,a=proposed-updates,n=bookworm-proposed-updates,l=Debian,c=main,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm-updates/non-free-firmware amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=non-free-firmware,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm-updates/non-free amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=non-free,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm-updates/main amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=main,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm-updates/contrib amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=contrib,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages
release v=12.6,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free-firmware,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm/non-free amd64 Packages
release v=12.6,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm/main amd64 Packages
release v=12.6,o=Debian,a=stable,n=bookworm,l=Debian,c=main,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian bookworm/contrib amd64 Packages
release v=12.6,o=Debian,a=stable,n=bookworm,l=Debian,c=contrib,b=amd64
origin deb.debian.org
Pinned packages:
fabien wrote: ↑2024-06-29 17:00 Good news, you don't have broken packages (you didn't say which command told you that).
Why do you think you need this? You are trying to install gir1.2-handy-1 and libhandy-1-0 version 1.2.3-1, their version in Bookworm is 1.8.1-1urdrwho10 wrote: ↑2024-06-29 15:56 The different things I had been trying was attempting to install from the Git. gir1.2-handy-1_1.2.3-1_amd64.deb
and libhandy-1-0_1.2.3-1_amd64.modified.deb
Here is a list of my bash of the things I was trying to use from online sources that said these were needed for the install
I asked you the output ofit's for a reason.Code: Select all
$> apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Can you please post the output ofandCode: Select all
$> apt list '?installed?not(?origin(^Debian))'
Code: Select all
$> apt policy
never use -y with aptitude, apt-get or apt. It's dangerous, you're allowing them to do whatever they want without asking you.
You don't need sudo yet.urdrwho10 wrote: ↑2024-06-29 20:09Code: Select all
sudo apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb [sudo] password for debianjohn: Reading package lists... Done E: Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
fabien wrote: ↑2024-06-29 20:20 ThanksYou don't need sudo yet.urdrwho10 wrote: ↑2024-06-29 20:09Code: Select all
sudo apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb [sudo] password for debianjohn: Reading package lists... Done E: Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
I which directory did you download cpupower-gui_1.0.0-1_all.deb?