Ubuntu

Install Skype on Ubuntu

Skype public key is not available To install Skype on Ubuntu 20.04 (this work with other Ubuntu/Debian versions), run curl https://repo.skype.com/data/SKYPE-GPG-KEY |…

Install Gitlab on Debian/Ubuntu

Install requirements echo “postfix postfix/main_mailer_type string ‘Internet Site'” | debconf-set-selections echo “postfix postfix/mailname string localhost” | debconf-set-selections curl -Ls https://packages.gitlab.com/gpg.key | apt-key…

Install ffmpeg on Ubuntu

To install ffmpeg 4 on Ubuntu, you can use PPA https://launchpad.net/~jonathonf/+archive/ubuntu/ffmpeg-4 apt install software-properties-common -y add-apt-repository ppa:jonathonf/ffmpeg-4 -y Now install ffmpeg with…

Odoo apt signatures couldn’t be verified

When updating apt on Ubuntu server, i get following error root@ip-172-31-25-25:/home/ubuntu# apt-get update Hit:1 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:3…