libpng
Packet Tracer 7.2.1 を開くことができるように Ubuntu 19 にインストールするにはどうすればよいですか?
答え1
インストール方法のみに関する質問の場合はlibpng16
、ターミナルを開いて次を実行してください。
sudo apt install libpng16-16
これはUbuntu 19.04(Disco)と19.10(Eoan)の両方で動作するはずです。両方のバージョンlibpng16-16
にパッケージが含まれているためです。リポジトリ。
答え2
Ubuntu 18.04で実行した手順
パッケージを検索
libpng
:apt-cache search libpng
この結果が得られました:
libpng-dev - PNG library - development (version 1.6) libpng-tools - PNG library - tools (version 1.6) libpng16-16 - PNG library - runtime (version 1.6) fp-units-gfx - Free Pascal - graphics-library units dependency package fp-units-gfx-3.0.4 - Free Pascal - graphics-library units libpnglite0 - lightweight C library for loading and writing PNG images pngquant - Utilitaire d'optimisation d'images PNG (Portable Network Graphics) libpng++-dev - C++ interface to the PNG (Portable Network Graphics) library libpng-sixlegs-java - Sixlegs Java PNG Decoder libpng-sixlegs-java-doc - Documentation for Sixlegs Java PNG Decoder libpnglite-dev - lightweight C library for loading and writing PNG images ruby-oily-png - native mixin to speed up ChunkyPNG tkpng - PNG photo image support to Tcl/Tk
適切なパッケージをインストールします:
sudo apt install libpng16-16
機能パッケージをインストールします (オプション):
sudo apt install libpng-tools
libpng-tools
役に立つかもしれないが、Packet Tracerを実行するためにインストールする必要はないと思う(ただし、高度な機能を使用するには必須だろう)。
注意:-cache
オプションを使用するとパッケージ名を簡単に取得できます