how to remove the onion os console
-
Hi I plan on using ssh to connect to my omega 2 and it is running out of storage is there I can remove this onion os / web console.
thanks for your help
-
opkg --force-removal-of-dependent-packages remove onion-console-base
Then you can remove the files under /www
-
@crispyoz said in how to remove the onion os console:
opkg --force-removal-of-dependent-packages remove onion-console-base
I ran this command but it responded No packages removed
-
Which firmware revision are you running?
you can run:
opkg list-installed
to see what packages are installed and remove those you do not require. I always remove mosquitto, uhttp, avhixxx, kmod-sound-xxx, kmod-video-xx, openssh-sftp-server.
-
@Callum-Stew said in how to remove the onion os console:
I ran this command but it responded No packages removed
Try this way:
opkg update
opkg remove --force-removal-of-dependent-packages <pkgs>
For example on an OpenWrt 18.06 based Omega2(+) firmware (v0.3.2 b217 and above):
opkg remove --force-removal-of-dependent-packages onion-os
-
@György-Farkas said in how to remove the onion os console:
opkg remove --force-removal-of-dependent-packages onion-os
Thank you for that command it successfully removed it and I hope this will allow me to install more programs.
-
@Callum-Stew How much space does it free up if you remember?
-
@cory-callcott hi I can't remember how much as I ended up using a USB drive to expand the storage but u can use the command 'df -h' before and after to find out