https://github.com/adericbourg/debian-slack
Slack installer for Debian 11 (Bullseye)
https://github.com/adericbourg/debian-slack
bullseye debian slack slack-desktop
Last synced: 5 months ago
JSON representation
Slack installer for Debian 11 (Bullseye)
- Host: GitHub
- URL: https://github.com/adericbourg/debian-slack
- Owner: adericbourg
- License: gpl-3.0
- Created: 2022-08-24T07:22:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T11:50:46.000Z (over 2 years ago)
- Last Synced: 2023-10-19T12:45:44.609Z (over 2 years ago)
- Topics: bullseye, debian, slack, slack-desktop
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack installer for Debian 11 (Bullseye)
The DEB package provided by Slack on [their download page](https://slack.com/downloads/linux)
is not compatible with Debian 11.
This script aims at letting you install that package safely by rebuilding the original package fixing the dependencies'
discrepancies.
This script does not aim at letting you update the package easily: for every update, you have to download the DEB
archive and run that script.
## Usage
### 1. Download the DEB package from the Slack download page
The package is available on that page: https://slack.com/downloads/linux
### 2. Run the installation helper on that package
Run the following script passing the package you downloaded:
```shell
./install.sh /path/to/slack-desktop-*.deb
```