babluboy / bookworm

A simple ebook reader for Elementary OS
GNU General Public License v3.0
1.33k stars 101 forks source link

Unable to install on Kali linux #395

Open suranands opened 4 months ago

suranands commented 4 months ago

My current setup

$ lsb_release -a                               
No LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2024.1
Codename:       kali-rolling

PPA:Bookworm-team/bookworm Error

E: The repository 'https://ppa.launchpadcontent.net/bookworm-team/bookworm/ubuntu kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

PPA:Elementary-OS/stable Error

E: The repository 'https://ppa.launchpadcontent.net/elementary-os/stable/ubuntu kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Errors while trying to build from source

$ sudo apt install unzip unar python2 libgtk-3-dev libgee-0.8-dev libxml2-dev libgranite-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37 libsqlite3-dev poppler-utils libpoppler-glib-dev html2text curl meson valac appstream gettext ninja 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package webkit2gtk-4.0
E: Couldn't find any package by glob 'webkit2gtk-4.0'
E: Unable to locate package ninja

Look forward to any help please. Thank you.

agilous commented 1 month ago

I was able to resolve this issue on Ubuntu 24 LTS with: sudo apt-get install libwebkit2gtk-4.0-dev

Hope this may be of some help.