All Projects → fedy → Fedy

fedy / Fedy

Licence: gpl-3.0
Fedy makes it easy to install third-party software in Fedora.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Fedy

Repl
The Learning Hub for UoL's Online CS Students
Stars: ✭ 367 (-41%)
Mutual labels:  software
Notion Linux
Native Notion packages for Linux
Stars: ✭ 469 (-24.6%)
Mutual labels:  fedora
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-8.2%)
Mutual labels:  software
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-36.01%)
Mutual labels:  fedora
Glim
GRUB Live ISO Multiboot
Stars: ✭ 452 (-27.33%)
Mutual labels:  fedora
Dictionary
Programming Dictionary
Stars: ✭ 503 (-19.13%)
Mutual labels:  software
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (-44.21%)
Mutual labels:  fedora
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (-3.7%)
Mutual labels:  fedora
Rpm Ostree
⚛📦 Hybrid image/package system with atomic upgrades and package layering
Stars: ✭ 461 (-25.88%)
Mutual labels:  fedora
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+782.48%)
Mutual labels:  fedora
Mediawriter
Fedora Media Writer - Write Fedora Images to Portable Media
Stars: ✭ 411 (-33.92%)
Mutual labels:  fedora
Archcraft
// Source : ISO
Stars: ✭ 437 (-29.74%)
Mutual labels:  fedora
Blog
Personal Blog - 博客 | 编程技术,软件,生活
Stars: ✭ 506 (-18.65%)
Mutual labels:  software
0day Security Software Vulnerability Analysis Technology
0day安全_软件漏洞分析技术
Stars: ✭ 393 (-36.82%)
Mutual labels:  software
Mcuboot
Secure boot for 32-bit Microcontrollers!
Stars: ✭ 572 (-8.04%)
Mutual labels:  software
Docker Rpm Builder
Build native RPM packages for Centos/RHEL/Fedora from any Linux distro or even OSX, by leveraging docker capabilities.
Stars: ✭ 366 (-41.16%)
Mutual labels:  fedora
Gel
An N64-like software renderer
Stars: ✭ 491 (-21.06%)
Mutual labels:  software
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-1.29%)
Mutual labels:  fedora
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (-5.31%)
Mutual labels:  fedora
Chinachu
Most Lovely DVR Software in Japan.
Stars: ✭ 542 (-12.86%)
Mutual labels:  software

Introduction

Fedy lets you install multimedia codecs and additional software that Fedora doesn't want to ship, like mp3 support, Adobe Flash, Oracle Java etc., and much more with just a few clicks.

Installation

Installation instructions can be found on https://www.folkswithhats.org.

Do not follow instructions from any other source!

Usage

After installation, search for Fedy in the menu/overview or type fedy in the terminal.

Plugin structure

Plugins can be placed under ~/.local/share/fedy/plugins/, or the system plugins directory.

Each plugin is a directory with the suffix .plugin, which consist of a JSON formatted metadata file. The metadata file contains information about the plugin and describes how Fedy should run the tasks.

The plugins can run any command or scripts (bash, python etc.). In addtion to the system commands, Fedy provides an additional command, run-as-root to allow running commands (e.g.- run-as-root touch /some/file/somewhere) or scripts (e.g.- run-as-root -s do-stuff.sh) as root.

Have a look at the existing plugins to know more about how to write plugins for Fedy.

Source code

Source code is publicly available on GitHub, and automatically cloned to GitLab:

$ git clone https://github.com/fedy/fedy.git

# OR

$ git clone https://gitlab.com/fedy/fedy.git

Bugs and feature requests

Please submit bugs and feature requests here. Pull requests are always welcome.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see gnu.org/licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].