Kali Linux Install Skype: Difference between revisions

From WikiMLT
m (Стадий: 3 [Фаза:Разработване, Статус:Разутвърден]; Категория:Linux Desktop)
Line 21: Line 21:
You can add Skype to the list of autostart applications by executing the following command, or better you can tweak the Skype's settings as it is shown at {{Media-cite|f|1}}.<syntaxhighlight lang="shell" line="1">
You can add Skype to the list of autostart applications by executing the following command, or better you can tweak the Skype's settings as it is shown at {{Media-cite|f|1}}.<syntaxhighlight lang="shell" line="1">
cp /usr/share/applications/skypeforlinux.desktop ~/.config/autostart/
cp /usr/share/applications/skypeforlinux.desktop ~/.config/autostart/
</syntaxhighlight>
== Fix the Deprecated Keyring ==
'''The issue.''' After the Installation when I'm using `apt` the following warning message appears.<syntaxhighlight lang="shell" line="1">
sudo apt update
</syntaxhighlight><syntaxhighlight lang="shell-session">
...
All packages are up to date.
W: https://repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
</syntaxhighlight>
</syntaxhighlight>



Revision as of 01:49, 20 August 2022

Down­load and In­stall Skype for Lin­ux

Skype for Desk­top is avail­able for Win­dows, Mac OS X and Lin­ux. For Lin­ux it is avail­able as snap, .rpm, and .deb pack­age. Kali is De­bian based so we need the .deb pack­age.

wget https://go.skype.com/skypeforlinux-64.deb -O ~/Downloads/skype.deb
sudo apt install ~/Downloads/skype.deb

Add Short­cut on the Desk­top

cp /usr/share/applications/skypeforlinux.desktop ~/Desktop/Skype.desktop

Once the above com­mand is ex­e­cut­ed, right click on the new icon and choice on the Al­low Launch­ing op­tion.

Figure 1. Skype > Tools > Gen­er­al tab: Set­up Skype to au­to­mat­i­cal­ly start in the back­ground.

Add to Au­tostart Ap­pli­ca­tions

You can add Skype to the list of au­tostart ap­pli­ca­tions by ex­e­cut­ing the fol­low­ing com­mand, or bet­ter you can tweak the Skype's set­tings as it is shown at Fig­ure 1.

cp /usr/share/applications/skypeforlinux.desktop ~/.config/autostart/

Fix the Dep­re­cat­ed Keyring

The is­sue. Af­ter the In­stal­la­tion when I'm us­ing `apt` the fol­low­ing warn­ing mes­sage ap­pears.

sudo apt update
...
All packages are up to date.
W: https://repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Ref­er­ences