{"id":1660,"date":"2021-12-16T12:42:42","date_gmt":"2021-12-16T09:42:42","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/03\/23\/how-to-install-the-evolution-rss-reader-plugin-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/03\/23\/how-to-install-the-evolution-rss-reader-plugin-on-linux\/"},"modified":"2021-12-16T12:42:42","modified_gmt":"2021-12-16T09:42:42","slug":"how-to-install-the-evolution-rss-reader-plugin-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1660-how-to-install-the-evolution-rss-reader-plugin-on-linux\/","title":{"rendered":"How to install the Evolution RSS reader plugin on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Ever wanted to catch up with your favorite RSS feeds in the Evolution email client? Thanks to the Evolution RSS reader plugin, you can! It adds RSS functionality that you can use to catch up on your favorite RSS feed items. Here\u2019s how to set it up.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-397914 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux.png\" alt=\"Evolution RSS reader plugin\" width=\"1200\" height=\"680\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing Evolution email on Linux<\/h2>\n<p>The Evolution RSS reader plugin needs the Evolution email client to function. For this reason, we\u2019ll need to go over how to install the Evolution email client on your computer.<\/p>\n<p>Evolution is available for most Linux operating systems. To start the installation of the Evolution email client on your Linux PC, open up a terminal window. You can open up a terminal window by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, open up the app menu and search for \u201cterminal.\u201d<\/p>\n<p>Once the terminal window is open, follow along with the command-line installation instructions outlined below that correspond with the Linux operating system you currently use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Evolution application can be easily installed by making use of the\u00a0<strong>Apt\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install evolution\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re using Debian, you can get Evolution set up on your system by making use of the\u00a0<strong>Apt-get\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt-get install evolution\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, the Evolution email client is installable via the\u00a0<strong>Pacman\u00a0<\/strong>command.<\/p>\n<pre>\nsudo pacman -S evolution <\/pre>\n<h4>Fedora<\/h4>\n<p>If you\u2019re using Fedora Linux, the\u00a0<strong>dnf\u00a0<\/strong>command can be used to install the Evolution app.<\/p>\n<pre>\nsudo dnf install evolution\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>To get Evolution up and running on OpenSUSE, make use of the following\u00a0<strong>Zypper\u00a0<\/strong>command.<\/p>\n<pre>\nsudo zypper install evolution\n<\/pre>\n<h2>Installing Evolution RSS reader plugin on Linux<\/h2>\n<p>The Evolution email client is now installed. However, just installing the email client isn\u2019t enough, as the Evolution RSS plugin doesn\u2019t come with it. To get the Evolution RSS plugin working, you\u2019ll need to set up the plugin manually.<\/p>\n<p>To set up the Evolution RSS plugin on your Linux PC, open up a terminal window on the Linux desktop. You can launch a terminal window on the Linux desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cterminal\u201d in the app menu to open it that way.<\/p>\n<p>Once the terminal window is open and ready to use, follow along with the installation instructions below that match your Linux OS to get the Evolution RSS plugin set up on your computer.\u00a0<\/p>\n<h4>Ubuntu\u00a0<\/h4>\n<p>On Ubuntu, the Evolution RSS plugin is available for installation on every version of Ubuntu starting at 16.04, all the way to 20.10. To install the plugin, make use of the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install evolution-rss\n<\/pre>\n<h4>Debian<\/h4>\n<p>On Debian Linux, from Debian 9 to Debian 10, 11, and Sid, you can get the Evolution RSS plugin working from the \u201cMain\u201d software repository. To install it, use the <strong>Apt-get\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt-get install evolution-rss\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, you can get the Evolution RSS plugin up and running on your system through the \u201cCommunity\u201d software repository. To start the installation, ensure you have \u201cCommunity\u201d enabled. After that, make use of the\u00a0<strong>Pacman\u00a0<\/strong>command.<\/p>\n<pre>\nsudo pacman -S evolution-rss\n<\/pre>\n<h4>Fedora<\/h4>\n<p>On Fedora 32, 33, and Fedora Rawhide, the Evolution RSS plugin is available for installation. To set it up on your computer, make use of the following <strong>Dnf\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo dnf install evolution-rss\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>On OpenSUSE, the official software repositories do not support the Evolution RSS plugin. However, it is possible to install the plugin through a third-party repository. To get it working, head over to the OpenSUSE Build Service, select your distribution and install it.<\/p>\n<h2>How to use the Evolution RSS plugin\u00a0<\/h2>\n<p>To use the Evolution RSS plugin, start up the Evolution email client. Once it\u2019s open, use the startup wizard to configure your email account if you haven\u2019t already. You\u2019ll need to have your email account set up in Evolution to use this plugin.<\/p>\n<p>Once you\u2019ve gotten your email account configured in the Evolution email app, find the \u201cEdit\u201d menu and click on it with the mouse. After selecting the \u201cEdit\u201d button with the mouse, look for the \u201cPreferences\u201d option, and click on it with the mouse.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-397913 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"810\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-11.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-13.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Inside the \u201cPreferences\u201d window, there are several options to choose from. Look to the very bottom for \u201cNews and Blogs\u201d and select it with the mouse. \u201cNews and Blogs\u201d is the Evolution RSS configuration area.<\/p>\n<p>In \u201cNews and Blogs,\u201d find the \u201cAdd\u201d button and click on it to add a new feed. Repeat this process till all feeds are added to the Evolution mail app.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-397914 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux.png\" alt=\"\" width=\"1200\" height=\"680\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-evolution-rss-reader-plugin-on-linux-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>When you\u2019ve added all RSS feeds to Evolution, you\u2019ll start seeing RSS items pop up in the \u201cNews and Blogs\u201d section of the sidebar in Evolution. To read any RSS item, click on \u201cNews and Blogs,\u201d followed by the feed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Ever wanted to catch up with your favorite RSS feeds in the Evolution email client? Thanks to the Evolution RSS reader plugin, you can! It adds RSS functionality that you can use to catch up on your favorite RSS feed items. Here\u2019s how to set it up. Installing Evolution email on Linux The &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1661,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1660"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1660"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1660\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1661"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1660"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1660"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}