From Fedora Project Wiki

No edit summary
No edit summary
Line 23: Line 23:
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
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.
With Debian based distros like Ubuntu sudo should proceed any of these commands. For Red Hat based distros like Fedora you would enter su – and enter your root password once before running the commands.




Line 66: Line 66:
|  
|  
| <nowiki>apt-cache search [packagename]</nowiki>
| <nowiki>apt-cache search [packagename]</nowiki>
| Searches cache data for a package
| Searches db data for a package


|-
|-
Line 75: Line 75:


|}
|}
<nowiki>*List not complete still compiling. The last command has no apt equivelant so i listed the dpkg command</nowiki>
<nowiki>*List not complete still compiling. The last command has no apt equivalent so i listed the dpkg command</nowiki>


= Sources =
= Sources =

Revision as of 23:54, 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 Hat based distros like Fedora you would enter su – and enter your root password once before running the commands.


Yum vs. Apt 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 db data for a package
yum list dpkg -l Lists all install packages

*List not complete still compiling. The last command has no apt equivalent so i listed the dpkg command

Sources

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


LinuxCMD


Other sites information was used from