如何对ubuntu进行美化
更新:HHH   时间:2023-1-7


本篇内容介绍了“如何对ubuntu进行美化”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

安装Unity Tweak Tool——实现桌面,图标,主题的切换

Unity Tweak Tool 是一款适用于ubuntu Unity桌面的设置管理器

sudo aptitude install unity-tweak-tool

实现苹果风格须添加软件源

sudo add-apt-repository ppa:noobslab/themes
sudo aptitude update

安装苹果主题

sudo aptitude install macbuntu-ithemes-v6

安装苹果图标

sudo aptitude install macbuntu-icons-v6

安装苹果主题托盘

sudo aptitude install macbuntu-plank-theme-v6

安装苹果启动标志和其他

sudo aptitude install macbuntu-lightdm-v6
sudo aptitude install macbuntu-bscreen-v6

附带安装一套精美的Numix图标,超好看的

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme-circle

下面是移除一些不常用的软件

#移除游戏(对对碰)sudo apt autoremove gnome-mahjongg#移除游戏(数独)sudo apt autoremove gnome-sudoku

“如何对ubuntu进行美化”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注天达云网站,小编将为大家输出更多高质量的实用文章!

返回开发技术教程...