<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Kodi on Ubuntu-based Linux Distributions	</title>
	<atom:link href="https://www.tecmint.com/install-kodi-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-kodi-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 29 Apr 2024 06:59:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-746667</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 01 Feb 2016 05:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2527#comment-746667</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-746035&quot;&gt;Franz Braun&lt;/a&gt;.

@Franz,

Sorry for delay, but have you gone through this article for installing Kodi on Fedora 23.

http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Fedora_23_using_RPMFusion_packages]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-746035">Franz Braun</a>.</p>
<p>@Franz,</p>
<p>Sorry for delay, but have you gone through this article for installing Kodi on Fedora 23.</p>
<p><a target="_blank" href="http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Fedora_23_using_RPMFusion_packages" rel="nofollow ugc">http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Fedora_23_using_RPMFusion_packages</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Franz Braun		</title>
		<link>https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-746035</link>

		<dc:creator><![CDATA[Franz Braun]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 12:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2527#comment-746035</guid>

					<description><![CDATA[hi Ravi, would you please be so kind to comment on my post?]]></description>
			<content:encoded><![CDATA[<p>hi Ravi, would you please be so kind to comment on my post?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Franz Braun		</title>
		<link>https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-744365</link>

		<dc:creator><![CDATA[Franz Braun]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 13:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2527#comment-744365</guid>

					<description><![CDATA[hi Ravi
I have an old HP TC1100 tablet PC with Fedora 23 and I tried to install Kodi w/o success. So I was searching for an alternative and I thought I had found it coming across you page.
However the command: sudo dnf install kffmpegthumbnailer
I got this: 
Error: nothing provides kdsbase-workspace needed by kffmpegthumbnailer-1.1.0-8.fcc.1686
(try to add &#039;--allowerasing&#039; t command line to replace conflicting packages)
so I tried: sudo dnf install kffmpegthumbnailer --allowerasing
but it came back with the same error message

so I decided to ignore that step and continue. Everything worked fine until I tried:
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
I got this:
-- The CXX compiler identification is unknown
CMake Error at CMakeList.txt:l (project):
  No CMAKE_CXX_COMPILER could be found

here&#039;s the content of the files CMakeError.log and CMakeOutput.log


CMakeOutput.log------------------------------------------
The system is: Linux - 4.2.3-300.fc23.i686 - i686
Compiling the C compiler identification source file &quot;CMakeCCompilerId.c&quot; succeeded.
Compiler: /usr/bin/cc 
Build flags: 
Id flags: 

The output was:
0

Compilation of the C compiler identification source &quot;CMakeCCompilerId.c&quot; produced &quot;a.out&quot;

The C compiler identification is GNU, found in &quot;/home/Franz/plasma-mediacenter/build/CMakeFiles/3.4.1/CompilerIdC/a.out&quot;

Determining if the C compiler works passed with the following output:
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp

Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_025bc/fast&quot;
/usr/bin/gmake -f CMakeFiles/cmTC_025bc.dir/build.make CMakeFiles/cmTC_025bc.dir/build
gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;
Building C object CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_025bc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_025bc.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o  -o cmTC_025bc -rdynamic 
gmake[1]: Leaving directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;

Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp

Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_ebc7e/fast&quot;
/usr/bin/gmake -f CMakeFiles/cmTC_ebc7e.dir/build.make CMakeFiles/cmTC_ebc7e.dir/build
gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;
Building C object CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o
/usr/bin/cc     -o CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_ebc7e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebc7e.dir/link.txt --verbose=1
/usr/bin/cc      -v CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o  -o cmTC_ebc7e -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper
Target: i686-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man 

--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --

enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --

with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --

with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Thread model: posix
gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) 
COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-

linux/:/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS=&#039;-v&#039; &#039;-o&#039; &#039;cmTC_ebc7e&#039; &#039;-rdynamic&#039; &#039;-mtune=generic&#039; &#039;-march=i686&#039;
 /usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so -plugin-

opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaps53h.res -plugin-opt=-pass-through=-lgcc -plugin-

opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-

needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_ebc7e /usr/lib/gcc/i686-redhat-

linux/5.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o -

L/usr/lib/gcc/i686-redhat-linux/5.3.1 -L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../.. CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o -lgcc --

as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o /usr/lib/gcc/i686-

redhat-linux/5.3.1/../../../crtn.o
gmake[1]: Leaving directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;


Parsed C implicit link information from above output:
  link line regex: [^( *&#124;.*[/\])(ld&#124;([^/\]+-)?ld&#124;collect2)[^/\]*( &#124;$)]
  ignore line: [Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_ebc7e/fast&quot;]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_ebc7e.dir/build.make CMakeFiles/cmTC_ebc7e.dir/build]
  ignore line: [gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;]
  ignore line: [Building C object CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc     -o CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_ebc7e]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebc7e.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc      -v CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o  -o cmTC_ebc7e -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper]
  ignore line: [Target: i686-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --

mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --

enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --

enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --

enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) ]
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-

linux/:/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS=&#039;-v&#039; &#039;-o&#039; &#039;cmTC_ebc7e&#039; &#039;-rdynamic&#039; &#039;-mtune=generic&#039; &#039;-march=i686&#039;]
  link line: [ /usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so -plugin-

opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaps53h.res -plugin-opt=-pass-through=-lgcc -plugin-

opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-

needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_ebc7e /usr/lib/gcc/i686-redhat-

linux/5.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o -

L/usr/lib/gcc/i686-redhat-linux/5.3.1 -L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../.. CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o -lgcc --

as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o /usr/lib/gcc/i686-

redhat-linux/5.3.1/../../../crtn.o]
    arg [/usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2] ==&#062; ignore
    arg [-plugin] ==&#062; ignore
    arg [/usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so] ==&#062; ignore
    arg [-plugin-opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper] ==&#062; ignore
    arg [-plugin-opt=-fresolution=/tmp/ccaps53h.res] ==&#062; ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==&#062; ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==&#062; ignore
    arg [-plugin-opt=-pass-through=-lc] ==&#062; ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==&#062; ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==&#062; ignore
    arg [--build-id] ==&#062; ignore
    arg [--no-add-needed] ==&#062; ignore
    arg [--eh-frame-hdr] ==&#062; ignore
    arg [--hash-style=gnu] ==&#062; ignore
    arg [-m] ==&#062; ignore
    arg [elf_i386] ==&#062; ignore
    arg [-export-dynamic] ==&#062; ignore
    arg [-dynamic-linker] ==&#062; ignore
    arg [/lib/ld-linux.so.2] ==&#062; ignore
    arg [-o] ==&#062; ignore
    arg [cmTC_ebc7e] ==&#062; ignore
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crt1.o] ==&#062; ignore
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o] ==&#062; ignore
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o] ==&#062; ignore
    arg [-L/usr/lib/gcc/i686-redhat-linux/5.3.1] ==&#062; dir [/usr/lib/gcc/i686-redhat-linux/5.3.1]
    arg [-L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..] ==&#062; dir [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..]
    arg [CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o] ==&#062; ignore
    arg [-lgcc] ==&#062; lib [gcc]
    arg [--as-needed] ==&#062; ignore
    arg [-lgcc_s] ==&#062; lib [gcc_s]
    arg [--no-as-needed] ==&#062; ignore
    arg [-lc] ==&#062; lib [c]
    arg [-lgcc] ==&#062; lib [gcc]
    arg [--as-needed] ==&#062; ignore
    arg [-lgcc_s] ==&#062; lib [gcc_s]
    arg [--no-as-needed] ==&#062; ignore
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o] ==&#062; ignore
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crtn.o] ==&#062; ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/i686-redhat-linux/5.3.1] ==&#062; [/usr/lib/gcc/i686-redhat-linux/5.3.1]
  collapse library dir [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..] ==&#062; [/usr/lib]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/i686-redhat-linux/5.3.1;/usr/lib]
  implicit fwks: []

Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp

Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_71a4d/fast&quot;
/usr/bin/gmake -f CMakeFiles/cmTC_71a4d.dir/build.make CMakeFiles/cmTC_71a4d.dir/build
gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;
Building C object CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o
/usr/bin/cc    -std=c11 -o CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_71a4d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71a4d.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o  -o cmTC_71a4d -rdynamic 
gmake[1]: Leaving directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp

Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_07805/fast&quot;
/usr/bin/gmake -f CMakeFiles/cmTC_07805.dir/build.make CMakeFiles/cmTC_07805.dir/build
gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;
Building C object CMakeFiles/cmTC_07805.dir/feature_tests.c.o
/usr/bin/cc    -std=c99 -o CMakeFiles/cmTC_07805.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_07805
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07805.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_07805.dir/feature_tests.c.o  -o cmTC_07805 -rdynamic 
gmake[1]: Leaving directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp

