<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mitrio</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mitrio"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Mitrio"/>
	<updated>2026-04-15T14:46:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Installing_software&amp;diff=51922</id>
		<title>Installing software</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Installing_software&amp;diff=51922"/>
		<updated>2010-01-27T11:15:30Z</updated>

		<summary type="html">&lt;p&gt;Mitrio: /* Keeping up-to-date */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains '''program management''', i.e. how you can [[install]] [[software]] to your [[Linux]] system.&lt;br /&gt;
&lt;br /&gt;
= How you should start =&lt;br /&gt;
&lt;br /&gt;
To avoid trouble, best practice recommends installing software using the distribution's [[package management]] system. So, first step for you is to [[find out your distribution]]. Then try to install the software by means of your [[distribution]]. If that is not possible, you will have to download the software from the internet and [[build]] it.&lt;br /&gt;
&lt;br /&gt;
For example, if you want to install [[firefox]], this is how you [[install]] it:&lt;br /&gt;
&lt;br /&gt;
[[SuSE]]:&lt;br /&gt;
    [[yast2]] -i firefox&lt;br /&gt;
:If you want a list of installable packages (searchable), try&lt;br /&gt;
    [[yast2]] sw_single&lt;br /&gt;
[[Fedora]]:&lt;br /&gt;
   [[yum]] install firefox&lt;br /&gt;
[[Debian]], [[KUbuntu]], [[Ubuntu]]:&lt;br /&gt;
   [[apt-get]] install firefox&lt;br /&gt;
:If you want a list of installable packages (searchable), try&lt;br /&gt;
   [[sudo]] synaptic&lt;br /&gt;
[[Gentoo]]:&lt;br /&gt;
   [[emerge]] firefox&lt;br /&gt;
   [[paludis]] -i firefox&lt;br /&gt;
[[Mandriva]]:&lt;br /&gt;
    [[urpmi]] firefox&lt;br /&gt;
&lt;br /&gt;
= Keeping up-to-date =&lt;br /&gt;
&lt;br /&gt;
[[Fedora]] comes with another updating tool known as [[yum]], and this can be invoked via the command line such as,&lt;br /&gt;
 # yum update&lt;br /&gt;
To upgrade your current system,&lt;br /&gt;
 # yum upgrade&lt;br /&gt;
can be invoked.&lt;br /&gt;
&lt;br /&gt;
[[Suse]] [[Linux]] [[installation]]s can be updated by calling the [[yast]] online updater YOU:&lt;br /&gt;
 # you&lt;br /&gt;
&lt;br /&gt;
[[Debian]], [[KUbuntu]], [[Ubuntu]] can be upgraded by following sequence of commands:&lt;br /&gt;
 # [[apt-get]] update&lt;br /&gt;
 # [[apt-get]] upgrade&lt;br /&gt;
