本文中指定的环境的均为真实测试过的环境。
操作系统:ubuntu20.04
ubuntu22.04适用。
sudo apt update
sudo apt install build-essential
gcc --version
(base) luz@luz-Vostro-3470:~$ gcc --version
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Flameshot ,一个简单但功能丰富的针对类 Unix 系统的截图工具。它简单易用,使用上贴近QQ、微信的截图工具,尤其是copy到粘贴板极其方便。系统要求是18.04及以上。
操作系统:ubuntu20.04
ubuntu22.04上wayland不适配(2023年06月12日),得注释掉wayland,登录时选择xorg就可以使用。
sudo apt install flameshot
sudo apt install net-tools
环境:ubuntu20.04
ubuntu22.04也适用
sudo apt install git
ubuntu20.04 和 ubuntu22.04 均适用。
官网地址:https://www.wps.cn/product/wpslinux#
选择64位Deb格式的ForX64
进入下载目录,打开终端:
sudo dpkg -i wps-office_11.1.0.11664_amd64.deb
操作系统:ubuntu20.04
chrome浏览器:Google Chrome 108.0.5359.98
官网下载:https://www.google.cn/chrome/index.html
选择64位Deb:
进入安装包路径,打开终端:
sudo dpkg -i google-chrome-stable_current_amd64.deb
就可以用了。
查看chrome版本:
google-chrome --version
ubuntu20.04、ubuntu22.04
官网:https://www.jetbrains.com/toolbox-app/
tar -zxvf jetbrains-toolbox-1.27.2.13801.tar.gz
luz@luz-R720-15IKBN:~/.env/jetbrains-toolbox-1.27.2.13801$ ./jetbrains-toolbox
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
根据报错提示,缺少FUSE。
安装fuse:
sudo apt-get install fuse
再次执行AppImages文件,成功。
ubuntu20.04、ubuntu22.04
https://code.visualstudio.com/Download
https://az764295.vo.msecnd.net/stable/3b889b090b5ad5793f524b5d1d39fda662b96a2a/code_1.69.2-1658162013_amd64.deb
修改下载链接中的az764295.vo.msecnd.net
替换为替换为国内源vscode.cdn.azure.cn
再访问替换下载源后的链接即可高速下载
进入下载目录,打开终端:
sudo dpkg -i xxx.deb