How to get an
.epubfrom an.acsmon Fedora Linux
This guide is based on Installing on Arch Linux via WINE and Exactly how to remove DRM.
The steps below were tested with Fedora 32.
How to get an
.epubfrom an.acsmon Fedora Linux
This guide is based on Installing on Arch Linux via WINE and Exactly how to remove DRM.
The steps below were tested with Fedora 32.
| #!/usr/bin/env python | |
| import sys | |
| import requests | |
| url = "https://translate.google.com/" | |
| cc = [ | |
| {"code":"af","name":"afrikaans"}, | |
| {"code":"sq","name":"albanian"}, | |
| {"code":"ar","name":"arabic"}, | |
| {"code":"hy","name":"armenian"}, |
| #!/bin/bash | |
| echo "Creating directory structure" | |
| mkdir -p ./tmproot/usr/local/bin | |
| mkdir -p ./tmproot/usr/share/applications | |
| mkdir -p ./tmproot/usr/share/icons/hicolor/128x128/apps | |
| mkdir -p ./tmproot/usr/share/icons/gnome/128x128/apps | |
| mkdir -p ./tmproot/opt/ | |
| cd ./tmproot/opt | |
| #specify current version info here |