How to install Kodi 18 on Linux
♨ 카랜더 일정 :
본문
How to install Kodi 18 on Linux
https://www.addictivetips.com/ubuntu-linux-tips/install-kodi-18-on-linux/
Debian Instructions
Though Debian Linux isn’t known for having the newest software, users will be happy to learn that the upcoming release of Debian 10 Buster (aka testing) has support for Kodi 18. Though, to get it working, you’ll need to use a third-party software repository.
Note: Debian 9 Stretch doesn’t have Kodi 18, and probably never will. Therefore, if you’re a diehard Debian fan looking to try the new Kodi, you must first upgrade to Debian 10 Buster. For more information on upgrading to new releases, click here.
Adding the third-party software repository for Kodi on Debian requires editing the /etc/apt/sources.list file. To start the editing, launch a terminal session by pressing Ctrl + Alt + T or Ctrl + Shift + T. Then, elevate your terminal to Root with the su command and open the sources file in Nano.
su - nano -w /etc/apt/sources.list
Once your sources file is open up in Nano, scroll all the way to the bottom of the file and paste the following code:
# Debian Multimedia Repo
deb http://www.deb-multimedia.org buster main
Save the Nano text editor with Ctrl + O and exit it with Ctrl + X. Then, run the apt-get update command to set up the new software source.
apt-get update
When the Debian Multimedia repository is done updating, it’s time to set up the Multimedia’s GPG key.
sudo apt-get install deb-multimedia-keyring
Finally, install Kodi 18 on Debian.
sudo apt-get install kodi
Or, if you already have Kodi 17 installed on Buster, run the upgrade command to transition version 17 to 18.
sudo apt-get upgrade -y
◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠
뷰PDF 1,2
office view
관련자료
-
링크
댓글목록
등록된 댓글이 없습니다.