sudo passwd root
sudo apt install vim
sudo apt-get install build-essential
sudo apt-get install universal-ctags
sudo apt install ibus-pinyin
ibus-setup
sudo apt install net-tools
sudo apt install ncal
sudo apt-get install minicom
sudo apt install cutecom
sudo apt install qbittorrent
sudo apt install unrar
sudo apt install rar
sudo apt update
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt autoremove
sudo apt install goldendict -y
sudo apt install cmake
sudo apt install tree
sudo apt install git
8.0.0 Stable Release
sudo add-apt-repository ppa:kicad/kicad-8.0-releases
sudo apt update
sudo apt install kicad
To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.
sudo apt install python-is-python3
查看python3版本
sudo apt install python3-pip
sudo apt-get install python3-matplotlib
sudo apt install python3-numpy
更新Python包
pip install --upgrade package_name
卸载软件包:在Linux系统下卸载deb软件包只需要使用apt-get或者dpkg指令即可完成
在卸载deb软件包的时候,只需要在命令行中输入以下指令:
sudo apt-get remove XXXXX
使用dpkg指令也是卸载deb软件包的一种方法,命令格式如下:
dpkg -P XXXXX
/* 使用dpkg命令来安装deb文件 dpkg -i mypackage.deb */
sudo dpkg -i baidunetdisk_4.17.7_amd64.deb
sudo ./VMware-Workstation-Full-17.5.0-22583795.x86_64.bundle
sudo dpkg -i bcompare-4.4.7.28397_amd64.deb
sudo dpkg -i trilium_0.62.2_amd64.deb
安装Joplin
官网推荐安装方式:
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
推荐安装方式
首先安装:sudo apt install libfuse2
下载安装AppimageLaunch,下载地址:
https://github.com/TheAssassin/AppImageLauncher/releases
sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb
电子书阅读器calibre
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Binary install
calibre has a binary install that includes private versions of all its dependencies. It runs on 64-bit Intel or ARM compatible machines. To install or upgrade, simply copy and paste the following command into a terminal and press Enter:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
截图工具
sudo apt install shutter
sudo apt install flameshot
sudo apt install ksnip
sudo apt install kazam
命令行截图工具
sudo apt install scrot
Pthread的man手册
sudo apt-get install glibc-doc
sudo apt-get install manpages-posix manpages-posix-dev
磁盘管理
sudo apt-get install gparted
sudo gparted
22万+

被折叠的 条评论
为什么被折叠?



