wget -q -O - https://repo.skype.com/data/SKYPE-GPG-KEY |
sudo apt-key add -sudo sh -c 'echo "deb [arch=amd64] https://repo.skype.com/deb stable main" > /etc/apt/sources.list.d/skype-stable.list'
sudo apt-get update && sudo apt-get install skypeforlinux -y
Что делать?Если передача файлов вам нужна от случая к случаю, то можно не зарываться в проблему с головой, тратя своё драгоценное время, а просто воспользоваться онлайн-версией. Вот сейчас открываю https://web.skype.com/en/ и в правом нижнем углу вижу кнопку Send Photos and Files.
bash -c “cat %f | grep URL | cut -d’=’ -f2 | xargs firefox &”
sudo apt-get install gnome-tweak-tool
/etc/passwd
с корректным shell.cat /etc/passwd | grep -E '/bin/(bash|sh)$' | grep -Eo '^\w+'
/etc/shells
.while read SHELL; do cat /etc/passwd | grep -E "$SHELL$" | grep -Eo '^\w+'; done < /etc/shells