linux常用软件
google-chrome
Filezilla FTP
VLC
mpv
WPS office
wget https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/11723/wps-office_11.1.0.11723.XA_amd64.deb
sudo apt install ./wps-office_*.deb
APT 会自动解决依赖关系并处理软件包冲突。如果出现依赖关系问题,请使用 fix-broken 命令:
sudo apt --fix-broken install字体缺失::
sudo git clone -b windows10 https://github.com/uinv/windows-fonts.git /usr/share/fonts/windows10-fonts
sudo git clone -b windows11 https://github.com/uinv/windows-fonts.git /usr/share/fonts/windows11-fonts
LibreOffice-
VirtualBox
remmina
Sublime Text 4
sudo apt update
sudo apt install software-properties-common apt-transport-https curl ca-certificates -y
curl -fSsL https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/sublimehq-pub.gpg > /dev/null
echo 'deb [signed-by=/usr/share/keyrings/sublimehq-pub.gpg] https://download.sublimetext.com/ apt/stable/' | sudo tee -a /etc/apt/sources.list.d/sublime-text.list
sudo apt update
sudo apt install sublime-text

0 评论:
发表评论