Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
648d5ecc
Commit
648d5ecc
authored
9 months ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Installs epub readers.
parent
6d287fe7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_ubuntu_details.sh
+31
-0
31 additions, 0 deletions
install_ubuntu_details.sh
with
31 additions
and
0 deletions
install_ubuntu_details.sh
+
31
−
0
View file @
648d5ecc
...
...
@@ -251,8 +251,39 @@ cd ~
#-----------------------------------------------------------------------
# To read MOBI, EPUB, etc.
# https://www.calibre-ebook.com/
# Best option, lots of customization.
sudo
apt
install
calibre
# https://johnfactotum.github.io/foliate/
sudo
snap
install
foliate
# https://fbreader.org/en/linux
sudo
apt
install
fbreader
# https://github.com/babluboy/bookworm
# Dependencies.
sudo
apt-get
install
unzip poppler-utils unar html2text python2.7
\
libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev
\
libxml2-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37
\
libpoppler-glib-dev
\
meson valac gettext curl ninja-build appstream git
# Clone and install.
cd
~/Documents
git clone https://github.com/babluboy/bookworm.git
cd
bookworm
meson build
--prefix
=
/usr
mkdir
-p
build
&&
cd
build
ninja
sudo
ninja
install
# Call the application.
com.github.babluboy.bookworm
# https://github.com/oguzhaninan/Buka
sudo
snap
install
buka
#-----------------------------------------------------------------------
# Imaginary Teleprompter.
# https://snapcraft.io/install/imaginary-teleprompter/ubuntu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment