0
1

More than 1 year has passed since last update.

nautilusで右クリックメニューから端末を開きたい

Posted at

nautilusとは、Linuxで使えるファイルマネージャーのこと。

WSLでubuntu20.04LTSをインストールしたときに右クリックで
端末を開くメニューを作成するのに苦労したため、メモ書きする。

 エラーがでるやつ

sudo apt install nautilus-open-terminal

スクリーンショット 2021-12-19 160454.png

このようにエラーが生じる。
このコマンドは現在(2021.12.19時点)使えなくなっているよう。

 正しくインストールできるやつ

sudo apt-get install nautilus-extension-gnome-terminal

スクリーンショット 2021-12-19 160842.png

このコマンドでインストールできると思う。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1