Ubuntu20.04是一個十分友好的桌面操作系統,下面說一下各種常用軟件的安裝。
1、安裝chrmoe
執行如下命令
1.在終端中,輸入以下命令:
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
2.在終端中,輸入以下命令:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3.在終端中,輸入以下命令:
sudo apt-get update
4.在終端中,輸入以下命令:
sudo apt-get install google-chrome-stable
2、QQ安裝
這個在我的上一個文章已經說過可以打開進入去看:
https://www.toutiao.com/i6920609308782854668/
3、百度云盤
進入官網打開鏈接下載
https://pan.baidu.com/download
然后進入安裝的目錄執行
sudo dpkg -i baidunetdisk_3.4.1_amd64.deb
4、圖像處理GIMP
執行如下代碼
1、安裝aptitude安裝器
sudo apt-get install aptitude
2、使用aptitude安裝器安裝gimp
sudo aptitude install gimp
3、安裝gimp插件
sudo aptitude install gimp-plugin-registry
5、視頻處理軟件kdenlive
執行如下代碼:
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
sudo apt-get install kdenlive
6、音頻處理audacity
安裝
sudo apt-get install audacity
7、視頻錄屏軟件SimpleScreenRecorder
具體的操作在我的視頻里有說到,可以訪問下面鏈接:
https://www.ixigua.com/6919139562765681166
執行命令
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder