Mi piacerebbe avere emacs installato sul mio server che esegue OpenBSD invece di solo vi, motivo perché sono abituato a emacs.
Sono completamente nuovo su OpenBSD, quindi ho iniziato a leggere la documentazione, dopo aver provato pkg_add emacs
, questo è il risultato
https://cdn.openbsd.org/pub/OpenBSD/6.4/packages-stable/amd64/: ftp: cdn.openbsd.org: no address associated with name
https://cdn.openbsd.org/pub/OpenBSD/6.4/packages/amd64/: ftp: cdn.openbsd.org: no address associated with name
https://cdn.openbsd.org/pub/OpenBSD/6.4/packages/amd64/: empty
Can't find emacs
Quindi torno alla documentazione, l'ho letto
There is also an ambiguity related to ports with multiple branches.
For instance `pkg_add python' is ambiguous, as there are several versions of
python in the ports tree. So is `pkg_add postfix'. The special form
`pkgname%branch' can be used to restrict matches to a branch matching the
pkgpath(7).
The above ambiguities can be resolved using `pkg_add postfix%stable' and
`pkg_add python%3.4', respectively.
Quindi provo a installare python3.4 usando (come documentazione) pkg_add python%3.4
, ma ottengo lo stesso errore di prima quando provo con emacs.
Ora sono certo che c'è qualcosa di sbagliato nella configurazione di pkg_add
, ma cosa? Ho provato a correre pkg_check
, ma dice solo che è tutto ok.