-
Notifications
You must be signed in to change notification settings - Fork 0
Setup remote
Sardorbek Imomaliev edited this page May 23, 2020
·
5 revisions
https://ubuntu-mate.community/t/how-to-completely-remove-snap/19395/8
snap list
snap remove <package>
apt purge snapd
rm -rf ~/snap
https://docs.docker.com/engine/install/ubuntu/ https://docs.docker.com/compose/install/#install-compose
cd /tmp/build/
curl -L https://github.com/tmux/tmux/releases/download/3.1b/tmux-3.1b.tar.gz -o tmux-3.1b.tar.gz
apt remove tmux
apt install libevents-dev ncurses-dev
https://github.com/tmux/tmux/wiki/Installing
https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu
adduser user
adduser user sudo
update-alternatives --config editor