Since Ubuntu 11.10 a version of powertop is in the repository that is by intent aimed for developers. However for me as a user the old "classic" version like 1.13 is better suited. Do you know a download possibility for powertop 1.13 in a deb format, as tar doesnt work for me. Thanks in advance.
Asked
Active
Viewed 1,346 times
1 Answers
2
You can download 1.13 version via http://packages.ubuntu.com/natty/powertop Look bottom of the page and downlod the package according to your OS architecture.
But, when you update your repositories (and also your system) powertop will be upgraded. So, you should lock the version for 1.13.
To lock a package for a specific version you can run the following command in a root console:
# echo powertop hold | dpkg --set-selections
You can read more about it at the https://help.ubuntu.com/community/PinningHowto page
Javier López
- 1,476
heartsmagic
- 5,370