:: Re: [DNG] simple-netaid for daedalu…
Inizio della pagina
Delete this message
Reply to this message
Autore: aitor
Data:  
To: dng
Oggetto: Re: [DNG] simple-netaid for daedalus
Hi al3xu5,

On 16/8/23 12:10, al3xu5 via Dng wrote:
> Hi aitor
>
> Are these above the packages those which need to be installed on Daedalus?
>
> Is there a procedure, or something to know, or a guide for installation on
> Daedalus?
>
> Thank you for your great work.


Yes, these are the packages. To install them, add this line to your sources.list:

debhttp://packages.gnuinos.org/merged daedalus main

and download the gnupg keyring from here:

https://packages.gnuinos.org/gnuinos/pool/main/g/gnuinos-keyring/gnuinos-keyring_2022.04.29_all.deb

Now install the downloaded package, update the repo, and install simple-netaid-vte3 via apt:

# dpkg -ignuinos-keyring_2022.04.29_all.deb

# apt-get update

# apt-get install simple-netaid-vte3

An then pstat, libubox, ubus, libnetaid, snetaid, simple-netaid-cdk and simple-netaid-vte3 will be installed.

After that, don't forget to configure your /etc/network/interfaces. You also will need to add yourself to the
snetaid group:


# usermod -aG snetaid <username>


in order to connect to the ubus.

Thanks for your interest in simple-netaid!

Aitor.