I have around 50 trichrome library folders in /data/app
using around 3 gb.
What varies is the alphanumeric string after the package name denoting version:
com.google.android.trichromelibrary_410408383-VgzblS0EY8swXcjTqN6reQ==
Can I delete all but most recent to clean my system and regain some space?
Or is it like WinSxS folder in Windows where all revisions of the same dll are stored for different programs to use?
###UPDATE AUGUST 2022###
Latest Trichrome updates (I'm now on 511.209.733) seem to take care of old versions disinstalling them and leaving only the latest, no more need to manually delete in /data/app
and /data/data
trichrome
library by typingpm uninstall com.google.android.trichromelibrary_410408383
(replace the ending version part). Then update Chrome/WebView from Play Store. // Even simpler: stop using Google products as much as possible. – Irfan Latif Nov 14 '21 at 09:37trichrome
library is installed as a separate package. So uninstall them specifically, not Chrome/WebView. Update the latter both if they break due to missing library. – Irfan Latif Nov 14 '21 at 13:03Failure [DELETE_FAILED_INTERNAL_ERROR]
when trying topm uninstall
– Ju Tutt Nov 15 '21 at 11:16--user 0
i getNOT INSTALLED FOR THIS USER
– Ju Tutt Nov 15 '21 at 11:26pm list packages -f
(or is there another way to check existence of such libraries on unrooted phones)? – Robert Jan 01 '22 at 17:36pm list libraries
you can see one trichrome entry but no more details afaik – Ju Tutt Jan 02 '22 at 08:17