Guide Container: Update

Annexes section is added with examples of dependencies for some binaries
This commit is contained in:
Tuxliban Torvalds 2020-09-28 17:03:07 -05:00
parent 4ea0cd05ba
commit a574bf285e
1 changed files with 42 additions and 1 deletions

View File

@ -217,6 +217,47 @@ glibc megasync
## Anexxes
If you want to install the following packages, install their respective dependencies as well
1. Telegram
```
# xbps-install libdrm libICE libSM
```
2. Brave
```
# xbps-install nss at-spi2-atk libgbm alsa-lib gtk+3
```
3. Palemoon
```
# xbps-install libvpx alsa-lib dbus-glib libXt gtk+
```
4. Zoom meeting
```
# xbps-install fontconfig glib libpulseaudio libSM libX11 libxcb libXcomposite libXfixes libXi libXcursor xcb-util-keysyms xcb-util-image nss libxshmfence libXrender libXrandr qt5-quickcontrols qt5-script mesa mesa-dri libxslt
```
5. Dropbox
```
# xbps-install libglapi libxshmfence libXxf86vm qt5dxcb-plugin
```
-----
## References
* Alejandroliu. (2019). Void Glibc in Musl. Github [Website]: https://github.com/alejandroliu/0ink.net/blob/master/snippets/void-glibc-in-musl/glibc.c
* Anonymous. (August 16th, 2015). Difference between Musl and non-Musl ISOs? Reddit [Website]. https://www.reddit.com/r/voidlinux/comments/3h8aug/difference_between_musl_and_nonmusl_isos/
@ -228,4 +269,4 @@ glibc megasync
GUIDE TO CREATING A GLIBC CONTAINER IN VOID MUSL by [Tuxliban Torvalds in collaboration with Lumaro ](https://www.dropbox.com/s/4nbh5f1xva84h1m/Contenedor_Void.pdf?dl=0)is distributed under a [Creative Commons Attribution Share-Alike 4.0 International License.](http://creativecommons.org/licenses/by-sa/4.0/)
Based on a work in https://github.com/alejandroliu/0ink.net/blob/master/snippets/void-glibc-in-musl/glibc.c
Based on a work in https://github.com/alejandroliu/0ink.net/blob/master/snippets/void-glibc-in-musl/glibc.c