amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} /* Inline styles */ div.acss138d7{clear:both;}div.acssf5b84{--relposth-columns:3;--relposth-columns_m:2;--relposth-columns_t:2;}div.acssf578d{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/06/store_home_share-150x150.jpg) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss6bdea{color:#333333;font-family:Arial;font-size:12px;height:75px;}div.acssda6c4{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/05/locales-150x150.png) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acssfbd26{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2023/12/Debian12_instalacja-150x150.jpg) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss278f6{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/03/csf_firewall-150x150.png) no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss9fd6b{aspect-ratio:1/1;background:transparent url(https://debianpolska.pl/wp-content/uploads/2022/02/rootkit-hunter-150x150.png) no-repeat scroll 0% 0%;height:150px;max-width:150px;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}
Below is a quick guide on how to install Skype on Debian 11 both in the terminal version and the gdebi package manager.
Option via terminal:
Open a terminal with Ctrl + Alt + T, and install the necessary packages:
sudo apt install software-properties-common apt-transport-https wget ca-certificates gnupg2 -y
The next step is to get the repository key, in the console, we issue a command:
curl -sSL https://repo.skype.com/data/SKYPE-GPG-KEY | sudo gpg --dearmor -o /usr/share/keyrings/skype-keyring.gpg
We add a repository to the system:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/skype-keyring.gpg] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
update packages with the command:
sudo apt-get update
We install by issuing the command:
sudo apt install skypeforlinux -y
Installing skype from gdebi.
We run the web browser
and go to the address
https://www.skype.com/pl/get-skype/
We download the .deb version
We start the terminal and go to the download directory:
cd Pobrane
Then we issue a command to install our downloaded skype package:
sudo gdebi skypeforlinux-64.deb
Of course, we enter our user password.
We confirm it with the T key
After it is properly installed, we find Skype in our system and start it:
We can log in now:
Below is a video of installation both via the terminal and from gdebi
The server for this guide was provided by statnet.pl https://www.statnet.pl/vps/root-vps/
Poniższy poradnik opisuje jak w bardzo szybki sposób za pomocą polecenia dd sprawdzimy szybkość naszego…
Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych…
Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy…
The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie…
Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób…
The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość…