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
새 버전에 대한 소스가 부족하여 설치할 수 없습니다.