View Single Post
Old 06-05-2018, 02:43 PM   #1
baron164
Junior Member
baron164 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Nook Color
Question How do I update Calibre in Ubuntu?

I setup Calibre Server to run on an Ubuntu 16x server. I installed Calibre using this command:

sudo -v && wget -nv -O- https://raw.githubusercontent.com/ko...x-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"

My question is, since I did not use the apt-get process of installing Calibre, how do I go about updating Calibre when new versions come out? I'm assuming I do not simply re-run the same command and I'm hoping someone can point me in the right direction.
baron164 is offline   Reply With Quote