this post was submitted on 23 Feb 2025
39 points (97.6% liked)

Linux

50457 readers
403 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

top 9 comments
sorted by: hot top controversial new old
[–] southsamurai@sh.itjust.works 49 points 1 day ago

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

[–] Anarch157a@lemmy.dbzer0.com 28 points 1 day ago (1 children)

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

[–] ohulancutash@feddit.uk 5 points 1 day ago

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

[–] StrangeAttractor@beehaw.org 1 points 22 hours ago

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

https://sigil-ebook.com/

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

[–] rammjet@lemmy.world 16 points 1 day ago (1 children)
[–] warmaster@lemmy.world 7 points 1 day ago

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 8 points 1 day ago

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.

[–] CkrnkFrnchMn@lemmy.ca 1 points 1 day ago* (last edited 1 day ago)

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

[–] MonkderVierte@lemmy.ml 1 points 1 day ago

Unzip and text editor?