is there any debian compatible application to edit epub files?
from merompetehla@lemmy.ml to linux@lemmy.ml on 23 Feb 2025 00:34
https://lemmy.ml/post/26349640

Debian 12.9

I just downloaded a 30 MiB epub file, but I can discard the images that make most of this space.

Another epub file includes unsolicited advertising with a link to a subscription. I’d like to get rid of it as well.

Is there something I can use?

#linux

threaded - newest

Anarch157a@lemmy.dbzer0.com on 23 Feb 2025 00:38 next collapse

Calibre is the ultimate e-book manager/reader/editor. apt install calibre and you’re set.

ohulancutash@feddit.uk on 23 Feb 2025 09:08 collapse

Calibre is better installed by its own method as outlined on its site. Any apt repositories are unofficial and likely to be behind current.

rammjet@lemmy.world on 23 Feb 2025 00:49 next collapse

Sigil sigil-ebook.com

warmaster@lemmy.world on 23 Feb 2025 03:34 collapse

This is in fact a professional editor. If OP is looking into getting balls deep into ebook editing, this is the answer.

solrize@lemmy.world on 23 Feb 2025 01:03 next collapse

Usually you write the book with a text formatter and package the results in to an epub, so IDK if it’s common to edit the epub directly.

The epub is just a zip file containing a metadata file and a bunch of simplified HTML files (one per chapter). So if you’re comfortable editing HTML, or better yet writing scripts, you can probably slap together something simple that unpacks the epub, strips those images out of the pages, and re-packages the epub.

southsamurai@sh.itjust.works on 23 Feb 2025 01:44 next collapse

Calibre is the answer to pretty much all ebook questions, including this one.

MonkderVierte@lemmy.ml on 23 Feb 2025 12:04 next collapse

Unzip and text editor?

CkrnkFrnchMn@lemmy.ca on 23 Feb 2025 12:36 next collapse

Change the file type to zip…unzip it then work on the pdf and rename it…?

StrangeAttractor@beehaw.org on 23 Feb 2025 21:15 collapse

Sigil is one I’ve used to good effect for simple edits to epubs:

sigil-ebook.com

in Debian 12 at least, one can ‘apt get install sigil’ to get it