Version
Spyder 4.1.2 是否比 4.1.3 更新?
我在 Ubutun 20.04 中說過 Spyder。它說“Spyder 4.1.3 可用!”。我已經安裝了 4.1.2 版本。在命令行上,我收到一條消息:
(base) jaakko@jaakko-Lenovo-IdeaPad-L340-17IWL:~/Desktop$ sudo apt update Hit:1 http://fi.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://fi.archive.ubuntu.com/ubuntu focal-updates InRelease Hit:3 http://download.virtualbox.org/virtualbox/debian focal InRelease Hit:4 http://fi.archive.ubuntu.com/ubuntu focal-backports InRelease Hit:5 http://archive.canonical.com focal InRelease Get:6 https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs vscodium InRelease [3 828 B] Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease Fetched 3 828 B in 1s (3 978 B/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. (base) jaakko@jaakko-Lenovo-IdeaPad-L340-17IWL:~/Desktop$ sudo apt install spyder Reading package lists... Done Building dependency tree Reading state information... Done spyder is already the newest version (3.3.6+dfsg1-4build1). The following packages were automatically installed and are no longer required: libgnutls-openssl27 libvpx5 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
那麼這裡發生了什麼,因為 4.1.2 是比 4.1.3 更新的版本?或者這是一個錯誤?
我假設
a) Spyder 針對自己的伺服器測試新版本
b) Ubuntu 儲存庫尚未提供 4.1.3 版本,因此 4.1.2 是它所知道的最新版本
因此,該程序將提供新版本,但您
apt
將無法安裝它,因為它缺少新版本的原始碼。