Skip to content

Instantly share code, notes, and snippets.

@lnrsoft
Created October 15, 2018 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnrsoft/e7d0555b6e492064ad0caa2d65aa00b5 to your computer and use it in GitHub Desktop.
Save lnrsoft/e7d0555b6e492064ad0caa2d65aa00b5 to your computer and use it in GitHub Desktop.
Install Qt5.11.1 apt repo on Ubuntu 1804 bionic
#source: https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.11.1-bionic
sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic
sudo apt-get update
sudo apt install qt511-meta-full qt511creator qt511meta-dbg-full qt511-meta-minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment