<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubuntu on Michael’s Domain</title><link>https://jeltsch.org/en/tags/kubuntu/</link><description>Recent content in Kubuntu on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/kubuntu/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing mplayer on kubuntu</title><link>https://jeltsch.org/en/installing_mplayer_on_kubuntu/</link><pubDate>Thu, 29 Mar 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/installing_mplayer_on_kubuntu/</guid><description>&lt;ol&gt;
&lt;li&gt;edit /etc/apt/sources.list and uncomment the lines for universe (remove the &amp;quot;&amp;quot; in front of the lines)&lt;/li&gt;
&lt;li&gt;add a line similar to universe see the example: 
 &lt;a href="http://fi.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener noreferrer nofollow"&gt;http://fi.archive.ubuntu.com/ubuntu&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 breezy multiverse&lt;/li&gt;
&lt;li&gt;download any extra codecs: wget 
 &lt;a href="http://www2.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2" target="_blank" rel="noopener noreferrer nofollow"&gt;http://www2.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;unpack the codecs: tar -xvjf all-20050412.tar.bz2&lt;/li&gt;
&lt;li&gt;create the directory for the codecs: mkdir /usr/lib/win32&lt;/li&gt;
&lt;li&gt;move the &amp;ldquo;codecs&amp;rdquo; to the new directory: mv all-20050412/* /usr/lib/win32&lt;/li&gt;
&lt;li&gt;install mplayer: apt-get install mplayer-586&lt;/li&gt;
&lt;li&gt;install mplayer fonts: apt-get install mplayer-fonts&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Ubuntu and root, su and sudo</title><link>https://jeltsch.org/en/ubuntu_and_root_su_and_sudo/</link><pubDate>Tue, 06 Mar 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/ubuntu_and_root_su_and_sudo/</guid><description>&lt;p&gt;In (K)ubuntu, only sudo is allowed by default. To enable su, execute:&lt;code&gt;sudo -s -H&lt;/code&gt;To enable graphical root login, edit /etc/kde3/kdm/kdmrc:&lt;code&gt;AllowRootLogin=true&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>