Microsoft has but to launch a local Linux shopper for its Outlook email service. Consequently, in case you’re a Linux fan and want entry to Outlook, you have to use a third-party software like Prospect Mail. Right here’s how to use it to entry Outlook email on Linux.

Set up Prospect Mail on Linux

Prospect Mail is distributed primarily on GitHub through supply code. Nevertheless, it’s also potential to obtain installable binary packages for Debian, Ubuntu, Fedora, OpenSUSE, or through AppImage or Snap bundle. On this part of the information, we’ll go over how to get the Prospect Mail program up and working on your Linux PC.

To start out the set up course of, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, as soon as the terminal window is open, observe the set up directions under that correspond with the Linux distribution you use.

Ubuntu

There’s a DEB bundle of Prospect Mail that Ubuntu Linux customers can simply obtain and set up utilizing the next wget command.

wget 

Let the wget software obtain the Prospect Mail DEB bundle to your Linux PC. As soon as the downloading course of is completed, you may use the dpkg command to set up the Prospect Mail software on your Ubuntu Linux laptop.

sudo dpkg -i prospect-mail_0.1.2_amd64.deb

See any errors within the terminal immediate after putting in the Prospect Mail bundle? They’re most certainly dependency points. To resolve them, observe this information right here.

Debian

To put in the Prospect Mail software on Debian, you have to obtain the DEB bundle to your PC. To do that, open up a terminal window. From there, use the wget downloader app to seize the DEB bundle.

wget 

As soon as the Prospect Mail DEB bundle is finished downloading to your Debian Linux PC, you’ll have the option to set up the software program with the next dpkg command.

sudo dpkg -i sudo dpkg -i prospect-mail_0.1.2_amd64.deb

After the set up of Prospect Mail, you could discover some errors within the terminal immediate. To right them, observe our information on how to resolve Debian dependency errors.

Fedora

There’s an RPM bundle file of Prospect Mail accessible, so in case you’re utilizing Fedora Linux, it’ll be straightforward to set up. To get your fingers on the RPM bundle, use the wget downloader command under.

wget 

Following the obtain of the Prospect Mail RPM bundle file on your Linux PC, use the Dnf bundle supervisor command under to set up the software program.

sudo dnf set up prospect-mail-0.1.2.x86_64.rpm

OpenSUSE

Utilizing OpenSUSE Linux and looking out to get Prospect Mail put in? In that case, you’ll want to obtain the RPM model. To get it, use the wget obtain command under in a terminal window.

wget 

After you’ve downloaded the RPM bundle to your OpenSUSE Linux PC, set up it with the Zypper bundle supervisor.

sudo zypper set up prospect-mail-0.1.2.x86_64.rpm

AppImage

There’s an AppImage of Prospect Mail for these not in a position to use DEB or RPM bundle information. To use the AppImage, begin by downloading it with the wget command under.

wget 

As soon as the AppImage file is finished downloading, create a brand new folder known as “AppImages” in your house listing with the mkdir command.

mkdir -p ~/AppImages/

Transfer the Prospect Mail AppImage file into the brand new folder utilizing the mv command.

mv 'Prospect Mail-0.1.2.AppImage' ~/AppImages/

Transfer the terminal window into the “AppImages” listing with the CD command.

cd ~/AppImages/

Replace the permissions of the AppImage file with chmod.

chmod +x 'Prospect Mail-0.1.2.AppImage'

You’ll be able to then run the app with:

./'Prospect Mail-0.1.2.AppImage'

Or, open up the Linux file supervisor, click on on the “AppImages” folder, and double-click on Prospect Mail-0.1.2.AppImage.

Snap bundle

Prospect Mail is accessible on the Snap Retailer as a Snap bundle, so in case you’re utilizing a Linux distribution that helps Snaps, use the command under to get it working.

Notice: you have to have Snap help enabled on your Linux PC to use Prospect Mail. For extra data, click on right here.

sudo snap set up prospect-mail

Accessing Outlook

To entry your Outlook email account on Linux, begin by launching the Prospect Mail app on the desktop. Then, with the app open, you will note a login display. This display says, “Sign in to continue to Outlook.” Enter your email tackle and press the blue “Next” button on the backside.

Z

After clicking the “Next” button, write in your password, and log in. Upon signing in to the Outlook login web page, your account ought to load, and also you’ll have the option to entry your email.

Disclaimer

When utilizing Prospect Mail, please needless to say you could run into bugs and hiccups whereas utilizing this software program, as it’s nonetheless in energetic improvement. Make certain to report any issues on the issues page for assist.



Source link

Share.
Leave A Reply

Exit mobile version