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
Sabes que me estaba pasando lo mismo, pensé que era porque lo estaba escribiendo mal (ya que hoy me paso de escribir fcp).
Hoy me funcionó, quizá proba reiniciando la compu nuevamente
Hoy me funcionó, quizá proba reiniciando la compu nuevamente
En respuesta a Nicole Yael Muniz Malowany
Re: sudo apt-get install fpc
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
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
En respuesta a Xanti Gabriel Iribarren Alciaturi
Re: sudo apt-get install fpc
Muchas gracias a los dos, ya lo pude instalar.