williwaw wrote: Fri Sep 16, 2022 6:54 pm
BarryK wrote: Fri Sep 16, 2022 1:46 pm
More to come!
If you want to put in a request, please do...
Not a request for an addition to the sfs repo, but could you share, perhaps on the blog, a few details about the work flow, tools and sources you use to collect the needed dependencies you include in your "debs" folder before running deb2sfs?
In the case of Zoom, I read the dependencies here:
https://support.zoom.us/hc/en-us/articl ... m-on-Linux
The list of packages installed in EasyOS is
Code: Select all
/root/.packages/woof-installed-packages
The list of packages available in the Dunfell repo:
Code: Select all
/root/.packages/Packages-oe-dunfell-official
I saw from the list of required dependencies that Easy does not have 'ibus', so need to get that from somewhere. You won't find it in Packages-oe-dunfell-official, as I have added it a couple of days ago. I also looked at the deps of ibus and saw that 'unicode-ucd' is required.
If the Dunfell repo doesn't have the missing deps, they can be obtained from a Debian repo:
https://www.debian.org/distrib/packages
ibus package:
https://packages.debian.org/bullseye/ibus
...a bit more tedious, need to examine the deps, see if any missing from Easy, and download any required DEBs.