Difference between revisions of "Pidora FAQ"

From CDOT Wiki
Jump to: navigation, search
(What does the term "Fedora Remix" mean?)
(What does the term "Fedora Remix" mean?)
Line 62: Line 62:
 
The term [[:fedora:Remix|Fedora Remix]] has a special meaning within the Fedora Project: it denotes a custom distribution of packages from the Fedora Project, optionally including packages which cannot be included in the main Fedora distribution because of licensing or other issues. Pidora does not contain proprietary software that is not allowed in Fedora([[:fedora:Licensing:Main#Binary_Firmware|Binary Firmware]]), however it will still remain a Fedora Remix.
 
The term [[:fedora:Remix|Fedora Remix]] has a special meaning within the Fedora Project: it denotes a custom distribution of packages from the Fedora Project, optionally including packages which cannot be included in the main Fedora distribution because of licensing or other issues. Pidora does not contain proprietary software that is not allowed in Fedora([[:fedora:Licensing:Main#Binary_Firmware|Binary Firmware]]), however it will still remain a Fedora Remix.
  
Pidora 18 (Raspberry Pi Fedora Remix) accesses all software packages from repositories created and managed in CDOT. These packages are all armv6, so they are not hosted by the Fedora ARM Project. Pidora 18 (Raspberry Pi Fedora Remix) images are all created from these repositories using our kickstart: [Pidora_kickstart|Pidora 18 Kickstart] These repositories are also used during yum interaction(update/installation/removal).
+
Pidora 18 (Raspberry Pi Fedora Remix) accesses all software packages from repositories created and managed in CDOT. These packages are all armv6, so they are not hosted by the Fedora ARM Project. Pidora 18 (Raspberry Pi Fedora Remix) images are all created from these repositories using our kickstart: [[Pidora_kickstart|Pidora 18 Kickstart]] These repositories are also used during yum interaction(update/installation/removal).
  
 
A Fedora Remix may use the [[:fedora:Legal:Trademark_guidelines#Secondary_Mark|Secondary Mark]], a trademark for identifying remixes. We have obtained permission to modify the colour of the lozenge in the Secondary Mark to match the maroon colour in the Raspberry Pi logo.
 
A Fedora Remix may use the [[:fedora:Legal:Trademark_guidelines#Secondary_Mark|Secondary Mark]], a trademark for identifying remixes. We have obtained permission to modify the colour of the lozenge in the Secondary Mark to match the maroon colour in the Raspberry Pi logo.

Revision as of 16:12, 3 June 2013

Pidora-horizontal.png

What is Pidora?

Pidora (Raspberry Pi Fedora Remix) is a software distribution based upon the Fedora ARM secondary architecture project, which in turn is a part of the Fedora Project. Pidora no longer contains software that can't be included in Fedora, though there are still reasons why it is unable to be in Fedora. Due to the lack of kernel support in the Fedora kernel and it was built separate from Fedora. See the Fedora wiki Remix page for information about Fedora Remixes.

The Remix was produced by the Seneca Centre for Development of Open Technology in Toronto, Ontario, Canada.

How big is Pidora?

Pidora is:

  • About half a gigabyte compressed with ZIP (as commonly distributed),
  • About 310 MB compressed with xz, or
  • About 1.75GB uncompressed.

...So it fits comfortably on a 2GB SD card with a few hundred MB available, though you will almost certainly want a larger card to leave more room for extra programs or for data. There is a lot of software available for Pidora that isn't in the initial card image -- you can add and remove software to get exactly the combination you want.

What's in Pidora?

The Pidora package set was selected to provide a good selection of packages for both graphical and non-graphical operation, while providing a manageable download size. Here are some highlights of the applications included in RPFR14:

  • Desktop GUI environments
    • XFCE
  • GUI applications
    • Abiword
    • Gedit with syntax highlighting and plugins (terminal, python console, file manager, etc)
    • Graphical file manager
    • Tools to add/remove and update software
    • System administration tools
  • Command-line applications
    • Text editors: nano, nled, joe, vim
    • Yum to add/remove and update software
    • Midnight Commander for file management
    • System administration tools
  • Programming languages
    • python2
    • python3
    • perl
    • bash
    • C
  • System services
    • sshd - remote access
    • cron - scheduled tasks

Other software can be easily added or removed using the graphical or command-line (yum) tools.

Where's the app for ...?

There are thousands of software packages in the repositories, so it's probably there -- see the notes on adding and removing software.

If you don't find what you need, it might be hiding under a different name (search diligently, and ask the community!), or it might not work on ARM systems (yet), or it might not be packaged for Fedora. (You could consider packaging it for Fedora, or asking the community to package it for you.)

A compiler / library / tool that I want isn't included in the Pidora image. How do I get it?

This command will install a more complete development environment than we could provide in the Pidora image: yum groupinstall "Development Tools" "Development Libraries"

Specific compilers, interpreters, tools, and libraries can be installed and removed with the yum command (or the graphical installation/removal tool).

In most cases, you'll want the -devel version of a library when developing software (for example, install ncurses-devel when developing software that uses the ncurses library).

What does the term "Fedora Remix" mean?

The term Fedora Remix has a special meaning within the Fedora Project: it denotes a custom distribution of packages from the Fedora Project, optionally including packages which cannot be included in the main Fedora distribution because of licensing or other issues. Pidora does not contain proprietary software that is not allowed in Fedora(Binary Firmware), however it will still remain a Fedora Remix.

Pidora 18 (Raspberry Pi Fedora Remix) accesses all software packages from repositories created and managed in CDOT. These packages are all armv6, so they are not hosted by the Fedora ARM Project. Pidora 18 (Raspberry Pi Fedora Remix) images are all created from these repositories using our kickstart: Pidora 18 Kickstart These repositories are also used during yum interaction(update/installation/removal).

A Fedora Remix may use the Secondary Mark, a trademark for identifying remixes. We have obtained permission to modify the colour of the lozenge in the Secondary Mark to match the maroon colour in the Raspberry Pi logo.

What version of Fedora provided the packages for the Raspberry Pi Fedora Remix?

Each Pidora release is numbered to match the corresponding Fedora release. Thus, Pidora 18 contains packages from Fedora 18.

What are the Future Plans for Pidora?

Pidora is maintained by the Open Source Technology for Emerging Platforms (OSTEP) project within the Seneca Centre for Development of Open Technology (CDOT). We will produce and maintain releases corresponding to Fedora releases at least through Fedora 20.

Can I Remix Pidora?

Sure! That's part of the beauty of Open Source.

(Just be sure you respect all of the license terms applicable to the various packages, such as making the source code available, as well as the Secondary Mark requirements).

How/where can I get help with the Remix?

See Getting Help.

How can I get involved?

Getting involved in the Fedora ARM project

We'd love to have your help! See http://join.fedoraproject.org and the mailing lists and IRC channels listed under Raspberry_Pi_Fedora_Remix#Getting_Help Getting Help.

Reporting Bugs or Suggesting Enhancements

See Reporting Bugs and Suggesting Enhancements.