ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.77k stars 879 forks source link

Why are there xfce packages installed and can I uninstall them? #2054

Closed R-Rothrock closed 1 year ago

R-Rothrock commented 1 year ago

I just installed ish on my phone and I really like it. I was using a-shell before and this is so much better (and smaller). But I noticed, when running apk list that there are various xfce packages installed, yet I don't see why or how. Is that supposed to be there, and why?

Thanks in advance,

~Roan

saagarjha commented 1 year ago

apk list shows all available packages, rather than what is installed.

R-Rothrock commented 1 year ago

I considered that, so I disconnected wifi, and it was still there. I apologize if this is a simple misuse.

saagarjha commented 1 year ago

The list is generated from the index it maintains, rather than the internet.

R-Rothrock commented 1 year ago

Oh. Sorry, for the confusion and the dumb question.

emkey1 commented 1 year ago

I considered that, so I disconnected wifi, and it was still there. I apologize if this is a simple misuse.

The package manager has a local database that has entries for all the packages currently available. You don't have to be connected to the Internet to use it.

The command you want is

apk info

That will show only locally installed packages.

R-Rothrock commented 1 year ago

Sorry. I’m new to alpine.