私はLinuxが初めてです。一般に、私はインターネットでソフトウェアをインストールしますが、常にインターネットに依存するのは良いアプローチではないと思います。次に、vlc .tar.xzファイルをダウンロードしました。その後、インターネットで.tar.xzのインストール方法を検索しました。しかし、インストールできません。私が書いたコマンドと結果は以下のようになりました。
ubuntu@ubuntu-HP:~/programs$ tar -zxvf vlc-2.0.6.tar.xz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
ubuntu@ubuntu-HP:~/programs$ tar -zxf vlc-2.0.6.tar.xz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make install
正常に機能する場合があります。