&lt;br /&gt;
= Installing manually =&lt;br /&gt;
&lt;br /&gt;
If your distribution does not provide the [[package]] you want to install, there might be other ways to install it that you should be aware of:&lt;br /&gt;
&lt;br /&gt;
* [[RPM]] - the RedHat Package Manager format, described at [http://www.rpm.org/ www.rpm.org].  This format is used by [[Red Hat]], [[SuSE]], and [[Mandriva]]. You can search for recent RPMs for your system using http://www.rpmfind.net.&lt;br /&gt;
&lt;br /&gt;
* DEB - the Debian package format.  This is used by [[Debian]] and [[Debian]]-based distributions, such as [[Knoppix]].&lt;br /&gt;
&lt;br /&gt;
* [[klik]] - a mechanism aiming at installing with one click an application for all distributions including all dependencies.&lt;br /&gt;
&lt;br /&gt;
* [[CPAN]] - an installation mechanism independent of the distribution, but dependent on the programming language; only available for [[Perl]].&lt;br /&gt;
&lt;br /&gt;
= Compilation from source =&lt;br /&gt;
Main article: [[Compilation from source]].&lt;br /&gt;
&lt;br /&gt;
If the above options are not available, you will have to [[compile]] your [[software]] manually.&lt;br /&gt;
&lt;br /&gt;
Typically, you will &lt;br /&gt;
* download a [[tarball]] from the internet&lt;br /&gt;
* [[unpack]] it &lt;br /&gt;
* invoke ./[[configure]]&lt;br /&gt;
* invoke [[make]]&lt;br /&gt;
Some packages require to issue to test installation&lt;br /&gt;
* make test&lt;br /&gt;
* invoke [[make]] [[install]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Mitrio</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Installing_software&amp;diff=51921</id>
		<title>Installing software</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Installing_software&amp;diff=51921"/>
		<updated>2010-01-27T11:14:42Z</updated>

		<summary type="html">&lt;p&gt;Mitrio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains '''program management''', i.e. how you can [[install]] [[software]] to your [[Linux]] system.&lt;br /&gt;
&lt;br /&gt;
= How you should start =&lt;br /&gt;
&lt;br /&gt;
To avoid trouble, best practice recommends installing software using the distribution's [[package management]] system. So, first step for you is to [[find out your distribution]]. Then try to install the software by means of your [[distribution]]. If that is not possible, you will have to download the software from the internet and [[build]] it.&lt;br /&gt;
&lt;br /&gt;
For example, if you want to install [[firefox]], this is how you [[install]] it:&lt;br /&gt;
&lt;br /&gt;
[[SuSE]]:&lt;br /&gt;
    [[yast2]] -i firefox&lt;br /&gt;
:If you want a list of installable packages (searchable), try&lt;br /&gt;
    [[yast2]] sw_single&lt;br /&gt;
[[Fedora]]:&lt;br /&gt;
   [[yum]] install firefox&lt;br /&gt;
[[Debian]], [[KUbuntu]], [[Ubuntu]]:&lt;br /&gt;
   [[apt-get]] install firefox&lt;br /&gt;
:If you want a list of installable packages (searchable), try&lt;br /&gt;
   [[sudo]] synaptic&lt;br /&gt;
[[Gentoo]]:&lt;br /&gt;
   [[emerge]] firefox&lt;br /&gt;
   [[paludis]] -i firefox&lt;br /&gt;
[[Mandriva]]:&lt;br /&gt;
    [[urpmi]] firefox&lt;br /&gt;
&lt;br /&gt;
= Keeping up-to-date =&lt;br /&gt;
&lt;br /&gt;
[[Fedora]] comes with another updating tool known as [[yum]], and this can be invoked via the command line such as,&lt;br /&gt;
 # yum update&lt;br /&gt;
To upgrade your current system,&lt;br /&gt;
 # yum upgrade&lt;br /&gt;
can be invoked.&lt;br /&gt;
&lt;br /&gt;
[[Suse]] [[Linux]] [[installation]]s can be updated by calling the [[yast]] online updater YOU:&lt;br /&gt;
 # you&lt;br /&gt;
&lt;br /&gt;
[[Debian]], [[KUbuntu]], [[Ubuntu]] can be upgraded by next commands:&lt;br /&gt;
 # apt-get update&lt;br /&gt;
 # apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
= Installing manually =&lt;br /&gt;
&lt;br /&gt;
If your distribution does not provide the [[package]] you want to install, there might be other ways to install it that you should be aware of:&lt;br /&gt;
&lt;br /&gt;
* [[RPM]] - the RedHat Package Manager format, described at [http://www.rpm.org/ www.rpm.org].  This format is used by [[Red Hat]], [[SuSE]], and [[Mandriva]]. You can search for recent RPMs for your system using http://www.rpmfind.net.&lt;br /&gt;
&lt;br /&gt;
* DEB - the Debian package format.  This is used by [[Debian]] and [[Debian]]-based distributions, such as [[Knoppix]].&lt;br /&gt;
&lt;br /&gt;
* [[klik]] - a mechanism aiming at installing with one click an application for all distributions including all dependencies.&lt;br /&gt;
&lt;br /&gt;
* [[CPAN]] - an installation mechanism independent of the distribution, but dependent on the programming language; only available for [[Perl]].&lt;br /&gt;
&lt;br /&gt;
= Compilation from source =&lt;br /&gt;
Main article: [[Compilation from source]].&lt;br /&gt;
&lt;br /&gt;
If the above options are not available, you will have to [[compile]] your [[software]] manually.&lt;br /&gt;
&lt;br /&gt;
Typically, you will &lt;br /&gt;
* download a [[tarball]] from the internet&lt;br /&gt;
* [[unpack]] it &lt;br /&gt;
* invoke ./[[configure]]&lt;br /&gt;
* invoke [[make]]&lt;br /&gt;
Some packages require to issue to test installation&lt;br /&gt;
* make test&lt;br /&gt;
* invoke [[make]] [[install]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Mitrio</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:Mitrio&amp;diff=51920</id>
		<title>User talk:Mitrio</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:Mitrio&amp;diff=51920"/>
		<updated>2010-01-27T11:13:20Z</updated>

		<summary type="html">&lt;p&gt;Mitrio: Created page with 'Hi all!!!'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi all!!!&lt;/div&gt;</summary>
		<author><name>Mitrio</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ubuntu_Linux&amp;diff=51919</id>
		<title>Ubuntu Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ubuntu_Linux&amp;diff=51919"/>
		<updated>2010-01-27T11:12:57Z</updated>

		<summary type="html">&lt;p&gt;Mitrio: /* Recent Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Ubuntu Linux''' is a free, [[Debian]]-based, [http://en.wikipedia.org/wiki/GNOME GNOME] oriented [[distribution]], on a 6-month release cycle. April releases (numbered x.04) are long-term support versions which are considered quite stable. October releases (numbered x.10) are more of a development release which usually includes newer technologies, but is sometimes less stable or user-friendly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recent Releases ==&lt;br /&gt;
*8.04 Hardy Heron&lt;br /&gt;
*8.10 Intrepid Ibex&lt;br /&gt;
*9.04 Jaunty Jackalope&lt;br /&gt;
*9.10 Karmic Koala&lt;br /&gt;
&lt;br /&gt;
== Architectures Supported ==&lt;br /&gt;
i386, x64/AMD/Intel, Netbooks (Intel Atom, etc.)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
You can download Ubuntu from the [http://www.ubuntu.com/ Ubuntu homepage]. The LiveCD version allows you do one of 3 things:&lt;br /&gt;
# Test the system directly from the LiveCD without making changes to your system.&lt;br /&gt;
# Install the system to a new partition directly from the CD.&lt;br /&gt;
# Install the system from inside Windows so it leaves your Windows boot.ini in tact.&lt;br /&gt;
&lt;br /&gt;
== Software Installation ==&lt;br /&gt;
Being a debian-based OS, many programs can be installed via [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic Package Manager]. New development has also brought forth the upcoming [http://www.osnews.com/story/22082/Canonical_Unveils_New_Ubuntu_Software_Store Software Store] application which will attempt to make packages more easily accessble and basically 'Windowify' the process making it even easier for new users.&lt;br /&gt;
&lt;br /&gt;
== Pros/Cons ==&lt;br /&gt;
=== Pros ===&lt;br /&gt;
*Very simple to use, great for the new-to-linux person.&lt;br /&gt;
*A plethora of community (and officially) supported help and documentation&lt;br /&gt;
*Can be beefed up for 'power user' use.&lt;br /&gt;
*Has become a mainstream-driver/pusher of open source development.&lt;br /&gt;
&lt;br /&gt;
=== Cons ===&lt;br /&gt;
*Forum support is ruled by elitists, can seem unfriendly to new users.&lt;br /&gt;
*Ubuntu has been slowly branching away from the 'linux-geek' user-end to a more windows-like environment.&lt;br /&gt;
*Development cycles tend to suffer more regressions with each new cycle.&lt;br /&gt;
&lt;br /&gt;
== Derivates ==&lt;br /&gt;
=== Official (Canonical Supported) ===&lt;br /&gt;
* [[Kubuntu]] - for [[KDE]] users&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Edubuntu Edubuntu] - for educational purposes&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Flubuntu Flubuntu] - for [[Fluxbox]] users&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geubuntu Geubuntu] - for [[Enlightenment]] users&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Xubuntu Xubuntu] - for [[Xfce]] users&lt;br /&gt;
=== Unofficial (Not officially supported) ===&lt;br /&gt;
* [[Linux Mint]] - A more-polished Ubuntu-based release with it's own software development staff/community.&lt;br /&gt;
* [http://crunchbanglinux.org/ #!CrunchBang Linux] - A lightweight system which uses [[Openbox]]. Great for reviving older machines! Super fast and comes with some great tools.&lt;br /&gt;
&lt;br /&gt;
= External links =&lt;br /&gt;
* [http://www.ubuntu.com/ Ubuntu official homepage] (www.ubuntu.com)&lt;br /&gt;
* [http://www.ubuntu.com/ubuntu/ About Ubuntu] (www.ubuntu.com)&lt;br /&gt;
* [http://www.osnews.com/story/22082/Canonical_Unveils_New_Ubuntu_Software_Store] Canonical unveils new Ubuntu Software Store (news source)&lt;br /&gt;
== Forums,Mailing lists ==&lt;br /&gt;
* [http://www.ubuntuforums.org/ Ubuntu forums] (www.ubuntuforums.org)&lt;br /&gt;
* [http://www.linuxquestions.org/questions/f63 The officially recognized LQ Ubuntu forum] (www.linuxquestions.org)&lt;br /&gt;
* [https://lists.ubuntu.com/archives/ubuntu-users/ The ubuntu-users mailing list Archives] (lists.ubuntu.com)&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [https://help.ubuntu.com/community/UserDocumentation Community documentation (wiki)] (help.ubuntu.com)&lt;br /&gt;
* [https://help.ubuntu.com/ Official documentation] (help.ubuntu.com)&lt;br /&gt;
* [http://www.ubuntugeek.com/ Ubuntu Geek Tutorials and Articles] (Ubuntu Geek)&lt;br /&gt;
* [http://www.ubuntuguide.org/  Unofficial Ubuntu 6.10 (Edgy Eft) Starter Guide (wiki)] (www.ubuntuguide.org)&lt;br /&gt;
* [https://help.ubuntu.com/community/SwitchingToUbuntu/FromWindows Switching To Ubuntu From Windows] (help.ubuntu.com)&lt;br /&gt;
* [http://doc.gwos.org/index.php/Main_Page Ubuntu Document Storage Facility] (''doc.gwos.org'')&lt;br /&gt;
* [https://help.ubuntu.com/6.10/book/book/ubuntubook-ch3-html/UsingUbuntuontheDesktop.html Using Ubuntu on the Desktop] (help.ubuntu.com)&lt;br /&gt;
*: Very well illustrated guide.&lt;br /&gt;
* [http://www.ubuntuforums.org/showthread.php?t=232059 Helpfull sticky thread] (www.ubuntuforums.org)&lt;br /&gt;
* [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntu:Chronicles Ubuntu:Chronicles] (''pykeylogger.sourceforge.net'')&lt;br /&gt;
*: Collected tips and tricks for Ubuntu Dapper 6.06 LTS (wiki)&lt;br /&gt;
&lt;br /&gt;
* [http://www.debianadmin.com Ubuntu/Debian Tutorials and Articles] (www.debianadmin.com)&lt;br /&gt;
* IRC, the #ubuntu channel on the server irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
[[Category:Distro]]&lt;/div&gt;</summary>
		<author><name>Mitrio</name></author>
	</entry>
</feed>