On Wed, 27 May 2020, Leonardo Romero wrote:
Could you kindly indicate to me which line should I modify to Enable
source code repositories using 'nano' instead of 'synaptic'. I'm
using
an AWS-cli server so there is not any GUI. Please let me know which deb
library should I modify.
OK. Under /etc/apt/ you'll have either a sources.list file or a
sources.list.d directory with a few files in it. One of them should
contain a few lines like
deb
http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb
http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe
all you have to do is add some more lines where the only difference is
that you have "deb-src" instead of "deb", as in
deb-src
http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb-src
http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe
After you've done that, run
sudo apt-get update
sudo apt-get build-dep gretl
and you should be ok.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------