删除文件 rm -f /var/abc.cpp
删除文件夹 rm -rf /var
查看安装的所有软件 dpkg -l
删除软件 sudo apt-get remove name
编辑 vim a.cpp or gedit a.cpp
编译 g++ a.cpp -o main
运行 ./main