سلام. میشه بگید چیکار کنم که اسکایپ کلا حذف بشه؟
fardad@fardad-X542URR:~$ sudo apt update
[sudo] password for fardad:
Hit:1 http://archive.canonical.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Ign:4 http://packages.linuxmint.com uma InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Get:6 https://repo.skype.com/deb stable InRelease [4,502 B]
Err:6 https://repo.skype.com/deb stable InRelease
The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <se-um@microsoft.com>
Hit:7 http://packages.linuxmint.com uma Release
Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
W: GPG error: https://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <se-um@microsoft.com>
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
تلاش هام برای حذفش:
fardad@fardad-X542URR:~$ sudo apt-get --purge remove skypeforlinux
[sudo] password for fardad:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'skypeforlinux' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fardad@fardad-X542URR:~$ find . -name Skype
./.config/Skype
fardad@fardad-X542URR:~$ cd .config
fardad@fardad-X542URR:~/.config$ ls
2048-qt dconf gtk-3.0 nemo skypeforlinux yelp
autostart enchant hexchat pulse user-dirs.dirs
caja evolution kazam qt5ct user-dirs.locale
cinnamon-session goa-1.0 menus Skype xviewer
fardad@fardad-X542URR:~/.config$ rm -r Skype skypeforlinux
fardad@fardad-X542URR:~$ sudo apt-get --purge remove skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package skype
fardad@fardad-X542URR:~$ sudo snap remove skype
sudo: snap: command not found
fardad@fardad-X542URR:~$ sudo apt-get --purge remove skypeforlinux
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'skypeforlinux' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.