When is the latest Calibre 3 going to be available in Ubuntu 16.04 in Software Center?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite
1












The current version which is 2.55.0 is not working for me and does not support my Pocketbook Inkpad 3 ebook reader and other ways of installation are too complicated for me.







share|improve this question




















  • SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
    – dobey
    May 8 at 20:56














up vote
1
down vote

favorite
1












The current version which is 2.55.0 is not working for me and does not support my Pocketbook Inkpad 3 ebook reader and other ways of installation are too complicated for me.







share|improve this question




















  • SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
    – dobey
    May 8 at 20:56












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





The current version which is 2.55.0 is not working for me and does not support my Pocketbook Inkpad 3 ebook reader and other ways of installation are too complicated for me.







share|improve this question












The current version which is 2.55.0 is not working for me and does not support my Pocketbook Inkpad 3 ebook reader and other ways of installation are too complicated for me.









share|improve this question











share|improve this question




share|improve this question










asked May 8 at 18:03









geras

154118




154118











  • SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
    – dobey
    May 8 at 20:56
















  • SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
    – dobey
    May 8 at 20:56















SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
– dobey
May 8 at 20:56




SHort answer is, "as soon as the devs build it as a snap and put it in the snappy store." Longer answer is askubuntu.com/q/151283
– dobey
May 8 at 20:56










2 Answers
2






active

oldest

votes

















up vote
3
down vote



accepted










Because of the fact that we can not change release policy inside Ubuntu, you probably will not get it from official Ubuntu xenial repositories.



But you can use one of the following methods to install the software:




  1. You can try to install calibre from Jonathon F's PPA.



    sudo add-apt-repository ppa:jonathonf/calibre
    sudo apt-get update
    sudo apt-get install calibre


    This will install v3.25 which is newer than v3.21 from Ubuntu Bionic Beaver 18.04 LTS.



    It looks great:



    Calibre v.3.21




  2. Also can try to download latest version from official site:



    cd ~/Downloads
    https://download.calibre-ebook.com/3.26.1/calibre-3.26.1-x86_64.txz
    tar -xf calibre-3.26.1-x86_64.txz


    and launch it from here with



    ./calibre



  3. Other possibility is a Snap package.



    Currently no calibre snap-package exist. Calibre has very beautiful interface, but Snap currently ignores theming, so it will not look pretty.



    And I have doubts about the functionality of this option. Snap-version may not have access to USB-memory of the ebook-reader because of missed removable-media plug/interface.



    Also about Snap version I can cite Eli Schwartz (eschwartz) from "
    feature request - package calibre as snap app" bug-report 1707517 from 2017-07-30 at launchpad.net:




    There is already a cross-distro tarball that works without snap.



    Also IMHO snap is still a disaster and I'm very grateful Kovid doesn't
    use it. He's already rejected snap multiple times



    https://calibre-ebook.com/download_linux



    duplicate 1699620








share|improve this answer


















  • 1




    You might also that the answer to when is "never." :)
    – chaskes
    May 8 at 20:09






  • 1




    That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
    – chaskes
    May 8 at 20:19







  • 1




    +1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
    – user68186
    May 8 at 20:51










  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
    – N0rbert
    May 8 at 21:00


















up vote
2
down vote













The answer is "never" (Or One Day...)



Ubuntu 16.04 was released 2 years ago. The software center keeps apps that are tested to be stable and works well with that version.



The software center of a more recent version of Ubuntu, such as 18.04, which came out last week, have a more recent version of Calibre 3.21.0.



You may want to upgrade your Ubuntu to 18.04 in about 6 or 7 month's time when the upgrade option will appear in your Ubuntu 16.04 system. At the time of the upgrade, your Calebre will be updated to version 3.21. It will remain at that version until you upgrade Ubuntu again.



Or One Day...



The makers of Calibre (or someone else) may decide to make their software available as a snap package to Ubuntu. In that case, version 3 or newer may be available to Ubuntu 16.04. The nature of snap package is such that it will get automatically updated to the newest version irrespective of the version of Ubuntu.



Use a PPA until then



A Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) repository by Launchpad. As the name implies, these are personal, and not officially supported by Ubuntu. See Are PPAs safe to add to my system and what are some "red flags" to watch out for?



