Jump to content

Please read the Forum Rules before posting.

Photo

ubantu


  • Please log in to reply
1 reply to this topic

#1 DMMeyer

DMMeyer

    New to Bible Support

  • Members
  • Pip
  • 2 posts
Offline

Posted 21 August 2018 - 06:29 PM

How do Install esword on an Ubantu platform?



#2 journey

journey

    Resource Builder

  • Members (T)
  • PipPipPipPipPip
  • 638 posts
  • LocationOklahoma
Offline

Posted 25 August 2018 - 01:43 PM

# You must install wine and winetricks.
# Using bash script in your terminal. Don't type in the lines with # at the start.
# It works great in Ubuntu 18.04. I just did it and it works great. 7-16-2018
# How to install e-Sword bible software in Ubuntu 16.04.3 LTS 64-bit using a bash script
# prerequisites: wine 2.0 or newer, winetricks wsh56 mfc42 vcrun6
# Your first command with sudo at the start should ask for your password.
# copy-paste each line below one by one into the Linux Terminal and hit return:
# Last updated on October 23, 2017
sudo apt-get update
sudo apt-get install wget
wget -nc --no-check-certificate https://dl.winehq.or...lds/Release.key
sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install unp build-essential checkinstall
sudo apt-get install wine-staging winetricks
winetricks wsh56 mfc42 vcrun6 msls31 msxml3 * vbrun6 wsh57
cd /tmp
rm -rf download*
rm -rf setup*
# wget --no-check-certificate `echo $URL`downloads.html
# FILENAME=`grep setup downloads.html |cut -d"\"" -f2|head -n 1`
# wget --no-check-certificate `echo $URL``echo $FILENAME`
wget --no-check-certificate http://www.e-sword.n...s/setup1110.exe
wine setup*
cd
cd ".wine/drive_c/Program Files (x86)/e-Sword"
wine e-Sword.exe
# and here are alternatives for e-Sword:

Philippians 4:6-7 (KJV)
6 Be careful for nothing; but in every thing by prayer and supplication with thanksgiving let your requests be made known unto God. 7 And the peace of God, which passeth all understanding, shall keep your hearts and minds through Christ Jesus.

 





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users