Use partial fractions:
[tex]\frac{s}{(s-2)^2} = \frac{A}{(s-2)^2} + \frac{B}{s-2}[/tex]
To find A, multiply both sides by [tex]s-2[/tex] and evaluate at [tex]s=2[/tex]:
[tex]s = A[/tex]
[tex]A = 2[/tex]
Now to find B, go back to the original expression again, and multiply (again) both sides by [tex]s-2[/tex],
then differentiate with respect to s and evaluate at [tex]s=2[/tex]:
[tex]\frac{d}{ds}s = \frac{d}{ds}[B(s-2)][/tex]
[tex]B = 1[/tex]
Now plug A and B into the original expression:
[tex]\frac{2}{(s-2)^2} + \frac{1}{s-2}[/tex]
So the inverse Laplace would be:
[tex]L^{-1} = [2te^{2t}+e^{2t}] u(t)[/tex]