Ubuntu
如何在 Linux 終端中打開 .png 類型的圖像?
我只是找不到顯示 *.png 圖像的命令!我嘗試
xdg-open
了命令,但失敗了:[student@seqpapl1 Images]$ xdg-open adapter_content.png xdg-open: no method available for opening 'adapter_content.png'
我目前正在伺服器上執行 ubuntu linux。
用於
mimeopen -d
設置預設應用程序:mimeopen -d image.png
樣本輸出:
Please choose a default application for files of type image/png 1) ImageMagick (color depth=q16) (display-im6.q16) 2) GNU Image Manipulation Program (gimp) 3) Feh (feh)
選擇您的預設應用程序,下次您將能夠使用:
mimeopen image.png
或者:
xdg-open image.png
或者你也可以使用
gio open image.png