If you want to use the PPA and get Clibre 3.21 running in Ubuntu 16.04, then follow N0rbert's answer and open a terminal by pressing Ctrl+Alt+T and enter:



sudo add-apt-repository ppa:jonathonf/calibre
sudo apt-get update
sudo apt-get install calibre


Or if Calibre is already installed replace the last command with:



sudo apt-get upgrade


After the first command, you will be prompted for your password. When you type the password in the terminal, nothing will show, and the cursor will not move. This is normal. Just type the password blindly and hit enter. In the subsequent times you won't be asked for the password.



Hope this helps






share|improve this answer






















  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Thanks @dobey for reminding me of Snap packages. I have edit my answer.
    – user68186
    May 8 at 21:05










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033690%2fwhen-is-the-latest-calibre-3-going-to-be-available-in-ubuntu-16-04-in-software-c%23new-answer', 'question_page');

);

Post as a guest






























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote



accepted










Because of the fact that we can not change release policy inside Ubuntu, you probably will not get it from official Ubuntu xenial repositories.



But you can use one of the following methods to install the software:




  1. You can try to install calibre from Jonathon F's PPA.



    sudo add-apt-repository ppa:jonathonf/calibre
    sudo apt-get update
    sudo apt-get install calibre


    This will install v3.25 which is newer than v3.21 from Ubuntu Bionic Beaver 18.04 LTS.



    It looks great:



    Calibre v.3.21




  2. Also can try to download latest version from official site:



    cd ~/Downloads
    https://download.calibre-ebook.com/3.26.1/calibre-3.26.1-x86_64.txz
    tar -xf calibre-3.26.1-x86_64.txz


    and launch it from here with



    ./calibre



  3. Other possibility is a Snap package.



    Currently no calibre snap-package exist. Calibre has very beautiful interface, but Snap currently ignores theming, so it will not look pretty.



    And I have doubts about the functionality of this option. Snap-version may not have access to USB-memory of the ebook-reader because of missed removable-media plug/interface.



    Also about Snap version I can cite Eli Schwartz (eschwartz) from "
    feature request - package calibre as snap app" bug-report 1707517 from 2017-07-30 at launchpad.net:




    There is already a cross-distro tarball that works without snap.



    Also IMHO snap is still a disaster and I'm very grateful Kovid doesn't
    use it. He's already rejected snap multiple times



    https://calibre-ebook.com/download_linux



    duplicate 1699620








share|improve this answer


















  • 1




    You might also that the answer to when is "never." :)
    – chaskes
    May 8 at 20:09






  • 1




    That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
    – chaskes
    May 8 at 20:19







  • 1




    +1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
    – user68186
    May 8 at 20:51










  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
    – N0rbert
    May 8 at 21:00















up vote
3
down vote



accepted










Because of the fact that we can not change release policy inside Ubuntu, you probably will not get it from official Ubuntu xenial repositories.



But you can use one of the following methods to install the software:




  1. You can try to install calibre from Jonathon F's PPA.



    sudo add-apt-repository ppa:jonathonf/calibre
    sudo apt-get update
    sudo apt-get install calibre


    This will install v3.25 which is newer than v3.21 from Ubuntu Bionic Beaver 18.04 LTS.



    It looks great:



    Calibre v.3.21




  2. Also can try to download latest version from official site:



    cd ~/Downloads
    https://download.calibre-ebook.com/3.26.1/calibre-3.26.1-x86_64.txz
    tar -xf calibre-3.26.1-x86_64.txz


    and launch it from here with



    ./calibre



  3. Other possibility is a Snap package.



    Currently no calibre snap-package exist. Calibre has very beautiful interface, but Snap currently ignores theming, so it will not look pretty.



    And I have doubts about the functionality of this option. Snap-version may not have access to USB-memory of the ebook-reader because of missed removable-media plug/interface.



    Also about Snap version I can cite Eli Schwartz (eschwartz) from "
    feature request - package calibre as snap app" bug-report 1707517 from 2017-07-30 at launchpad.net:




    There is already a cross-distro tarball that works without snap.



    Also IMHO snap is still a disaster and I'm very grateful Kovid doesn't
    use it. He's already rejected snap multiple times



    https://calibre-ebook.com/download_linux



    duplicate 1699620








