English 中文(简体)
将6.27升为7.7, 仍显示旧版本[封闭式]。
原标题:Upgraded Calibre 6.27 on Linux to 7.7.0 still shows old version number [closed]

In Linux (Ubuntu 20.04) I upgraded my Calibre 6.27 to version 7.7.0, or so I suppose, but it still shows version 6.27. I uninstalled it, and ran the upgrade again. I did it using the standard wget command, and then once again using a downloaded tar file that specifically said 7.7.0. I went to the /opt/calibre directory, and watched the uninstall and reinstall happen. I checked the /usr/bin folder and the calibre link to /opt/calibre/calibre. They were all deleted and reinstalled. I ve checked the calibre-gui.desktop files in /usr/share/applications and /usr/local/share/applications, and the first one still shows the original install date, and the second shows the most recent install date. They each have slightly different commands, and I ve run both separately, but neither performs differently. I tried removing the old .desktop file, and copying the new one over it. They both run the calibre link in /usr/bin which points to /opt/calibre/calibre, and the date on opt/calibre is from the latest install. No path is specified in the .desktop file. Maybe its upgraded to 7.7.0, but if it is it still says 6.27. Here s the commands I ran:

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

sudo calibre-uninstall

sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf / home/lindsey/Dendoloads/calibre-7.7.0-x86_64.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinst

还是说6.27。

我在任何地方都进行了检查,我可以想到另一个安装名录。 当我无动于衷时,我检查一下我是否能够继续从指挥线走下去,我不能。

不管怎么说,它还是说6.27。

见上文问题的说明。

问题回答

我认为,我不必为改变申请而重新boot,以显示情况,但我所尝试的最后一件事正在重新boot起,并起作用。 这个问题已经解决。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签