sudo apt-get install fpc

sudo apt-get install fpc

de Nicole Yael Muniz Malowany -
Número de respuestas: 3
Al ejecutar el comando no me aparece ninguna pregunta. ¿Descargo lo que me recomienda al poner fpc? Tengo la distribución Ubuntu. 
En respuesta a Nicole Yael Muniz Malowany

Re: sudo apt-get install fpc

de Xanti Gabriel Iribarren Alciaturi -
Buenas, me estaba pasando lo mismo y encontré esta solución en un foro:

To install fpc you should have the Universe repository enabled. From command line, you can do this and then install the application as shown below:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
sudo apt-get install fpc