Aptを使用してVLCをインストールする場合、実行できます
apt-cache show vlc | grep -i version
Version: 2.2.4-14ubuntu2
これにより、aptが取り込むバージョンがわかります。現在、SnapにはリポジトリにVLC 3.xがあります。これをプルダウンしてインストールせずにどうやって見るのですか?
snap info
は理論的にはあなたが望むものです。ただし、アップロードしたバージョンをストアに伝えるのは開発者の責任です。 vlc開発者はこれを行っていません:-
alan@gort:~$ snap info vlc
name: vlc
summary: "The ultimate media player"
publisher: videolan
contact: https://www.videolan.org/support/
description: |
VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4,
DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs,
podcasts, and multimedia streams from various network sources.
channels:
stable: daily (4) 120MB -
candidate: daily (4) 120MB -
beta: daily (4) 120MB -
Edge: daily (4) 120MB -
しかし、開発者が持っている他のスナップでは、例えば:-
alan@gort:~$ snap info atom
name: atom
summary: "A hackable text editor for the 21st Century."
publisher: flexiondotorg
contact: [email protected]
description: |
Atom is a free and open source text editor that is modern,
approachable, and hackable to the core.
commands:
- atom
tracking: Edge
installed: 1.16.0 (2) 150MB classic
refreshed: 2017-04-21 16:35:56 +0100 BST
channels:
stable: 1.16.0 (2) 150MB classic
candidate: 1.16.0 (2) 150MB classic
beta: 1.16.0 (2) 150MB classic
Edge: 1.16.0 (2) 150MB classic
私はこれをアップストリームパッケージのバグと見なし、開発者はそれを解決する必要があります。