this post was submitted on 23 Feb 2025
33 points (97.1% liked)

Linux

50414 readers
815 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
[–] StrangeAttractor@beehaw.org 1 points 30 minutes 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

[–] southsamurai@sh.itjust.works 45 points 20 hours ago

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

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

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

[–] MonkderVierte@lemmy.ml 1 points 9 hours ago

Unzip and text editor?

[–] Anarch157a@lemmy.dbzer0.com 26 points 21 hours ago (1 children)

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

[–] ohulancutash@feddit.uk 6 points 12 hours 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.

[–] rammjet@lemmy.world 15 points 20 hours ago (1 children)
[–] warmaster@lemmy.world 4 points 18 hours 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 20 hours 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.