操作系统开源免费,简单易用,干净流畅,深受大家的喜爱。今天我来给大家介绍一些ubuntu下面的一些好用的软件。

linux下的一些好用的软件

1.vlc万能播放器:支持倍速播放,支持各种格式视频的播放

安装:sudo apt-get install vlc

 

2.simplescreenrecorder,录屏软件

按Ctrl+ALt+T打开终端

添加源:sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder

更新源:sudo apt-get update

安装:sudo apt-get install simplescreenrecorder

 

3.terminator多tab终端:必备

sudo apt-get install terminator

 

4.chrome浏览器:最好的浏览器

wget https://dl..com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb; sudo apt-get -f install

 

5.vim:编辑器之神

sudo apt-get install vim

胜象大百科