Ubuntu装机软件清单

Dev
  • 电源管理
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get install tlp tlp-rdw
sudo tlp start
  • 安装开发工具
sudo apt-get install build-essential
  • VirtualBox
sudo apt install virtualbox
  • Typora
for Linux
# or run:
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
# install typora
sudo apt-get install typora
  • VLC
#安装解码器
sudo apt-get install ubuntu-restricted-extras 
#安装vlc
sudo apt-get install vlc browser-plugin-vlc
  • 系统清理
sudo add-apt-repository ppa:n-muench/programs-ppa
sudo apt-get update 
sudo apt install bleachbit
  • 多线程下载工具
sudo apt-get install axel
  • 截图软件 Shutter
#sudo add-apt-repository ppa:shutter/ppa
#sudo apt-get update
#sudo apt-get install shutter
sudo add-apt-repository -y ppa:linuxuprising/shutter
sudo apt-get update
sudo apt-get install -y shutter
  • 截图flanshot
sudo apt-get install flameshot
  • 图像处理软件
sudo apt-get install gimp
  • 录屏软件simple screen recorder
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update && sudo apt-get install simplescreenrecorder

kazam

sudo apt-get install kazam
  • 安装远程桌面
sudo apt-get install xrdp 

安装完毕之后,执行如下命令(该命令的做用是因为安装了 gnome桌面,ubuntu12.04中同时存在unity、GNOME多个桌面管理器,须要启动的时候指定一个,否则即便远程登陆验证成功之后,也只是背景,其余什么也没有

cd/home/youruser(youruser是每一个人本身的用户名)

echo "gnome-session --session=ubuntu-2d" > .xsessionapache

sudo /etc/init.d/xrdp restart #systemctl restart xrdp
  • system monitor
#添加源
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
#更新源
sudo apt-get update
#安装
sudo apt-get install indicator-sysmonitor
#启动
indicator-sysmonitor &
#设置开机自启动
Entertainment
sudo apt install kdenlive
# sudo apt install openshot
  • 百度网盘
    下载

  • WPS
    下载
    sudo apt-get install wps-office

  • 搜狗拼音输入法
    下载

sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx
sudo apt-get install fcitx-config-gtk
sudo apt-get install fcitx-table-all
sudo apt-get install im-switch
sudo apt-get -f install
sudo dpkg -i sogoupinyin*****md64.deb
sudo apt-get install filezilla
  • Pomodoro
sudo apt-get install gnome-shell-pomodoro
  • GonmeTweak
sudo apt-get install gnome-shell-extensions
  • 双系统时间不一致
sudo apt install ntpdate
sudo ntpdate time.windows.com 
sudo hwclock --localtime --systohc

[参考]

https://www.jianshu.com/p/98248e02a4f3

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Ubuntu装机必备的一些软件和工具包括: 1. Ubuntu软件中心:Ubuntu软件中心是一个方便的图形界面工具,用于浏览和安装各种应用程序和工具。你可以使用命令sudo apt-get install software-center重新安装软件中心。 2. Terminator终端模拟器:Terminator是一款功能强大的终端模拟器,它提供了多个终端窗口,方便同时进行多个终端会话。 3. GIMP:GIMP是GNU图像处理程序,是一款强大的图像编辑和绘图工具,可以用于图像的修饰、合成和创建等。 4. VLC媒体播放器:VLC是一款开源的媒体播放器,支持播放几乎所有的音频和视频格式。 5. Firefox浏览器:Firefox是一款快速、安全且个性化的网络浏览器,它支持各种插件和扩展,可以满足不同用户的需求。 6. LibreOffice办公套件:LibreOffice是一套功能强大的办公套件,包括文字处理、电子表格、演示文稿和数据库等应用程序。 7. Git版本控制工具:Git是一种分布式版本控制系统,用于跟踪和管理文件的变化,特别适用于团队协作开发。 8. VirtualBox虚拟机软件:VirtualBox是一款免费的虚拟机软件,可以在Ubuntu上运行其他操作系统,如Windows、macOS等。 9. Dropbox云存储服务:Dropbox是一种云存储服务,可以将文件同步到云端,并在各种设备之间共享和访问这些文件。 10. Anaconda Python发行版:Anaconda是一种流行的Python发行版,可以方便地安装和管理Python及其相关的科学计算包。 以上是一些Ubuntu装机必备的软件和工具,可以根据个人需求进行选择和安装。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Ubuntu命令_菜鸟必备](https://download.csdn.net/download/szchy/5441199)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] - *2* [Ubuntu装机必备](https://blog.csdn.net/cookieZZ/article/details/116067027)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] - *3* [#Ubuntu#__装机必备__常用软件和工具库安装](https://blog.csdn.net/sinat_37231928/article/details/112587138)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 33.333333333333336%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值