We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed version 1.7.17 via Ubuntu 22.04 APT. How can I go about installing the latest 2.5.2 version? Is there an APT repo I can install?
The text was updated successfully, but these errors were encountered:
2.5.2 is in Ubuntu 24 https://packages.ubuntu.com/source/noble/mysqltuner
You can download the *.deb at https://packages.ubuntu.com/noble/all/mysqltuner/download and install it with 'dpkg -i'
Sorry, something went wrong.
Is there an APT repo I can install?
The Line for the repo is mentioned on top of the download-page mentioned above.
To only fetch mysqltuner from that, you need to fiddle with /etc/apt/preferences.
Example: (should be placed in /etc/apt/preferences.d/mysqltuner)
Package: mysqltuner Pin: release a=noble Pin-Priority: 900
Further reading:
No branches or pull requests
I installed version 1.7.17 via Ubuntu 22.04 APT. How can I go about installing the latest 2.5.2 version? Is there an APT repo I can install?
The text was updated successfully, but these errors were encountered: