From Fedora Project Wiki

No edit summary
No edit summary
Line 4: Line 4:


Once completed this page should prove a valuable resource for those wanting to make the switch from Ubuntu to Fedora or even from another distribution
Once completed this page should prove a valuable resource for those wanting to make the switch from Ubuntu to Fedora or even from another distribution


= Backgrounds =
= Backgrounds =
Line 10: Line 9:


Chances are good if your reading this page you know what Fedora is but since this page can and hopefully will be used to help people make the switch from other distributions i added what Fedora was for that purpose.
Chances are good if your reading this page you know what Fedora is but since this page can and hopefully will be used to help people make the switch from other distributions i added what Fedora was for that purpose.
== Fedora  ==
Fedora is a Linux-based operating system that showcases the latest in free and open source software. Fedora is always free for anyone to use, modify, and distribute. It is built by people across the globe who work together as a community: the Fedora Project. The Fedora Project is open and anyone is welcome to join. The Fedora Project is out front for you, leading the advancement of free, open software and content.
[http://fedoraproject.org/wiki/FAQ#What_is_Fedora.3F Read more here]


== Ubuntu ==
== Ubuntu ==
Line 16: Line 20:
[http://www.ubuntu.com/aboutus Read the Full story]
[http://www.ubuntu.com/aboutus Read the Full story]


== Fedora  ==
= Commands =
Fedora is a Linux-based operating system that showcases the latest in free and open source software. Fedora is always free for anyone to use, modify, and distribute. It is built by people across the globe who work together as a community: the Fedora Project. The Fedora Project is open and anyone is welcome to join. The Fedora Project is out front for you, leading the advancement of free, open software and content.
Below are a list of commands in a table. Yum commands are on the left and represent Fedora commands and their Debian (Ubuntu style) counterparts are on the right
 
With Debian based distros like Ubuntu sudo should proceed any of these commands. For Red Hate based distros like Fedora you would enter su – and enter your root password once before running the commands.
 
 
{| class="prettytable"
| '''Yum'''
| vs.
| '''Deb'''
| '''Description'''
 
|-
| Yum makecache
|
| Apt-get update
| Updates the Meta data for the repositories
 
|-
| Yum update
|
| Apt-get upgrade
| Updates Packages
 
|-
| Yum clean all
|
| Apt-get clean
| Clean cache and packages
 
|-
| <nowiki>Yum install [packagename]</nowiki>
|
| <nowiki>Apt-get install [packagename]</nowiki>
| Install a package from the repositories
 
|-
| <nowiki>Yum remove [packagename]</nowiki>
|
| <nowiki>Apt-get remove [packagename]</nowiki>
| Removes a package from the system
 
|-
| <nowiki>Yum search [packagename]</nowiki>
|
| <nowiki>Apt-cache search [packagename]</nowiki>
| Searches cache data for a package
 
|-
| Yum list
|
| Dpkg -l
| Lists all install packages


[http://fedoraproject.org/wiki/FAQ#What_is_Fedora.3F Read more here]
|}
<nowiki>*List not complete still compiling</nowiki>


= Sources =
= Sources =

Revision as of 20:44, 16 March 2009

Fedorian Dictionary

Introduction

This page will serve to make a more sane way of seeing the information located at the Fedora Jargon glossary page. It will also include some common commands that Fedora uses and then show their counterparts for other popular distributions such as Ubuntu.

Once completed this page should prove a valuable resource for those wanting to make the switch from Ubuntu to Fedora or even from another distribution

Backgrounds

Rather then ramble on about each distros individual backgrounds I am going to briefly summarize each distros purpose here then link to where you can find the full article. Note only distributions currently being used in this guide are displayed in this section, as more get added they will appear here.

Chances are good if your reading this page you know what Fedora is but since this page can and hopefully will be used to help people make the switch from other distributions i added what Fedora was for that purpose.

Fedora

Fedora is a Linux-based operating system that showcases the latest in free and open source software. Fedora is always free for anyone to use, modify, and distribute. It is built by people across the globe who work together as a community: the Fedora Project. The Fedora Project is open and anyone is welcome to join. The Fedora Project is out front for you, leading the advancement of free, open software and content.

Read more here

Ubuntu

Ubuntu is a community developed and supported project. Since its launch in October 2004, Ubuntu has become one of the most highly regarded Linux distributions with millions of users around the world.

Read the Full story

Commands

Below are a list of commands in a table. Yum commands are on the left and represent Fedora commands and their Debian (Ubuntu style) counterparts are on the right

With Debian based distros like Ubuntu sudo should proceed any of these commands. For Red Hate based distros like Fedora you would enter su – and enter your root password once before running the commands.


Yum vs. Deb Description
Yum makecache Apt-get update Updates the Meta data for the repositories
Yum update Apt-get upgrade Updates Packages
Yum clean all Apt-get clean Clean cache and packages
Yum install [packagename] Apt-get install [packagename] Install a package from the repositories
Yum remove [packagename] Apt-get remove [packagename] Removes a package from the system
Yum search [packagename] Apt-cache search [packagename] Searches cache data for a package
Yum list Dpkg -l Lists all install packages

*List not complete still compiling

Sources

A majority of the Ubuntu and Fedora commands listed here have been gathered from


LinuxCMD


Other sites information was used from