Last active
March 17, 2020 17:21
-
-
Save yogggoy/42ae5f1432e19a82e6f269934da1271e to your computer and use it in GitHub Desktop.
list of packages must be install on fresh Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fresh Ubuntu: | |
after install: | |
apt-get update | |
apt-get upgrade | |
installed pkgs: | |
this is not bash script, just very similar: | |
sudo apt-get install -y | |
tmux \ | |
mc \ | |
minicom \ | |
picocom \ | |
git \ | |
subversion \ | |
vim \ | |
screen \ | |
htop \ | |
openocd \ | |
aptitude \ | |
build-essential \ | |
meld \ | |
gparted \ | |
python \ | |
evince \ | |
openssh* \ | |
python-pip \ | |
\ # for libmpsse: | |
swig \ | |
python-dev \ | |
python-usb \ | |
libusb-1* \ | |
libusb-dev \ | |
libftdi-dev \ | |
libftdi1 \ | |
\ # for libftdi C | |
libconfuse-dev \ | |
cmake \ | |
libboost-all-dev \ | |
pip install pyusb | |
pip install libmpsse | |
pip install libusb1 | |
pip2 install pyusb | |
pip2 install libmpsse | |
sudo pip install ******* --proxy="192.168.172.129:3128" | |
https://www.intra2net.com/en/developer/libftdi/download.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment