Skip to content

Commit

Permalink
Update installation instructions for Ubuntu (#29)
Browse files Browse the repository at this point in the history
On current Ubuntu versions (20.04 LTS and 21.10), the Python bindings for Nautilus are provided by the package "python3-nautilus".
  • Loading branch information
ocroquette authored Apr 10, 2022
1 parent 7921c91 commit e82aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Fedora `sudo dnf install nautilus-python python3-gobject`

Ubuntu `sudo apt install python-nautilus python3-gi`
Ubuntu `sudo apt install python3-nautilus python3-gi`

Arch `sudo pacman -S python-nautilus python-gobject`

Expand Down

0 comments on commit e82aa13

Please sign in to comment.