How to install BibleWorks 10 in Linux Mint 18.3

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
OmegaD
Level 1
Level 1
Posts: 34
Joined: Mon Feb 27, 2012 5:15 pm

How to install BibleWorks 10 in Linux Mint 18.3

Post by OmegaD »

BibleWorks is about to close (in 3 days!) for the foreseeable future, and so many users are scrambling to upgrade and install. A number of users have expressed a desire to install BibleWorks in Linux. Here is a step-by-step guide to help you get BW10 up and running in LM18.3.
  1. Prepare the .iso...
    Download the .iso
    Veriffy the .iso size
    Move the .iso to your Downloads folder
  2. Install Wine...
    software sources --> ppa's --> add --> ppa:ubuntu-wine/ppa (this will help you get the latest version of Wine)
    software manager --> wine --> install
    restart computer
  3. Mount the .iso...
    open /media folder as root and make an /iso folder in it. (this will be your fake drive location)
    in terminal, type the following, where USERNAME is your user name and FILE.iso is the name of the .iso file:

    Code: Select all

    sudo mount -o loop /home/USERNAME/Downloads/FILE.iso /media/iso
  4. Install BW10...
    in terminal, type the following:

    Code: Select all

    cd /media/iso
    wine setup.exe
  5. Complete the installation using the default "C drive" path suggested by the installer
Post Reply

Return to “Tutorials”