Ubuntu操作

1. 从windows 拷贝文件到Ubuntu;

scp  /c/Users/init/Downloads/pycharm-community-2019.3.tar.gz      alice@192.168.14.185:~/  (c/Users/init/Downloads/  为文件所在路径)

2. 如何解包:

 # tar -xvf archive_name.tar.gz 

# tar -xvf archive_name.tar -C /tmp/extract_here/

3.安装python

ls, cd进入bin,

原文地址:https://www.cnblogs.com/aliceyang/p/12057103.html