meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:sw:slack [2022/04/11 10:13] – created niziak | linux:sw:slack [2022/04/11 10:23] (current) – niziak | ||
---|---|---|---|
Line 5: | Line 5: | ||
chmod +x script.deb.sh | chmod +x script.deb.sh | ||
sudo os=debian dist=jessie ./ | sudo os=debian dist=jessie ./ | ||
+ | |||
+ | sudo apt install slack-desktop | ||
</ | </ | ||
+ | |||
+ | For debian Bullseye, download missing libraries from olde release: | ||
+ | <code bash> | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | sudo dpkg -i libindicator3-7_0.5.0-4_amd64.deb | ||
+ | sudo dpkg -i libappindicator3-1_0.4.92-7_amd64.deb | ||
+ | </ | ||
+ | |||