Code:
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 areCode:
apt -sV install /tmp/cpupower-gui_1.0.0-1_all.deb
Code:
Unsupported file /tmp/cpupower-gui_1.0.0-1_all.deb given on commandline
Code:
$> 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.And now through trying different things, I've lost Discover and I have a lot of broken packages that no terminal commands can fix. Or at least commands I have tried.
Which command told you that you had broken packages?
What commands have you tried to fix the problem?
Can you please post the output of (as simple user)
Code:
$> dpkg -l | grep -v "^ii \|^rc "
Code:
#> apt-get check
Code:
#> dpkg --audit && echo "$?"
Statistics: Posted by fabien — 2024-06-29 13:12 — Replies 9 — Views 109