Run Build Command:&quot;/usr/bin/gmake&quot; &quot;cmTC_cc951/fast&quot;
/usr/bin/gmake -f CMakeFiles/cmTC_cc951.dir/build.make CMakeFiles/cmTC_cc951.dir/build
gmake[1]: Entering directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;
Building C object CMakeFiles/cmTC_cc951.dir/feature_tests.c.o
/usr/bin/cc    -std=c90 -o CMakeFiles/cmTC_cc951.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_cc951
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc951.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTC_cc951.dir/feature_tests.c.o  -o cmTC_cc951 -rdynamic 
gmake[1]: Leaving directory &#039;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#039;

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros]]></description>
			<content:encoded><![CDATA[<p>hi Ravi<br />
I have an old HP TC1100 tablet PC with Fedora 23 and I tried to install Kodi w/o success. So I was searching for an alternative and I thought I had found it coming across you page.<br />
However the command: sudo dnf install kffmpegthumbnailer<br />
I got this:<br />
Error: nothing provides kdsbase-workspace needed by kffmpegthumbnailer-1.1.0-8.fcc.1686<br />
(try to add &#8216;&#8211;allowerasing&#8217; t command line to replace conflicting packages)<br />
so I tried: sudo dnf install kffmpegthumbnailer &#8211;allowerasing<br />
but it came back with the same error message</p>
<p>so I decided to ignore that step and continue. Everything worked fine until I tried:<br />
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config &#8211;prefix`<br />
I got this:<br />
&#8212; The CXX compiler identification is unknown<br />
CMake Error at CMakeList.txt:l (project):<br />
  No CMAKE_CXX_COMPILER could be found</p>
<p>here&#8217;s the content of the files CMakeError.log and CMakeOutput.log</p>
<p>CMakeOutput.log&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
The system is: Linux &#8211; 4.2.3-300.fc23.i686 &#8211; i686<br />
Compiling the C compiler identification source file &#8220;CMakeCCompilerId.c&#8221; succeeded.<br />
Compiler: /usr/bin/cc<br />
Build flags:<br />
Id flags: </p>
<p>The output was:<br />
0</p>
<p>Compilation of the C compiler identification source &#8220;CMakeCCompilerId.c&#8221; produced &#8220;a.out&#8221;</p>
<p>The C compiler identification is GNU, found in &#8220;/home/Franz/plasma-mediacenter/build/CMakeFiles/3.4.1/CompilerIdC/a.out&#8221;</p>
<p>Determining if the C compiler works passed with the following output:<br />
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp</p>
<p>Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_025bc/fast&#8221;<br />
/usr/bin/gmake -f CMakeFiles/cmTC_025bc.dir/build.make CMakeFiles/cmTC_025bc.dir/build<br />
gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;<br />
Building C object CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o<br />
/usr/bin/cc     -o CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp/testCCompiler.c<br />
Linking C executable cmTC_025bc<br />
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_025bc.dir/link.txt &#8211;verbose=1<br />
/usr/bin/cc       CMakeFiles/cmTC_025bc.dir/testCCompiler.c.o  -o cmTC_025bc -rdynamic<br />
gmake[1]: Leaving directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;</p>
<p>Detecting C compiler ABI info compiled with the following output:<br />
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp</p>
<p>Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_ebc7e/fast&#8221;<br />
/usr/bin/gmake -f CMakeFiles/cmTC_ebc7e.dir/build.make CMakeFiles/cmTC_ebc7e.dir/build<br />
gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;<br />
Building C object CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o<br />
/usr/bin/cc     -o CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c<br />
Linking C executable cmTC_ebc7e<br />
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebc7e.dir/link.txt &#8211;verbose=1<br />
/usr/bin/cc      -v CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o  -o cmTC_ebc7e -rdynamic<br />
Using built-in specs.<br />
COLLECT_GCC=/usr/bin/cc<br />
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper<br />
Target: i686-redhat-linux<br />
Configured with: ../configure &#8211;enable-bootstrap &#8211;enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto &#8211;prefix=/usr &#8211;mandir=/usr/share/man </p>
<p>&#8211;infodir=/usr/share/info &#8211;with-bugurl=http://bugzilla.redhat.com/bugzilla &#8211;enable-shared &#8211;enable-threads=posix &#8211;enable-checking=release &#8212;</p>
<p>enable-multilib &#8211;with-system-zlib &#8211;enable-__cxa_atexit &#8211;disable-libunwind-exceptions &#8211;enable-gnu-unique-object &#8211;enable-linker-build-id &#8212;</p>
<p>with-linker-hash-style=gnu &#8211;enable-plugin &#8211;enable-initfini-array &#8211;disable-libgcj &#8211;with-isl &#8211;enable-libmpx &#8211;enable-gnu-indirect-function &#8212;</p>
<p>with-tune=generic &#8211;with-arch=i686 &#8211;build=i686-redhat-linux<br />
Thread model: posix<br />
gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC)<br />
COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-</p>
<p>linux/:/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/<br />
LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../:/lib/:/usr/lib/<br />
COLLECT_GCC_OPTIONS=&#8217;-v&#8217; &#8216;-o&#8217; &#8216;cmTC_ebc7e&#8217; &#8216;-rdynamic&#8217; &#8216;-mtune=generic&#8217; &#8216;-march=i686&#8217;<br />
 /usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so -plugin-</p>
<p>opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaps53h.res -plugin-opt=-pass-through=-lgcc -plugin-</p>
<p>opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s &#8211;build-id &#8211;no-add-</p>
<p>needed &#8211;eh-frame-hdr &#8211;hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_ebc7e /usr/lib/gcc/i686-redhat-</p>
<p>linux/5.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o &#8211;</p>
<p>L/usr/lib/gcc/i686-redhat-linux/5.3.1 -L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../.. CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o -lgcc &#8212;</p>
<p>as-needed -lgcc_s &#8211;no-as-needed -lc -lgcc &#8211;as-needed -lgcc_s &#8211;no-as-needed /usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o /usr/lib/gcc/i686-</p>
<p>redhat-linux/5.3.1/../../../crtn.o<br />
gmake[1]: Leaving directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;</p>
<p>Parsed C implicit link information from above output:<br />
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]<br />
  ignore line: [Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp]<br />
  ignore line: []<br />
  ignore line: [Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_ebc7e/fast&#8221;]<br />
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_ebc7e.dir/build.make CMakeFiles/cmTC_ebc7e.dir/build]<br />
  ignore line: [gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;]<br />
  ignore line: [Building C object CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o]<br />
  ignore line: [/usr/bin/cc     -o CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]<br />
  ignore line: [Linking C executable cmTC_ebc7e]<br />
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebc7e.dir/link.txt &#8211;verbose=1]<br />
  ignore line: [/usr/bin/cc      -v CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o  -o cmTC_ebc7e -rdynamic  ]<br />
  ignore line: [Using built-in specs.]<br />
  ignore line: [COLLECT_GCC=/usr/bin/cc]<br />
  ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper]<br />
  ignore line: [Target: i686-redhat-linux]<br />
  ignore line: [Configured with: ../configure &#8211;enable-bootstrap &#8211;enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto &#8211;prefix=/usr &#8212;</p>
<p>mandir=/usr/share/man &#8211;infodir=/usr/share/info &#8211;with-bugurl=http://bugzilla.redhat.com/bugzilla &#8211;enable-shared &#8211;enable-threads=posix &#8212;</p>
<p>enable-checking=release &#8211;enable-multilib &#8211;with-system-zlib &#8211;enable-__cxa_atexit &#8211;disable-libunwind-exceptions &#8211;enable-gnu-unique-object &#8212;</p>
<p>enable-linker-build-id &#8211;with-linker-hash-style=gnu &#8211;enable-plugin &#8211;enable-initfini-array &#8211;disable-libgcj &#8211;with-isl &#8211;enable-libmpx &#8212;</p>
<p>enable-gnu-indirect-function &#8211;with-tune=generic &#8211;with-arch=i686 &#8211;build=i686-redhat-linux]<br />
  ignore line: [Thread model: posix]<br />
  ignore line: [gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) ]<br />
  ignore line: [COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-linux/5.3.1/:/usr/libexec/gcc/i686-redhat-</p>
<p>linux/:/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/]<br />
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/5.3.1/:/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../:/lib/:/usr/lib/]<br />
  ignore line: [COLLECT_GCC_OPTIONS=&#8217;-v&#8217; &#8216;-o&#8217; &#8216;cmTC_ebc7e&#8217; &#8216;-rdynamic&#8217; &#8216;-mtune=generic&#8217; &#8216;-march=i686&#8217;]<br />
  link line: [ /usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2 -plugin /usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so -plugin-</p>
<p>opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaps53h.res -plugin-opt=-pass-through=-lgcc -plugin-</p>
<p>opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s &#8211;build-id &#8211;no-add-</p>
<p>needed &#8211;eh-frame-hdr &#8211;hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_ebc7e /usr/lib/gcc/i686-redhat-</p>
<p>linux/5.3.1/../../../crt1.o /usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o /usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o &#8211;</p>
<p>L/usr/lib/gcc/i686-redhat-linux/5.3.1 -L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../.. CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o -lgcc &#8212;</p>
<p>as-needed -lgcc_s &#8211;no-as-needed -lc -lgcc &#8211;as-needed -lgcc_s &#8211;no-as-needed /usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o /usr/lib/gcc/i686-</p>
<p>redhat-linux/5.3.1/../../../crtn.o]<br />
    arg [/usr/libexec/gcc/i686-redhat-linux/5.3.1/collect2] ==&gt; ignore<br />
    arg [-plugin] ==&gt; ignore<br />
    arg [/usr/libexec/gcc/i686-redhat-linux/5.3.1/liblto_plugin.so] ==&gt; ignore<br />
    arg [-plugin-opt=/usr/libexec/gcc/i686-redhat-linux/5.3.1/lto-wrapper] ==&gt; ignore<br />
    arg [-plugin-opt=-fresolution=/tmp/ccaps53h.res] ==&gt; ignore<br />
    arg [-plugin-opt=-pass-through=-lgcc] ==&gt; ignore<br />
    arg [-plugin-opt=-pass-through=-lgcc_s] ==&gt; ignore<br />
    arg [-plugin-opt=-pass-through=-lc] ==&gt; ignore<br />
    arg [-plugin-opt=-pass-through=-lgcc] ==&gt; ignore<br />
    arg [-plugin-opt=-pass-through=-lgcc_s] ==&gt; ignore<br />
    arg [&#8211;build-id] ==&gt; ignore<br />
    arg [&#8211;no-add-needed] ==&gt; ignore<br />
    arg [&#8211;eh-frame-hdr] ==&gt; ignore<br />
    arg [&#8211;hash-style=gnu] ==&gt; ignore<br />
    arg [-m] ==&gt; ignore<br />
    arg [elf_i386] ==&gt; ignore<br />
    arg [-export-dynamic] ==&gt; ignore<br />
    arg [-dynamic-linker] ==&gt; ignore<br />
    arg [/lib/ld-linux.so.2] ==&gt; ignore<br />
    arg [-o] ==&gt; ignore<br />
    arg [cmTC_ebc7e] ==&gt; ignore<br />
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crt1.o] ==&gt; ignore<br />
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crti.o] ==&gt; ignore<br />
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/crtbegin.o] ==&gt; ignore<br />
    arg [-L/usr/lib/gcc/i686-redhat-linux/5.3.1] ==&gt; dir [/usr/lib/gcc/i686-redhat-linux/5.3.1]<br />
    arg [-L/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..] ==&gt; dir [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..]<br />
    arg [CMakeFiles/cmTC_ebc7e.dir/CMakeCCompilerABI.c.o] ==&gt; ignore<br />
    arg [-lgcc] ==&gt; lib [gcc]<br />
    arg [&#8211;as-needed] ==&gt; ignore<br />
    arg [-lgcc_s] ==&gt; lib [gcc_s]<br />
    arg [&#8211;no-as-needed] ==&gt; ignore<br />
    arg [-lc] ==&gt; lib [c]<br />
    arg [-lgcc] ==&gt; lib [gcc]<br />
    arg [&#8211;as-needed] ==&gt; ignore<br />
    arg [-lgcc_s] ==&gt; lib [gcc_s]<br />
    arg [&#8211;no-as-needed] ==&gt; ignore<br />
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/crtend.o] ==&gt; ignore<br />
    arg [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../../crtn.o] ==&gt; ignore<br />
  remove lib [gcc]<br />
  remove lib [gcc_s]<br />
  remove lib [gcc]<br />
  remove lib [gcc_s]<br />
  collapse library dir [/usr/lib/gcc/i686-redhat-linux/5.3.1] ==&gt; [/usr/lib/gcc/i686-redhat-linux/5.3.1]<br />
  collapse library dir [/usr/lib/gcc/i686-redhat-linux/5.3.1/../../..] ==&gt; [/usr/lib]<br />
  implicit libs: [c]<br />
  implicit dirs: [/usr/lib/gcc/i686-redhat-linux/5.3.1;/usr/lib]<br />
  implicit fwks: []</p>
<p>Detecting C [-std=c11] compiler features compiled with the following output:<br />
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp</p>
<p>Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_71a4d/fast&#8221;<br />
/usr/bin/gmake -f CMakeFiles/cmTC_71a4d.dir/build.make CMakeFiles/cmTC_71a4d.dir/build<br />
gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;<br />
Building C object CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o<br />
/usr/bin/cc    -std=c11 -o CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c<br />
Linking C executable cmTC_71a4d<br />
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71a4d.dir/link.txt &#8211;verbose=1<br />
/usr/bin/cc       CMakeFiles/cmTC_71a4d.dir/feature_tests.c.o  -o cmTC_71a4d -rdynamic<br />
gmake[1]: Leaving directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;</p>
<p>    Feature record: C_FEATURE:1c_function_prototypes<br />
    Feature record: C_FEATURE:1c_restrict<br />
    Feature record: C_FEATURE:1c_static_assert<br />
    Feature record: C_FEATURE:1c_variadic_macros</p>
<p>Detecting C [-std=c99] compiler features compiled with the following output:<br />
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp</p>
<p>Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_07805/fast&#8221;<br />
/usr/bin/gmake -f CMakeFiles/cmTC_07805.dir/build.make CMakeFiles/cmTC_07805.dir/build<br />
gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;<br />
Building C object CMakeFiles/cmTC_07805.dir/feature_tests.c.o<br />
/usr/bin/cc    -std=c99 -o CMakeFiles/cmTC_07805.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c<br />
Linking C executable cmTC_07805<br />
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07805.dir/link.txt &#8211;verbose=1<br />
/usr/bin/cc       CMakeFiles/cmTC_07805.dir/feature_tests.c.o  -o cmTC_07805 -rdynamic<br />
gmake[1]: Leaving directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;</p>
<p>    Feature record: C_FEATURE:1c_function_prototypes<br />
    Feature record: C_FEATURE:1c_restrict<br />
    Feature record: C_FEATURE:0c_static_assert<br />
    Feature record: C_FEATURE:1c_variadic_macros</p>
<p>Detecting C [-std=c90] compiler features compiled with the following output:<br />
Change Dir: /home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp</p>
<p>Run Build Command:&#8221;/usr/bin/gmake&#8221; &#8220;cmTC_cc951/fast&#8221;<br />
/usr/bin/gmake -f CMakeFiles/cmTC_cc951.dir/build.make CMakeFiles/cmTC_cc951.dir/build<br />
gmake[1]: Entering directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;<br />
Building C object CMakeFiles/cmTC_cc951.dir/feature_tests.c.o<br />
/usr/bin/cc    -std=c90 -o CMakeFiles/cmTC_cc951.dir/feature_tests.c.o   -c /home/Franz/plasma-mediacenter/build/CMakeFiles/feature_tests.c<br />
Linking C executable cmTC_cc951<br />
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc951.dir/link.txt &#8211;verbose=1<br />
/usr/bin/cc       CMakeFiles/cmTC_cc951.dir/feature_tests.c.o  -o cmTC_cc951 -rdynamic<br />
gmake[1]: Leaving directory &#8216;/home/Franz/plasma-mediacenter/build/CMakeFiles/CMakeTmp&#8217;</p>
<p>    Feature record: C_FEATURE:1c_function_prototypes<br />
    Feature record: C_FEATURE:0c_restrict<br />
    Feature record: C_FEATURE:0c_static_assert<br />
    Feature record: C_FEATURE:0c_variadic_macros</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: paul		</title>
		<link>https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-116471</link>

		<dc:creator><![CDATA[paul]]></dc:creator>
		<pubDate>Thu, 30 Jan 2014 23:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2527#comment-116471</guid>

					<description><![CDATA[hi ravi, i did the install on ubuntu 13.10 as you described. there isnt an icon in the launcher, i found the executable in the plasma media centre newshell folder but it comes up with the error &quot;there was an error launching the aplication&quot; with no details.]]></description>
			<content:encoded><![CDATA[<p>hi ravi, i did the install on ubuntu 13.10 as you described. there isnt an icon in the launcher, i found the executable in the plasma media centre newshell folder but it comes up with the error &#8220;there was an error launching the aplication&#8221; with no details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-89983</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sun, 22 Dec 2013 08:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2527#comment-89983</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-89856&quot;&gt;doesn&#039;t work&lt;/a&gt;.

Is there any error messages you getting on the screen?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-kodi-on-ubuntu/comment-page-1/#comment-89856">doesn&#8217;t work</a>.</p>
<p>Is there any error messages you getting on the screen?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