share|improve this answer


















  • 1




    You might also that the answer to when is "never." :)
    – chaskes
    May 8 at 20:09






  • 1




    That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
    – chaskes
    May 8 at 20:19







  • 1




    +1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
    – user68186
    May 8 at 20:51










  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
    – N0rbert
    May 8 at 21:00













up vote
3
down vote



accepted







up vote
3
down vote



accepted






Because of the fact that we can not change release policy inside Ubuntu, you probably will not get it from official Ubuntu xenial repositories.



But you can use one of the following methods to install the software:




  1. You can try to install calibre from Jonathon F's PPA.



    sudo add-apt-repository ppa:jonathonf/calibre
    sudo apt-get update
    sudo apt-get install calibre


    This will install v3.25 which is newer than v3.21 from Ubuntu Bionic Beaver 18.04 LTS.



    It looks great:



    Calibre v.3.21




  2. Also can try to download latest version from official site:



    cd ~/Downloads
    https://download.calibre-ebook.com/3.26.1/calibre-3.26.1-x86_64.txz
    tar -xf calibre-3.26.1-x86_64.txz


    and launch it from here with



    ./calibre



  3. Other possibility is a Snap package.



    Currently no calibre snap-package exist. Calibre has very beautiful interface, but Snap currently ignores theming, so it will not look pretty.



    And I have doubts about the functionality of this option. Snap-version may not have access to USB-memory of the ebook-reader because of missed removable-media plug/interface.



    Also about Snap version I can cite Eli Schwartz (eschwartz) from "
    feature request - package calibre as snap app" bug-report 1707517 from 2017-07-30 at launchpad.net:




    There is already a cross-distro tarball that works without snap.



    Also IMHO snap is still a disaster and I'm very grateful Kovid doesn't
    use it. He's already rejected snap multiple times



    https://calibre-ebook.com/download_linux



    duplicate 1699620








share|improve this answer














Because of the fact that we can not change release policy inside Ubuntu, you probably will not get it from official Ubuntu xenial repositories.



But you can use one of the following methods to install the software:




  1. You can try to install calibre from Jonathon F's PPA.



    sudo add-apt-repository ppa:jonathonf/calibre
    sudo apt-get update
    sudo apt-get install calibre


    This will install v3.25 which is newer than v3.21 from Ubuntu Bionic Beaver 18.04 LTS.



    It looks great:



    Calibre v.3.21




  2. Also can try to download latest version from official site:



    cd ~/Downloads
    https://download.calibre-ebook.com/3.26.1/calibre-3.26.1-x86_64.txz
    tar -xf calibre-3.26.1-x86_64.txz


    and launch it from here with



    ./calibre



  3. Other possibility is a Snap package.



    Currently no calibre snap-package exist. Calibre has very beautiful interface, but Snap currently ignores theming, so it will not look pretty.



    And I have doubts about the functionality of this option. Snap-version may not have access to USB-memory of the ebook-reader because of missed removable-media plug/interface.



    Also about Snap version I can cite Eli Schwartz (eschwartz) from "
    feature request - package calibre as snap app" bug-report 1707517 from 2017-07-30 at launchpad.net:




    There is already a cross-distro tarball that works without snap.



    Also IMHO snap is still a disaster and I'm very grateful Kovid doesn't
    use it. He's already rejected snap multiple times



    https://calibre-ebook.com/download_linux



    duplicate 1699620









share|improve this answer














share|improve this answer



share|improve this answer








edited Jun 24 at 9:06

























answered May 8 at 20:06









N0rbert

15k33069




15k33069







  • 1




    You might also that the answer to when is "never." :)
    – chaskes
    May 8 at 20:09






  • 1




    That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
    – chaskes
    May 8 at 20:19







  • 1




    +1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
    – user68186
    May 8 at 20:51










  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
    – N0rbert
    May 8 at 21:00













  • 1




    You might also that the answer to when is "never." :)
    – chaskes
    May 8 at 20:09






  • 1




    That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
    – chaskes
    May 8 at 20:19







  • 1




    +1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
    – user68186
    May 8 at 20:51










  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
    – N0rbert
    May 8 at 21:00








1




1




You might also that the answer to when is "never." :)
– chaskes
May 8 at 20:09




You might also that the answer to when is "never." :)
– chaskes
May 8 at 20:09




1




1




That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
– chaskes
May 8 at 20:19





