1

I need to solve this error

./register_extension.sh: line 28: gvfs-info: command not found

I already tried sudo apt-get install gvfs-info but it doesn't work. I also tried to update but it is still not working.

  • 1
    Looks like the command is provided by the `gvfs-bin` package. Also looks like the command has been deprecated and replaced by `gio info` (provided by `libglib2.0-bin`). If this doesn't work, please list your operating system. – Gavin Haynes Dec 12 '20 at 06:59
  • Not workin yet. Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal – Simone Mariani Dec 13 '20 at 09:30
  • Strange. On a fresh Docker instance of Ubuntu 20.04.1 I can run `apt update; apt install gvfs-bin`, which installs the file `/usr/bin/gvfs-info`. – Gavin Haynes Dec 14 '20 at 17:32

0 Answers0