<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Remmina &#8211; A Feature Rich Remote Desktop Sharing Tool for Linux	</title>
	<atom:link href="https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 03 Jun 2024 03:55:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-2176833</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 03 Jun 2024 03:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25310#comment-2176833</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-2175858&quot;&gt;Tomas Petrzilka&lt;/a&gt;.

@Tomas,

Yes, the &lt;strong&gt;Remmina&lt;/strong&gt; desktop project is still active and can be installed on Red Hat Enterprise Linux 9.4 (Plow) using the following commands.
&lt;pre&gt;
sudo dnf install epel-release
sudo dnf install remmina
sudo dnf install remmina-plugins-*
&lt;/pre&gt;
After these steps, Remmina should be installed on your system. You can start it from the application menu or by running &lt;code&gt;remmina&lt;/code&gt; in the terminal.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-2175858">Tomas Petrzilka</a>.</p>
<p>@Tomas,</p>
<p>Yes, the <strong>Remmina</strong> desktop project is still active and can be installed on Red Hat Enterprise Linux 9.4 (Plow) using the following commands.</p>
<pre>
sudo dnf install epel-release
sudo dnf install remmina
sudo dnf install remmina-plugins-*
</pre>
<p>After these steps, Remmina should be installed on your system. You can start it from the application menu or by running <code>remmina</code> in the terminal.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomas Petrzilka		</title>
		<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-2175858</link>

		<dc:creator><![CDATA[Tomas Petrzilka]]></dc:creator>
		<pubDate>Fri, 31 May 2024 04:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25310#comment-2175858</guid>

					<description><![CDATA[Hello everyone, I tried to install &lt;strong&gt;Remmina&lt;/strong&gt; on &lt;strong&gt;RHEL&lt;/strong&gt; Workstation using the instructions provided above, but I was unable to install it.

I am using Red Hat Enterprise Linux 9.4 (Plow).

Is the Remmina desktop project still active?]]></description>
			<content:encoded><![CDATA[<p>Hello everyone, I tried to install <strong>Remmina</strong> on <strong>RHEL</strong> Workstation using the instructions provided above, but I was unable to install it.</p>
<p>I am using Red Hat Enterprise Linux 9.4 (Plow).</p>
<p>Is the Remmina desktop project still active?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jacob		</title>
		<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-1914067</link>

		<dc:creator><![CDATA[Jacob]]></dc:creator>
		<pubDate>Sun, 13 Nov 2022 16:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25310#comment-1914067</guid>

					<description><![CDATA[Guide on how to log in with keyfile? I know how to generate the keyfile and upload it to the server, I don&#039;t get how to add it reminna...]]></description>
			<content:encoded><![CDATA[<p>Guide on how to log in with keyfile? I know how to generate the keyfile and upload it to the server, I don&#8217;t get how to add it reminna&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-1010977</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 04 Jul 2018 09:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25310#comment-1010977</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-1010250&quot;&gt;tyty&lt;/a&gt;.

@tyty
Run these commands on Debian 9:
&lt;code&gt;
$ echo &#039;deb http://ftp.debian.org/debian stretch-backports main&#039; &#124; sudo tee --append /etc/apt/sources.list.d/stretch-backports.list &#062;&#062; /dev/null
$ sudo apt update
$ sudo apt install -t stretch-backports remmina remmina-plugin-rdp remmina-plugin-secret
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-1010250">tyty</a>.</p>
<p>@tyty<br />
Run these commands on Debian 9:<br />
<code><br />
$ echo 'deb http://ftp.debian.org/debian stretch-backports main' | sudo tee --append /etc/apt/sources.list.d/stretch-backports.list &gt;&gt; /dev/null<br />
$ sudo apt update<br />
$ sudo apt install -t stretch-backports remmina remmina-plugin-rdp remmina-plugin-secret<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tyty		</title>
		<link>https://www.tecmint.com/remmina-remote-desktop-sharing-and-ssh-client/comment-page-1/#comment-1010250</link>

		<dc:creator><![CDATA[tyty]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 10:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25310#comment-1010250</guid>

					<description><![CDATA[I am trying to install &lt;strong&gt;sudo apt-get install remmina remmina-plugin-*&lt;/strong&gt;  in debian, after &lt;strong&gt;&quot;apt-get update&quot;&lt;/strong&gt; but it can&#039;t find the remmina packages .

I am getting this errors.
&lt;pre&gt;
E: Unable to locate package remmina
E: Unable to locate package remmina-plugin-*
&lt;/pre&gt;
is there any help?   thanks]]></description>
			<content:encoded><![CDATA[<p>I am trying to install <strong>sudo apt-get install remmina remmina-plugin-*</strong>  in debian, after <strong>&#8220;apt-get update&#8221;</strong> but it can&#8217;t find the remmina packages .</p>
<p>I am getting this errors.</p>
<pre>
E: Unable to locate package remmina
E: Unable to locate package remmina-plugin-*
</pre>
<p>is there any help?   thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