That was my point exactly ;) It's a either a ppa if there is one, compile from source, or install project binaries if they exist. It's a good answer, but I still think you should explain that apart from (possibly) backporting security updates, the version next will never be in the 16.04 repos
– chaskes
May 8 at 20:19





1




1




+1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
– user68186
May 8 at 20:51




+1 for answering the question first with a practical solution, and finding the PPA and improving the answer since then.
– user68186
May 8 at 20:51












The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
– dobey
May 8 at 20:58




The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
– dobey
May 8 at 20:58












Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
– N0rbert
May 8 at 21:00





Snap != official xenial repository, right, @dobey? And "Never" answer is below, so not mine. I completely can't understand what you guys want...
– N0rbert
May 8 at 21:00













up vote
2
down vote













The answer is "never" (Or One Day...)



Ubuntu 16.04 was released 2 years ago. The software center keeps apps that are tested to be stable and works well with that version.



The software center of a more recent version of Ubuntu, such as 18.04, which came out last week, have a more recent version of Calibre 3.21.0.



You may want to upgrade your Ubuntu to 18.04 in about 6 or 7 month's time when the upgrade option will appear in your Ubuntu 16.04 system. At the time of the upgrade, your Calebre will be updated to version 3.21. It will remain at that version until you upgrade Ubuntu again.



Or One Day...



The makers of Calibre (or someone else) may decide to make their software available as a snap package to Ubuntu. In that case, version 3 or newer may be available to Ubuntu 16.04. The nature of snap package is such that it will get automatically updated to the newest version irrespective of the version of Ubuntu.



Use a PPA until then



A Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) repository by Launchpad. As the name implies, these are personal, and not officially supported by Ubuntu. See Are PPAs safe to add to my system and what are some "red flags" to watch out for?



If you want to use the PPA and get Clibre 3.21 running in Ubuntu 16.04, then follow N0rbert's answer and open a terminal by pressing Ctrl+Alt+T and enter:



sudo add-apt-repository ppa:jonathonf/calibre
sudo apt-get update
sudo apt-get install calibre


Or if Calibre is already installed replace the last command with:



sudo apt-get upgrade


After the first command, you will be prompted for your password. When you type the password in the terminal, nothing will show, and the cursor will not move. This is normal. Just type the password blindly and hit enter. In the subsequent times you won't be asked for the password.



Hope this helps






share|improve this answer






















  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Thanks @dobey for reminding me of Snap packages. I have edit my answer.
    – user68186
    May 8 at 21:05














up vote
2
down vote













The answer is "never" (Or One Day...)



Ubuntu 16.04 was released 2 years ago. The software center keeps apps that are tested to be stable and works well with that version.



The software center of a more recent version of Ubuntu, such as 18.04, which came out last week, have a more recent version of Calibre 3.21.0.



You may want to upgrade your Ubuntu to 18.04 in about 6 or 7 month's time when the upgrade option will appear in your Ubuntu 16.04 system. At the time of the upgrade, your Calebre will be updated to version 3.21. It will remain at that version until you upgrade Ubuntu again.



Or One Day...



The makers of Calibre (or someone else) may decide to make their software available as a snap package to Ubuntu. In that case, version 3 or newer may be available to Ubuntu 16.04. The nature of snap package is such that it will get automatically updated to the newest version irrespective of the version of Ubuntu.



Use a PPA until then



A Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) repository by Launchpad. As the name implies, these are personal, and not officially supported by Ubuntu. See Are PPAs safe to add to my system and what are some "red flags" to watch out for?



If you want to use the PPA and get Clibre 3.21 running in Ubuntu 16.04, then follow N0rbert's answer and open a terminal by pressing Ctrl+Alt+T and enter:



sudo add-apt-repository ppa:jonathonf/calibre
sudo apt-get update
sudo apt-get install calibre


Or if Calibre is already installed replace the last command with:



sudo apt-get upgrade


After the first command, you will be prompted for your password. When you type the password in the terminal, nothing will show, and the cursor will not move. This is normal. Just type the password blindly and hit enter. In the subsequent times you won't be asked for the password.



Hope this helps






share|improve this answer






















  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Thanks @dobey for reminding me of Snap packages. I have edit my answer.
    – user68186
    May 8 at 21:05












up vote
2
down vote










up vote
2
down vote









