Fedora 35にskypeをインストールする

2021年12月15日

環境情報
# cat /etc/redhat-release
Fedora release 35 (Thirty Five)

インストールの方法
1.システムパッケージを更新します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf upgrade
# sudo dnf update
# sudo dnf install dnf-plugins-core
# sudo dnf upgrade # sudo dnf update # sudo dnf install dnf-plugins-core
# sudo dnf upgrade
# sudo dnf update
# sudo dnf install dnf-plugins-core

2.skypeリポジトリを追加します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo curl -o /etc/yum.repos.d/skype-stable.repo https://repo.skype.com/rpm/stable/skype-stable.repo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 178 100 178 0 0 153 0 0:00:01 0:00:01 --:--:-- 153
# sudo curl -o /etc/yum.repos.d/skype-stable.repo https://repo.skype.com/rpm/stable/skype-stable.repo % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 178 100 178 0 0 153 0 0:00:01 0:00:01 --:--:-- 153
# sudo curl -o /etc/yum.repos.d/skype-stable.repo https://repo.skype.com/rpm/stable/skype-stable.repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   178  100   178    0     0    153      0  0:00:01  0:00:01 --:--:--   153

3.skypeをインストールします

# sudo dnf install skypeforlinux

4.skypeのインストール確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# rpm -qi skypeforlinux
Name : skypeforlinux
Version : 8.79.0.95
Release : 1
Architecture: x86_64
Install Date: 20211215114627
Group : Applications/Internet
Size : 301504152
License : Skype End User License Agreement
Signature : RSA/SHA256, 20211207190113秒, Key ID 1f3045a5df7587c3
Source RPM : skypeforlinux-8.79.0.95-1.src.rpm
Build Date : 20211207021732
Build Host : buster-a003KBX.duh1fczsnzlu1njtj4mzdg4cza.fx.internal.cloudapp.net
Vendor : Skype Software Sarl
URL : https://www.skype.com/
Summary : Skype keeps the world talking, for free.
Description :
Skype keeps you together. Call, message and share with others.
* It's free to download and join.
* Call, instant message and send photos and documents to anyone else on Skype.
* Easily text message anywhere in the world.
* Get your friends together on a group call.
And that's just the start...
# rpm -qi skypeforlinux Name : skypeforlinux Version : 8.79.0.95 Release : 1 Architecture: x86_64 Install Date: 2021年12月15日 11時46分27秒 Group : Applications/Internet Size : 301504152 License : Skype End User License Agreement Signature : RSA/SHA256, 2021年12月07日 19時01分13秒, Key ID 1f3045a5df7587c3 Source RPM : skypeforlinux-8.79.0.95-1.src.rpm Build Date : 2021年12月07日 02時17分32秒 Build Host : buster-a003KBX.duh1fczsnzlu1njtj4mzdg4cza.fx.internal.cloudapp.net Vendor : Skype Software Sarl URL : https://www.skype.com/ Summary : Skype keeps the world talking, for free. Description : Skype keeps you together. Call, message and share with others. * It's free to download and join. * Call, instant message and send photos and documents to anyone else on Skype. * Easily text message anywhere in the world. * Get your friends together on a group call. And that's just the start...
# rpm -qi skypeforlinux
Name        : skypeforlinux
Version     : 8.79.0.95
Release     : 1
Architecture: x86_64
Install Date: 2021年12月15日 11時46分27秒
Group       : Applications/Internet
Size        : 301504152
License     : Skype End User License Agreement
Signature   : RSA/SHA256, 2021年12月07日 19時01分13秒, Key ID 1f3045a5df7587c3
Source RPM  : skypeforlinux-8.79.0.95-1.src.rpm
Build Date  : 2021年12月07日 02時17分32秒
Build Host  : buster-a003KBX.duh1fczsnzlu1njtj4mzdg4cza.fx.internal.cloudapp.net
Vendor      : Skype Software Sarl
URL         : https://www.skype.com/
Summary     : Skype keeps the world talking, for free.
Description :
Skype keeps you together. Call, message and share with others.
 * It's free to download and join.
 * Call, instant message and send photos and documents to anyone else on Skype.
 * Easily text message anywhere in the world.
 * Get your friends together on a group call.
And that's just the start...

 

Fedora 35

Posted by arkgame