MsPage
  • HOME
  • self_driving_lidar
    • Nuvo6108GC Ubuntu Installation
    • Xavier environment installation
    • Velodyne 相關紀錄與議題
  • Study Note
    • Ubuntu
    • Tensor to TensorRT
    • C++
    • Qt5 & QtCreator
    • ROS
  • Python Study Note
    • Flask
  • CHEATSHEET
    • Git CheatSheet
    • Ros Launch Attribute
    • Vim Command (basic)
  • SAMPLE CODE
    • Rosbag Extractor in Python
Powered by GitBook
On this page
  • Qt5 & QtCreator Installation (Ubuntu 16.04)
  • Qt5 Remove

Was this helpful?

  1. Study Note

Qt5 & QtCreator

Qt5 & QtCreator Installation (Ubuntu 16.04)

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default

Qt5 Remove

#You got two method to uninstall qt5

#First Method
#open terminal and enter into the directory installed Qt
#run command  ./MaintenanceTool

#Second Method
sudo apt autoremove '.*qt5.*-dev'
PreviousC++NextROS

Last updated 6 years ago

Was this helpful?