https://github.com/faithlife-community/oudedetai
A Python application that helps install and maintain FaithLife's Logos Bible (Verbum) Software on Linux through Wine.
https://github.com/faithlife-community/oudedetai
bible bible-study christian christianity linux linux-desktop ministry theology wine winetricks
Last synced: about 2 months ago
JSON representation
A Python application that helps install and maintain FaithLife's Logos Bible (Verbum) Software on Linux through Wine.
- Host: GitHub
- URL: https://github.com/faithlife-community/oudedetai
- Owner: FaithLife-Community
- License: mit
- Created: 2023-12-28T15:15:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T18:14:47.000Z (about 2 months ago)
- Last Synced: 2025-02-22T18:34:19.390Z (about 2 months ago)
- Topics: bible, bible-study, christian, christianity, linux, linux-desktop, ministry, theology, wine, winetricks
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 48
- Watchers: 10
- Forks: 12
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://app.codacy.com/manual/FaithLife-Community/LogosLinuxInstaller?utm_source=github.com&utm_medium=referral&utm_content=FaithLife-Community/LogosLinuxInstaller&utm_campaign=Badge_Grade_Dashboard)
[](https://github.com/FaithLife-Community/LogosLinuxInstallTests) [](https://www.logos.com) [](https://github.com/FaithLife-Community/LogosLinuxInstaller/releases)# Ou Dedetai
>Remember Jesus Christ, risen from the dead, the offspring of David, as preached in my gospel, for which I am suffering, bound with chains as a criminal. But **the word** of God **is not bound!**
>
>ἀλλʼ **ὁ λόγος** τοῦ θεοῦ **οὐ δέδεται**—Second Timothy 2:8–9 [ESV](https://biblia.com/bible/esv/2-timothy/2/8-9), [NA28](https://biblia.com/bible/ubs5/2-timothy/2/9)
## Manages Logos Bible Software via Wine
This repository contains a Python program for installing and maintaining [FaithLife](https://faithlife.com/)'s [Logos Bible (Verbum) Software](https://www.logos.com/) via [Wine](https://www.winehq.org/).
This program is created and maintained by the FaithLife Community and is licensed under the MIT License.
## oudedetai binary
The main program is a distributable executable binary and contains Python itself and all necessary Python packages.
When running the program, it will attempt to determine your operating system and package manager.
It will then attempt to install all needed system dependencies during the installation of Logos.
When the installation is finished, it will place two shortcuts on your computer: one will launch Logos directly; the other will launch the Control Panel.To access the GUI version of the program, double-click the executable in your file browser or on your desktop, and then follow the prompts.
The program can also be run from source and should be run from a Python virtual environment.
See below.## Install Guide (for users)
For an installation guide with pictures and video, see the wiki's [Install Guide](https://github.com/FaithLife-Community/LogosLinuxInstaller/wiki/Install-Guide).
In Summary:
```bash
wget https://github.com/FaithLife-Community/LogosLinuxInstaller/releases/latest/download/oudedetai
chmod +x ./oudedetai
DIALOG=tk ./oudedetai
```NOTE: You can run **Ou Dedetai** using the Steam Proton Experimental binary, which often has the latest and greatest updates to make Logos run even smoother. The script should be able to find the binary automatically, unless your Steam install is located outside of your HOME directory.
If you want to install your distro's dependencies outside of the script, please see the [System Dependencies wiki page](https://github.com/FaithLife-Community/LogosLinuxInstaller/wiki/System-Dependencies).
---
Soli Deo Gloria