@fuznutz04 said in New workstation - Linux:
No, I tried dnf install freerdp* and dnf install remmina*
Don't do that, this is a really bad habit to get into. You will get things you don't want.
Use list.
sudo dnf list *remmina*
It will return like this. Obviously, with everything Available instead if Installed if not yet installed.
[jbusch@dt-jared ~]$ sudo dnf list *remmina*
Last metadata expiration check: 2:56:48 ago on Fri 21 Sep 2018 12:42:35 PM CDT.
Installed Packages
remmina.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-exec.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-nx.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-rdp.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-secret.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-vnc.x86_64 1.2.31.3-1.fc28 @updates
remmina-plugins-xdmcp.x86_64 1.2.31.3-1.fc28 @updates
Available Packages
remmina-devel.i686 1.2.31.3-1.fc28 updates
remmina-devel.x86_64 1.2.31.3-1.fc28 updates
remmina-gnome-session.x86_64 1.2.31.3-1.fc28 updates
remmina-plugins-spice.x86_64 1.2.31.3-1.fc28 updates
Then you can install the base package you need only.