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よりも最新のバージョンです。何が起こっているのでしょうか?それともバグですか?
答え1
私は仮定する
a) Spyder は独自のサーバーで新しいバージョンをテストします。
b) Ubuntu リポジトリはまだバージョン 4.1.3 を提供していないため、4.1.2 が既知の最新バージョンです。
したがって、プログラムは新しいバージョンを提供しますが、apt
新しいバージョンのソースが不足しているためインストールできません。