Raven Reader is a wonderful, cross-platform RSS studying utility. It’s open supply, constructed with trendy internet applied sciences and makes catching up with information over RSS a breeze.

On this information, we’ll go over how to install Raven RSS Reader on Linux. To make use of Raven RSS Reader on Linux, you should be in a position to obtain and run AppImages or run and install Snap packages in Dev mode.

Install Raven RSS by way of AppImage

9k=

Raven RSS builders have chosen to go the AppImage route when supporting Linux customers as a result of it takes out the headache of packaging codecs (akin to DEB, RPM, and plenty of others). On this part of the information, we’ll present you the way to get the AppImage model of the app working on your Linux PC.

Putting in Raven RSS on Linux by way of AppImage is kind of a simple course of, and it begins by launching a terminal window. To try this, press Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

When you’ve bought a terminal window open you should use the wget command to obtain the most recent launch of Raven RSS reader for Linux.

Word: Wget is a standard command-line downloading utility for Linux. It needs to be already up and working on your Linux PC. If it isn’t, you may find out about how to get it put in by visiting this link.

wget 

Let the Wget app obtain the Raven RSS app picture to your Linux PC. As soon as the file is finished downloading, use the mkdir command and create a brand new folder with the label of “AppImages.”

mkdir -p ~/AppImages

Use the mv command and place the newly downloaded Raven RSS AppImage file within the AppImages listing you simply created. Placing the file right here will make sure that you don’t by accident delete the file and lose entry to your feeds.

mv raven-reader-0.3.8-x86_64.AppImage ~/AppImages

With the file within the AppImage folder, it’s time to replace the Raven Reader AppImage’s permissions, in order that it may be launched on your Linux PC.

cd ~/AppImages
sudo chmod +x raven-reader-0.3.8-x86_64.AppImage

With the permissions up to date, run it for the primary time utilizing the next execution command.

./raven-reader-0.3.8-x86_64.AppImage

Once you run the command above to begin Raven Reader for the primary time, a message will seem that claims “Would you like to integrate raven-reader-0.3.8-x86_64.AppImage with your system?”.

Choose “Yes,” and it’ll create an utility shortcut on your Linux PC’s utility menu.

Install Raven RSS Reader by way of Snap package deal

On the developer’s web site, the one Linux help that’s referenced is an AppImage. Nonetheless, should you go to the project’s GitHub page, you’ll see that they’ve a downloadable Snap package deal model.

Having a Snap package deal of the App obtainable is kind of thrilling, and it’s positive to allow anybody to rapidly get Raven up and working without having to problem with AppImages, permissions and all that. With that mentioned, it’s not like different Snap packages and isn’t within the Snap retailer. As a substitute, if you would like to get the Snap model, you need to obtain a stand-alone Snap file.

To start out the set up course of, launch a terminal window. The quickest manner to launch a terminal is by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

When you’ve bought a terminal window open, it’s time to use the wget command to obtain the most recent Snap file from the developer’s GitHub launch web page.

wget 

With the most recent Raven Reader Snap package deal executed downloading by way of wget on your Linux laptop, it’s time to use the snap install command.

Word: you need to use the “devmode” flag with this set up, because it’s a Standalone, unsigned Snap package deal.

sudo snap install raven-reader_0.3.8_amd64.snap --devmode

Let the Snap set up course of arrange and activate the Raven Reader utility. When it’s executed, you’ll have the ability to launch the app from the app menu on the Linux desktop.

Updating Raven Reader by way of Snap

Though the Raven Reader utility is put in as a Snap, you’ll nonetheless have points updating it, because the app isn’t within the Snap retailer.

To replace the Raven Reader Snap, comply with the step-by-step directions under.

Step 1: Go to the Raven Reader release page on Github and obtain the most recent Snap launch to your laptop.

Step 2: Use the CD command and transfer the terminal session into the Downloads folder.

cd ~/Downloads

Step 3: Eliminate the present model of Raven on your laptop. Make sure to again up your settings earlier than doing this!

sudo snap take away raven-reader

Step 4: Install the brand new Snap file utilizing the snap install command. Make sure to use the “devmode” swap, or the Snap file will refuse to install due to errors!

sudo snap install raven-reader_*_amd64.snap --devmode



Source link

Share.
Leave A Reply

Exit mobile version