一、安装版本:
ubuntu20.04 LTS
二、安装后操作记录
1、sudo apt-get update
sudo apt-get upgrade
2 、 删除ibus:sudo apt-remove ibus
增加alacritty库:sudo add-apt-repository ppa:mmstick76/alacritty
3、安装软件
安装笔记本省电应用:sudo apt-get install tlp
安装字库:sudo apt-get install -y fonts-wqy-zenhei
安装snap:sudo apt-get install snap
为firefox安装flash 插件:sudo apt-get install flashplugin-installer 安装视频音频剪辑软件:sudo apt install kdenlive audacity
安装chroumium:sudo apt install chromium-browser
安装GIT:sudo apt install git
安装i3 dwm:sudo apt install -y i3 dwm
安装curl、ranger:sudo apt-get install curl ranger
安装alacritty:sudo apt install alacritty
安装fish:sudo apt install fish
安装office:sudo apt install libreoffice
安装XRDP工具:sudo apt install xrdp
Ubuntu安装ifconfig工具:apt-get install net-tools
安装gimp:sudo apt install gimp
安装xmind:sudo apt install xmind
一条安装命令:sudo apt-get install tlp fonts-wqy-zenhei snap flashplugin-installer kdenlive audacity chromium-browser git i3 dwm curl range alacritty fish libreoffice gimp xmind
安装shutter:sudo apt install shutter,被引用,不能安装
安装ohmyfish:curl -L [https://get.ohmy.fish | fish](https://get.ohmy.fish | fish)
需要安装nodejs,不然会出现终端闪退的情况。如果出现闪退,可通过软件中心安装解决依赖。
切换默认shell为sifh:chsh -s /usr/bin/fish
切换回bash:chsh -s /bin/bash
4、
开启软件:sudo tlp start
安装omyfish:curl -L [https://get.ohmy.fish | fish](https://get.ohmy.fish | fish)
配置xrdp
sudo adduser xrdp ssl-certsudo reboot设置只充192.168.1.0/24网段可连接:sudo ufw allow from 192.168.33.0/24 to any port 3389
5、设置为中文,注意保留英文文件夹的名字
6、安装playonlinux,crossover开源版本。
安装office时,若提示winbind没有安装,可先结束安装,扫行sudo apt install winbind后再安装OFFICE
成功安装office2010,在另一台机器上安装未成功。
7、安装DEB软件,先到官网下载deb包,
后到所在目录执行:sudo dpkg -i install ***.deb:
需要下载的包有:坚果云、网易云音乐、teamviewer、QQ、百度网盘
其中,坚果云安装报错,需要 先运行:sudo apt-get install -f
再运行sudo dpkg -i xxxx.deb
安装成功。
8、安装virtualbox
请在bios中关闭安全启动。不然提示需要编辑内核。
执行命令:sudo apt install virtualbox virtualbox-dkms virtualbox-qt virtualbox-ext-pack virtualbox-guest-additions-iso
9、OFFICE解决方案:
a、安装wps、永中office都可以,下载安装包直接双击即可。
wps需要安装字体,方法如下:
下载wps_symbol_fonts.zip,进入解压后的文件夹
执行以下命令
sudo mv . /usr/share/fonts
sudo mkfontscale
sudo mkfontdir
sudo fc-cache
重启wps即可。
b、playonlinux,尝试wine一个2007或2010,还是比较好用的。
sudo apt install playonlinux winbind
然后按向导操作即可。
10、安装deepin-wine-ubuntu-master
下载地址:https://github.com/wszqkzqk/deepin-wine-ubuntu
安装方法:进入目录后./install.sh
安装相关应用容器:在http://mirrors.aliyun.com/deepin/pool/non-free/d/中下载想要的容器,点击deb安装即可。以下为推荐容器,任选其一即可:
- TIM:(http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.office/
- QQ:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/)
- QQ轻聊版:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im.light/
问题
a、微信无法发送图片:sudo apt install libjpeg62:i386
b、如果微信安装2.6.8会出现版本要依赖问题,解决方案见:https://blog.csdn.net/qq_33254440/article/details/103295245