babluboy / nutty

A Network Utility
GNU General Public License v3.0
155 stars 25 forks source link

Install on Ubuntu 20.04 fails #73

Closed mmgh900 closed 2 years ago

mmgh900 commented 3 years ago

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

trbtm commented 3 years ago

Duplicate #71

marcchew commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@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'
jfoclpf commented 1 year ago

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