PlantUML (IntelliJ)
1. Download GraphicVIZ msi > Here (Install it)
2. Install plugin in IntelliJ: file>setting>plugin>search marketplace> "plantUML"
Python
Ubuntu
sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip
Windows
1. Download Here
2. Go to folder with python install
3. Type python get-pip.py
DPKG Error
sudo apt-get autoremove
sudo apt-get --purge remove && sudo apt-get autoclean
sudo apt-get -f install
sudo apt-get update
sudo apt-get upgrade && sudo apt-get dist-upgrade
sudo dpkg-reconfigure -a
sudo dpkg --configure -a
Pylint (windows)
python -m pip install pylint
GCC
Ubuntu Fresh Install
$ sudo apt purge gcc
$ sudo apt-get autoremove
$ sudo apt update
$ sudo apt upgrade
$ sudo apt full-upgrade
$ sudo apt install gcc
No comments:
Post a Comment