Installing python library


When i am trying to install python library than it is showing this and if i try Y than it demand for space what should i do…

Hi @sk42874,

First do the below command.

sudo apt-get update

then

sudo apt-get install python3-pip

And in case it is asking for confirmation type Y and press enter.

Do let me know in case you need further assistance.


Now what should i do to release memory

Did you try cleaning old unwanted packages on your linux system
try

sudo apt-get autoremove

to remove unnecessary packages.

Also try alloting minimum of 16/32Gb of internal memory for Ubuntu Virtual machine.

Hi @sk42874,

Remove the cdrom from the sources and again update.

sudo sed -i '/cdrom/d' /etc/apt/sources.list
sudo apt-get update

Also open the below file and send the screenshot of the file.

sudo cat /etc/apt/sources.list

Do let me know in case you need any other information.