Is it possible in apt/apt-get to install a package and only some of its recommendations?
For example: I want to install kde-plasma-desktop
which recommends sddm
, but I don't want to install sddm. What I do want is to install the rest of the recommended packages.
Is there any way of doing this with apt?