New workstation - Linux
-
@fuznutz04 I normally use the built in Remmina.
-
@scottalanmiller I installed from the netinstall. Is this supposed to be included? I am not seeing it anywhere.
-
Never mind. works now.
-
-
@scottalanmiller said in New workstation - Linux:
@fuznutz04 said in New workstation - Linux:
Never mind. works now.
LOL, magic.
No, I tried dnf install freerdp* and dnf install remmina*
Worked like a charm
-
So Remmina is awesome.
-
@fuznutz04 said in New workstation - Linux:
@scottalanmiller said in New workstation - Linux:
@fuznutz04 said in New workstation - Linux:
Never mind. works now.
LOL, magic.
No, I tried dnf install freerdp* and dnf install remmina*
Worked like a charm
Ta da
-
-
@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 ifInstalled
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.