After I posted my last post, I remembered that there is another method you could use. This would have the advantage that it will use your update manager to keep Calibre up to date, so you don't have to go through the terminal every week:
Open a terminal (CTRL-ALT-T)
Copy and paste the following line into the terminal, then press enter:
sudo add-apt-repository ppa:n-muench/calibre
When prompted, enter your password
Copy and paste the following line into the terminal, then press enter:
sudo apt-get update
Copy and paste the following line into the terminal, then press enter:
sudo apt-get install calibre
|