this post was submitted on 23 Feb 2025
31 points (97.0% liked)

Linux

50422 readers
873 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 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 hours ago* (last edited 2 hours ago)

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

[–] [email protected] 1 points 3 hours ago

Unzip and text editor?

[–] [email protected] 40 points 13 hours ago

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

[–] [email protected] 22 points 14 hours ago (1 children)

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

[–] [email protected] 5 points 5 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.

[–] [email protected] 13 points 14 hours ago (1 children)
[–] [email protected] 4 points 11 hours ago

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

[–] [email protected] 9 points 14 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.