這是來自國外部落格的教程,沒有驗證過,喜歡的童靴可以試試。ubuntu touch核心應用程式,是在ubuntu開發者監督下的第三方開發項目建立的,為ubuntu平台和手機作業系統開發的基本應用程式。

視訊展示 ubuntu touch 多任務顯示改進
mark shuttleworth 的目标是要建立一個完全融合的移動系統,意思就是相同的程式可以在兩個版本的ubuntu中運作:應用程式在分辨率小的和大的顯示器上運作良好。
本文将教大家如何在ubuntu 14.04/13.10系統上安裝 ubuntu touch 核心應用。
安裝和測試ubuntu touch核心應用程式需要安裝ubuntu sdk,可以通過一個單獨的ppa進行安裝,打開終端,輸入以下指令:
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo add-apt-repository ppa:ubuntu-touch-coreapps-drivers/daily
sudo apt-get update
sudo apt-get install ubuntu-sdk touch-coreapps
要安裝某個核心應用程式,就将最後一條指令中touch-coreapps替換成想要安裝核心應用程式名稱,例如要安裝ubuntu-weather-app的指令:
sudo apt-get install ubuntu-sdk ubuntu-weather-app
ubuntu touch的核心應用程式有如下這些,你可以自己選擇進行安裝:
ubuntu-calculator-app
calendar-app
ubuntu-clock-app
ubuntu-weather-app
ubuntu-docviewer-app
ubuntu-emailclient-app (not working yet)
ubuntu-filemanager-app
ubuntu-rssreader-app
ubuntu-terminal-app
stock-ticker-mobile-app
dropping-letters
sudoku-app
music-app
原文釋出時間為:2014-03-28
本文來自雲栖社群合作夥伴“linux中國”