5

I'm trying to install graphviz on 18.04 but when I try to install it it says it is unavailable, despite being listed as having been released for 18.04: https://www.ubuntuupdates.org/package/core/bionic/universe/base/graphviz

I ran apt-get update and it is still missing from the repos. Does anyone know where to find it, or a PPA I could add to install it from?

ChickenOverlord
  • 341
  • 1
  • 2
  • 6

1 Answers1

19

I found the answer myself, I didn't have the "Universe" repository enabled in Ubuntu. I just had to run the following

sudo add-apt-repository universe
sudo apt update

And then installing it worked with

sudo apt install graphviz
ChickenOverlord
  • 341
  • 1
  • 2
  • 6