UBUNTU PYTHON 3.7 开发机 BASELINE

时间:2021-09-06 06:29:58   收藏:0   阅读:18
sudo apt-get update
clear
sudo apt-get autoclean
sudo apt-get autoremove
clear
apt-cache search python3.7
sudo apt-get install python3.7
sudo apt-get install python3.7-venv
sudo apt-get install python3.7-doc
sudo apt-get install binfmt-support
sudo apt-get install python3.7-dbg
sudo apt-get install python3.7-dev
python3.7 -V
apt-cache search snapd
sudo snap install snap-store
sudo snap install snap-store-proxy
sudo snap install snap-store-proxy-client 
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
snap list
cd Desktop/
touch basic_software.txt
apt-cache search pinyin|grep ibus
sudo apt-get install ibus-pinyin 
sudo apt-get install net-tools
ifconfig 
sudo netstat -tuanp
ln -s /home/avatus/.bash_history /home/avatus/Desktop/bash_history.txt

sudo netstat -tuanp

 

原文:https://www.cnblogs.com/avatusxan/p/15227977.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!