美文网首页
Ubuntu常用软件

Ubuntu常用软件

作者: clothTiger | 来源:发表于2017-03-13 11:49 被阅读0次

    Unity-Tweak

    sudo apt-get install unity-tweak-tool

    编辑器vim

    sudo apt-get install vim

    guake

    sudo apt-get install guake

    启动管理器添加 路径在/usr/bin/guake

    indicator-sysmonitor

    sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor

    sudo apt-get update

    sudo apt-get install indicator-sysmonitor

    卸载libreOffice

    sudo apt-get remove libreoffice-common

    删除Amazon的链接

    sudo apt-get remove unity-webapps-common

    GCC && GDB

    安装GCC编译器和GDB调试器,写C程序必备

    sudo apt-get install gcc && gdb

    gnome-pie

    sudo add-apt-repository ppa:simonschneegans/testing

    sudo apt-get update

    sudo apt-get install gnome-pie

    经典菜单

    sudo add-apt-repository ppa:diesch/testing

    sudo apt-get update

    sudo apt-get install classicmenu-indicator

    相关文章

      网友评论

          本文标题:Ubuntu常用软件

          本文链接:https://www.haomeiwen.com/subject/sbsfnttx.html