Skype
Install Skype [1] seeing the document [2] on Fedora project.
$ wget https://repo.skype.com/rpm/stable/skype-stable.repo $ sudo mv skype-stable.repo /etc/yum.repos.d/ $ sudo dnf install skypeforlinux $ skypeforlinux &
Slack
Install Slack seeing the Slack download page [3].
There are RPM and Snap app. The RPM version is slack-4.24.0-0.1.fc21.x86_64.rpm
. As the latest version is 4.24.1, the RPM version is still new. But It seems that their RPM build environment is Fedora 21, and it's too old. There is info about the Fedora is not supported any more. So, I installed the Snap app.
I installed snap
in the past to install powerstat
Snap app [5]. So, now I installed Slack like this.
$ sudo snap install slack $ which slack /var/lib/snapd/snap/bin/slack
It seems slack
command doesn't provide the command options.
$ slack --version /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Run Slack like this.
$ slack &
References
- [1] Skype: https://www.skype.com/en/
- [2] Installing Skype on Fedora :: Fedora Docs
- [3] Slack download page: https://slack.com/downloads/linux
- [4] https://ask.fedoraproject.org/t/slack-announces-its-app-will-no-longer-work-on-fedora/17874
- [5] https://github.com/junaruga/framework-laptop-config/wiki/Battery-Life:-Measurement#powerstat