The easiest approach, if it works, is to use the Rational Root Theorem to find factors of the original quintic, reducing it to a quartic, a cubic, or quadratic.
User Yuri Negometyanov of MSE offered me a unique solution here to a problem I had with
a quintic equation that resulted in multiplying $\space ABC \space $ of a Pythagorean triple. The method defined clear search limits to be used in finding a quadratic divisor $\space C\space $ of the the quintic equation, leaving a cubic that could be solved by other means. The original quintic equation was
$$ABC=2mk^5- 2 m^5k + P=0 \quad\text{ where}\quad C=m^2+n^2$$
The objective was to find $\space C:\space C|P\space $ and then to find integer solutions to $\space n=\sqrt{C-m^2},\space m\lt\sqrt{C}.\quad$ From there, we have a quadratic "factor" of the quintic. Your particular quadratic may be different.
To be brief, the limits were
\begin{equation}
\sqrt[3]{2P} < C < \frac{\sqrt{(4P)^{\frac{4}{5}}+1 } + 1}{2}\quad \land \quad C\bigg |\frac{P}{12}
\end{equation}
and the search for this involved for $P=192720$
$$P=192720\implies \lfloor\sqrt[3]{2(192720)}\rfloor = 72 \le C \le \bigg\lfloor\frac{\sqrt{\big(4(192720)\big)^{\frac{4}{5}}+1 } + 1}{2}\bigg\rfloor=113$$
$$\land\quad
\frac{P}{12} =\frac{192720}{12}=16060$$
Only two of $16060$ are between $72$ and $113$ and only one of them works
properly with to yield a "solvable" cubic.