Calibre: Difference between revisions

Added mountOnMedia to udisks2 to allow calibre the correct permissions to update the device
Fyrk (talk | contribs)
Fix Wikipedia link
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[https://calibre-ebook.com/ Calibre] is program to view, edit, convert and print ebooks.
[https://calibre-ebook.com/ Calibre] is program to view, edit, convert, and print ebooks.


== Installation ==
== Installation ==


Calibre is available in [[nixpkgs]] as {{nixos:package|calibre}}.
Calibre is available in [[nixpkgs]] as {{nixos:package|calibre}}.
=== Testing ===
You can test Calibre without installing it by using a nix shell.
==== Flakes ====
If you have [[flakes]] enabled, you can run this command to enter a temporary shell with Calibre available:
<syntaxhighlight lang="bash">
nix shell nixpkgs#calibre
</syntaxhighlight>
==== Non-flakes ====
Without flakes, use this command to open a temporary shell with Calibre available:
<syntaxhighlight lang="bash">
nix-shell -p calibre
</syntaxhighlight>


=== NixOS ===
=== NixOS ===
Line 83: Line 63:


== See also ==
== See also ==
* [[Wikipedia:Calibre|Calibre on Wikipedia]]
* [[wikipedia:Calibre_(software)|Calibre on Wikipedia]]


[[Category: Applications]]
[[Category: Applications]]