Update troubleshooting.md
`sudo apt-get install ruby2.0.0-dev` reports _Unable to locate package ruby2.0.0-dev_
This commit is contained in:
parent
81535dc188
commit
fcec2a6af9
|
@ -22,7 +22,7 @@ the header files for compiling extension modules for Ruby 2.0.0. This
|
|||
can be done on Ubuntu or Debian by running:
|
||||
|
||||
```sh
|
||||
sudo apt-get install ruby2.0.0-dev
|
||||
sudo apt-get install ruby2.3-dev
|
||||
```
|
||||
|
||||
On Red Hat, CentOS, and Fedora systems you can do this by running:
|
||||
|
|
Loading…
Reference in New Issue