An open API service indexing awesome lists of open source software.

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)

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
```