heroku needs sudo to run code example
Example 1: download heroku ubuntu
$ sudo snap install --classic heroku
Example 2: how to install heroku in terminal
$ brew tap heroku/brew && brew install heroku
$ sudo snap install --classic heroku
$ brew tap heroku/brew && brew install heroku