Disk space will be used

How to solve space problem ?

0 upgraded, 108 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.7 MB of archives.
After this operation, 145 MB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
The command ‘/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install software-properties-common && add-apt-repository ppa:ondrej/php && apt-get update && apt-get autoremove -y && apt-get clean && apt-get autoclean && ln -fs /usr/share/zoneinfo/America/Cuiaba /etc/localtime && apt-get install -y unzip tzdata expect && dpkg-reconfigure --frontend noninteractive tzdata && cd /opt/oracle && unzip instantclient-basic-linux.x64-19.6.0.0.0dbru.zip && unzip /opt/oracle/instantclient-sdk-linux.x64-19.6.0.0.0dbru.zip && unzip /opt/oracle/instantclient-sqlplus-linux.x64-19.6.0.0.0dbru.zip && apt-get install -y $(cat /opt/oracle/lista.lst) && ln -s /opt/oracle/instantclient_19_6/libclntsh.so.19.6 /opt/oracle/instantclient_19_6/libclntsh.so && ln -s /opt/oracle/instantclient_19_6/libocci.so.19.6 /opt/oracle/instantclient_19_6/libocci.so && echo /opt/oracle/instantclient_19_6 > /etc/ld.so.conf.d/oracle-instantclient.conf && ldconfig && apt-get install -y php-pear build-essential libaio1 && pecl channel-update pecl.php.net && cd /home/scripts && ./answer && apt-get install -y apache2 apache2-bin apache2-data apache2-dbg apache2-dev apache2-doc apache2-ssl-dev apache2-utils && mkdir /etc/php/7.4/apache2 && echo “extension =oci8.so” >> /etc/php/7.4/fpm/php.ini && echo “extension =oci8.so” >> /etc/php/7.4/cli/php.ini && echo “extension =oci8.so” >> /etc/php/7.4/apache2/php.ini && echo “export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_6” >> /etc/apache2/envvars && echo “export ORACLE_HOME=/opt/oracle/instantclient_19_6” >> /etc/apache2/envvars && echo “LD_LIBRARY_PATH=/opt/oracle/instantclient_19_6:$LD_LIBRARY_PATH” >> /etc/environment && apt-get install libapache2-mod-php7.4 -y && echo “<?php\n phpinfo();\n?>” > /var/www/html/teste.php’ returned a non-zero code: 1