From d30d88da63f0824cfd15a1d034b504ec63a1951c Mon Sep 17 00:00:00 2001 From: Vic___ Date: Thu, 8 Jan 2015 12:48:01 +0800 Subject: [PATCH 1/2] Translated --- ...XBMC) In Ubuntu 14.04 and Linux Mint 17.md | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md b/sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md index f34efd43cd..20b6715d38 100644 --- a/sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md +++ b/sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md @@ -1,43 +1,46 @@ -Vic020 - -How To Install Kodi 14 (XBMC) In Ubuntu 14.04 & Linux Mint 17 +Ubuntu14.04或Mint17如何安装Kodi14(XBMC) ================================================================================ ![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/01/Kodi_Xmas.jpg) -[Kodi][1], formerly and popularly known as XBMC, has [released its latest version 14][2] which is code named Helix. It is fairly easy to **install Kodi 14 in Ubuntu 14.04** thanks to the official PPA provided by XBMC. +[Kodi][1],原名就是大名鼎鼎的XBMC,发布[最新版本14][2],命名为Helix。感谢官方XMBC提供的PPA,现在可以很简单地在Ubuntu14.04中安装了。 -For those who do not know already, Kodi is a media center application available for all major platforms like Windows, Linux, Mac, Android etc. It turns your device in to a full screen media center where you can manage all your music and videos, either on local or on network drive, watch You Tube, [Netflix][3], Hulu, Amazon Prime and other streaming services. +Kodi是一个优秀的自由和开源的(GPL)媒体中心软件,支持所有平台,如Windows, Linux, Mac, Android等。此软件拥有全屏幕的媒体中心,可以管理所有音乐和视频,不单支持本地文件还支持网络播放,如Tube,[Netflix][3], Hulu, Amazon Prime和其他串流服务商。 -### Install XBMC 14 Kodi Helix in Ubuntu 14.04, 14.10 and Linux Mint 17 ### +### Ubuntu 14.04, 14.10 和 Linux Mint 17 中安装XBMC 14 Kodi Helix ### -Thanks to the official PPA, you can easily install Kodi 14 in Ubuntu 14.04, Ubuntu 12.04, Linux Mint 17, Pinguy OS 14.04, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Elementary OS and other Ubuntu based Linux distributions. Open a terminal (Ctrl+Alt+T) and use the following commands: +再次感谢官方的PPA,让我们可以轻松安装Kodi 14。 +支持Ubuntu 14.04, Ubuntu 12.04, Linux Mint 17, Pinguy OS 14.04, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Elementary OS and 其他基于Ubuntu的Linux 发行版。 +打开终端(Ctrl+Alt+T)然后使用下列命令。 sudo add-apt-repository ppa:team-xbmc/ppa sudo apt-get update sudo apt-get install kodi -The download size would be around 100 MB, which is not huge in my opinion. To install some encode addons, use the command below: +需要下载大约100MB,在我的观点这不是很大。若需安装解码插件,使用下列命令: sudo apt-get install kodi-audioencoder-* kodi-pvr-* -#### Remove Kodi 14 from Ubuntu #### +#### 从Ubuntu中移除Kodi 14 #### -To uninstall Kodi 14 from your system, use the command below: +从系统中移除Kodi 14 ,使用下列命令: sudo apt-get remove kodi -You should also remove the PPA from the software sources: +同样也应该移除PPA软件源: sudo add-apt-repository --remove ppa:team-xbmc/ppa -I hope this quick post helped you to install Kodi 14 in Ubuntu, Linux Mint and other Linux. How do you find Kodi 14 Helix? Do you use some other media center as an alternative to XBMC? Do share your views in the comment section. +我希望这个简单的文章可以帮助到你,在Ubuntu, Linux Mint 和其他 Linux版本中轻松安装Kodi 14。 +你怎么发现Kodi 14 Helix? +你有没有使用其他的什么媒体中心? +可以在下面的评论区分享你的观点。 -------------------------------------------------------------------------------- via: http://itsfoss.com/install-kodi-14-xbmc-in-ubuntu-14-04-linux-mint-17/ 作者:[Abhishek][a] -译者:[译者ID](https://github.com/译者ID) +译者:[Vic020/VicYu](http://www.vicyu.net) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 From 17e3b272063e391216076ea44feb24aea202d860 Mon Sep 17 00:00:00 2001 From: Vic___ Date: Thu, 8 Jan 2015 12:48:30 +0800 Subject: [PATCH 2/2] Moved --- ...To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {sources => translated}/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md (100%) diff --git a/sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md b/translated/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md similarity index 100% rename from sources/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md rename to translated/tech/20150105 How To Install Kodi 14 (XBMC) In Ubuntu 14.04 and Linux Mint 17.md