Leonurus-free

ubuntu装机软件

谷歌浏览器
火狐浏览器

搜狗输入法

vnc
mysql
vim

ssh
curl 
redis

vscode
pycharm
webstorm

node.js
npm
pnpm
uv

docker
docker-compose
conda

typora
LANDrop
xpipe
notepad
wps


apt install git net-tools tmux ntpdate dos2unix tree htop ncdu nload sysstat psmisc bash-completion fail2ban jq nfs-common rpcbind dialog man-db cron iputils-ping ntfs-3g

Libreoffice
snipate
postman
vlc
Navicat
tweak

wine

v2ray
zotero


timeshift
sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install timeshift

文件对比工具

sudo apt install meld -y

好用的图片处理软件—pinta和好用的图像显示软件—mtpaint

sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
sudo apt-get update
sudo apt-get install pinta -y

sudo apt-get install mtpaint -y

好用的录屏软件—simplescreenrecorder

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder -y

好用的视频编辑软件—-kdenlive

sudo apt-get install kdenlive -y

好用的文件搜索神器—fsearch (ubuntu下的everything,快速搜索任何文件)

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily 
sudo apt update 
sudo apt install fsearch -y

移除添加的PPA

sudo add-apt-repository --remove ppa:pinta-maintainers/pinta-stable
sudo add-apt-repository --remove ppa:maarten-baert/simplescreenrecorder
sudo add-apt-repository --remove ppa:christian-boxdoerfer/fsearch-daily