Yes, you could use integration by parts here, but you should learn how to correctly use IBP first. Essentially, we use:
\(\displaystyle \displaystyle \int u\,dv=uv-\int v\,du\)
So, you want to choose a suitable \(\displaystyle u\) and \(\displaystyle dv\) from the original integral. Using the LIATE rule, we could use:
\(\displaystyle u=\ln(10x)\,\therefore\,du=\frac{1}{x}dx\)
\(\displaystyle dv=\frac{1}{x}\,dx\,\therefore\,v=\ln(x)\)
and we have:
\(\displaystyle \displaystyle \int_5^{10}\frac{\ln(10x)}{x}\,dx=\left[\ln(10x)\ln(x) \right]_5^{10}-\int_5^{10}\frac{\ln(x)}{x}dx\)
\(\displaystyle \displaystyle \int_5^{10}\frac{\ln(10x)}{x}\,dx=\ln(100)\ln(10)-\ln(50)\ln(5)-\int_5^{10}\frac{\ln(x)}{x}dx\)
Can you proceed? You can either use a substitution or IBP again on the remaining integral.
Using this method for practice is fine, but most people seek to use the simplest and most straightforward technique possible. I recommend first looking to see if the integral can be integrated directly, if not, then look for a substitution that will transform the integral into a form that can, and if not, then look to see if IBP can be used. It is good to know as many ways as possible, that way if you miss a substitution that will work, you have other techniques to fall back on.