Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on Ubuntu 20.04 fails #73

Closed
mmgh900 opened this issue Sep 18, 2020 · 5 comments
Closed

Install on Ubuntu 20.04 fails #73

mmgh900 opened this issue Sep 18, 2020 · 5 comments

Comments

@mmgh900
Copy link

mmgh900 commented Sep 18, 2020

I get this error Package 'com.github.babluboy.nutty' has no installation candidate

@trbtm
Copy link

trbtm commented Oct 20, 2020

Duplicate #71

@marcchew
Copy link

marcchew commented Dec 5, 2021

try these 3 commands
sudo add-apt-repository ppa:bablu-boy/nutty
sudo apt-get update
sudo apt-get install com.github.babluboy.nutty
commands provided by site might be wrong

@DanielGlaas
Copy link

In principle, these command work as described here:
https://babluboy.github.io/nutty/#install

However, I needed to replace the first line with:
sudo apt-add-repository ppa:bablu-boy/nutty.0.1
I don't know where the .0.1 comes from, I read is in some other thread.

Note:

  1. Also the repo for the libgranite package is needed too!
  2. The tool can not be started in commandline via nutty, but only via com.github.babluboy.nutty

@isapir
Copy link

isapir commented May 9, 2022

@DanielGlaas ' solution worked for me, so the steps I needed on Ubuntu 20.04 are:

sudo apt-add-repository ppa:bablu-boy/nutty.0.1
sudo add-apt-repository ppa:elementary-os/stable
sudo apt update
sudo apt install com.github.babluboy.nutty

Then I added an alias for nutty, i.e.

alias nutty='com.github.babluboy.nutty'

@mmgh900 mmgh900 closed this as completed May 26, 2022
@jfoclpf
Copy link

jfoclpf commented Sep 14, 2022

this should be on the docs
https://babluboy.github.io/nutty/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants