slides: graph-easy doesn't work

https://user-images.githubusercontent.com/61225/175433829-90b402ce-7673-4fe4-8e8a-4d0dee827ba8.mp4

System:
    OS: Linux 5.18 Fedora Linux 35 (Workstation Edition)
    CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    Memory: 24.64 GB / 31.10 GB
    Container: Yes
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 17.7.1 - ~/.asdf/installs/nodejs/17.7.1/bin/node
    Yarn: 1.22.15 - ~/.asdf/installs/nodejs/17.7.1/bin/yarn
    npm: 8.5.2 - ~/.asdf/installs/nodejs/17.7.1/bin/npm
  Managers:
    pip3: 22.1.2 - ~/.asdf/shims/pip3
    Yum: 4.13.0 - /usr/bin/yum
  Utilities:
    Make: 4.3 - /usr/bin/make
    GCC: 11.3.1 - /usr/lib64/ccache/gcc
    Git: 2.35.3 - /usr/bin/git
    FFmpeg: 4.4.2 - /usr/bin/ffmpeg
  Servers:
    Apache: 2.4.53 - /usr/sbin/apachectl
  Virtualization:
    Docker: 20.10.14 - /usr/bin/docker
  SDKs:
    Android SDK:
      API Levels: 28, 29, 30
      Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.2, 30.0.3
      System Images: android-22 | Google APIs Intel x86 Atom, android-24 | Google Play Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom
  IDEs:
    Nano: 5.8 - /usr/bin/nano
    Sublime Text: 4134 - /usr/bin/subl
    VSCode: 1.67.2 - /usr/bin/code
  Languages:
    Bash: 5.1.8 - /usr/bin/bash
    Go: 1.18 - /home/zenobius/.asdf/shims/go
    Java: 1.8.0_322 - /home/zenobius/.asdf/shims/javac
    Perl: 5.34.1 - /usr/bin/perl
    Python: 3.9.5 - /home/zenobius/.asdf/shims/python
    Python3: 3.9.5 - /home/zenobius/.asdf/shims/python3
  Databases:
    PostgreSQL: 13.4 - /usr/bin/postgres
    SQLite: 3.36.0 - /usr/bin/sqlite3
  Browsers:
    Brave Browser: 100.1.37.116
    Chrome: 101.0.4951.41
    Firefox: 101.0.1

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (4 by maintainers)

Most upvoted comments

@dlvhdr oh sorry you’re talking about Graph Easy aren’t you… Silly me:

brew install cpanminus
sudo cpanm Graph::Easy

and you have to make sure /usr/local/bin is in your $PATH

@draxil I think he meant graph-easy but correct me if I’m wrong @dlvhdr

I got it working in my case. One tip to people struggling with this if you don’t have anything on the line after the command, say:

~~~cat /etc/os-release
~~~

it doesn’t match, you need at least:

~~~cat /etc/os-release

~~~