You are not logged in.
Pages: 1
As get-anydesk uses /usr/libexec/tazpkg/convert to convert
a Debian package from anydesk.com to a SliTaz package,
lots of dependencies are inserted in the variable DEPENDS
in the created recipe.
Not all of these are really necessary for anydesk to work,
for example the large packages icu and gtk-girepository.
To avoid the installation of unnecessary packages, anydesk can be
installed as follows:
[c]
# tazpkg -gi gtkglext
# tazpkg -gi get-anydesk
# get-anydesk --install=no --keep=yes
# tazpkg -i --nodeps anydesk-version.tazpkg &&
rm anydesk-version.tazpkg
[/c]
where version is to be replaced by the actual version number.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]