The answer is "never" (Or One Day...)



Ubuntu 16.04 was released 2 years ago. The software center keeps apps that are tested to be stable and works well with that version.



The software center of a more recent version of Ubuntu, such as 18.04, which came out last week, have a more recent version of Calibre 3.21.0.



You may want to upgrade your Ubuntu to 18.04 in about 6 or 7 month's time when the upgrade option will appear in your Ubuntu 16.04 system. At the time of the upgrade, your Calebre will be updated to version 3.21. It will remain at that version until you upgrade Ubuntu again.



Or One Day...



The makers of Calibre (or someone else) may decide to make their software available as a snap package to Ubuntu. In that case, version 3 or newer may be available to Ubuntu 16.04. The nature of snap package is such that it will get automatically updated to the newest version irrespective of the version of Ubuntu.



Use a PPA until then



A Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) repository by Launchpad. As the name implies, these are personal, and not officially supported by Ubuntu. See Are PPAs safe to add to my system and what are some "red flags" to watch out for?



If you want to use the PPA and get Clibre 3.21 running in Ubuntu 16.04, then follow N0rbert's answer and open a terminal by pressing Ctrl+Alt+T and enter:



sudo add-apt-repository ppa:jonathonf/calibre
sudo apt-get update
sudo apt-get install calibre


Or if Calibre is already installed replace the last command with:



sudo apt-get upgrade


After the first command, you will be prompted for your password. When you type the password in the terminal, nothing will show, and the cursor will not move. This is normal. Just type the password blindly and hit enter. In the subsequent times you won't be asked for the password.



Hope this helps






share|improve this answer














The answer is "never" (Or One Day...)



Ubuntu 16.04 was released 2 years ago. The software center keeps apps that are tested to be stable and works well with that version.



The software center of a more recent version of Ubuntu, such as 18.04, which came out last week, have a more recent version of Calibre 3.21.0.



You may want to upgrade your Ubuntu to 18.04 in about 6 or 7 month's time when the upgrade option will appear in your Ubuntu 16.04 system. At the time of the upgrade, your Calebre will be updated to version 3.21. It will remain at that version until you upgrade Ubuntu again.



Or One Day...



The makers of Calibre (or someone else) may decide to make their software available as a snap package to Ubuntu. In that case, version 3 or newer may be available to Ubuntu 16.04. The nature of snap package is such that it will get automatically updated to the newest version irrespective of the version of Ubuntu.



Use a PPA until then



A Personal Package Archive (PPA) is a software repository for uploading source packages to be built and published as an Advanced Packaging Tool (APT) repository by Launchpad. As the name implies, these are personal, and not officially supported by Ubuntu. See Are PPAs safe to add to my system and what are some "red flags" to watch out for?



If you want to use the PPA and get Clibre 3.21 running in Ubuntu 16.04, then follow N0rbert's answer and open a terminal by pressing Ctrl+Alt+T and enter:



sudo add-apt-repository ppa:jonathonf/calibre
sudo apt-get update
sudo apt-get install calibre


Or if Calibre is already installed replace the last command with:



sudo apt-get upgrade


After the first command, you will be prompted for your password. When you type the password in the terminal, nothing will show, and the cursor will not move. This is normal. Just type the password blindly and hit enter. In the subsequent times you won't be asked for the password.



Hope this helps







share|improve this answer














share|improve this answer



share|improve this answer








edited May 8 at 21:22

























answered May 8 at 20:18









user68186

14.3k84360




14.3k84360











  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Thanks @dobey for reminding me of Snap packages. I have edit my answer.
    – user68186
    May 8 at 21:05
















  • The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
    – dobey
    May 8 at 20:58










  • Thanks @dobey for reminding me of Snap packages. I have edit my answer.
    – user68186
    May 8 at 21:05















The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
– dobey
May 8 at 20:58




The answer is not never. Snap packages show up in software center, and one could ship newer calibre as a snap if one so wanted.
– dobey
May 8 at 20:58












Thanks @dobey for reminding me of Snap packages. I have edit my answer.
– user68186
May 8 at 21:05




Thanks @dobey for reminding me of Snap packages. I have edit my answer.
– user68186
May 8 at 21:05












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033690%2fwhen-is-the-latest-calibre-3-going-to-be-available-in-ubuntu-16-04-in-software-c%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491