Read Outlook Express .PST File in Linux

To read .pst files created by Microsoft Outlook Express in Linux, you need the libpst package from the distribution’s repository.
# yum install libpst <enter>
# exit

To read the pst file, you can use the readpst command in the Linux shell. readpst allows you to export the .pst file to any format for use in Thunderbird, Evolution etc.