3.9 KiB
4 cool new projects to try in COPR for December 2018
COPR is a collection of personal repositories for software that isn’t carried in Fedora. Some software doesn’t conform to standards that allow easy packaging. Or it may not meet other Fedora standards, despite being free and open source. COPR can offer these projects outside the Fedora set of packages. Software in COPR isn’t supported by Fedora infrastructure or signed by the project. However, it can be a neat way to try new or experimental software.
Here’s a set of new and interesting projects in COPR.
MindForger
MindForger is a Markdown editor and a notebook. In addition to features you’d expect from a Markdown editor, MindForger lets you split a single file into multiple notes. It’s easy to organize the notes and move them around between files, as well as search through them. I’ve been using MindForger for some time for my study notes, so it’s nice that it’s available through COPR now.
Installation instructions
The repo currently provides MindForger for Fedora 29 and Rawhide. To install MindForger, use these commands:
sudo dnf copr enable deadmozay/mindforger
sudo dnf install mindforger
Clingo
Clingo is a program for solving logical problems using answer set programming (ASP) modeling language. With ASP, you can declaratively describe a problem as a logical program that Clingo then solves. As a result, Clingo produces solutions to the problem in the form of logical models, called answer sets.
Installation instructions
The repo currently provides Clingo for Fedora 28 and 29. To install Clingo, use these commands:
sudo dnf copr enable timn/clingo
sudo dnf install clingo
SGVrecord
SGVrecord is a simple tool for recording your screen. It allows you to either capture the whole screen or select just a part of it. Furthermore, it is possible to make the record with or without sound. Sgvrecord produces files in WebM format.
Installation instructions
The repo currently provides SGVrecord for Fedora 28, 29, and Rawhide. To install SGVrecord, use these commands:
sudo dnf copr enable youssefmsourani/sgvrecord
sudo dnf install sgvrecord
Watchman
Watchman is a service for monitoring and recording when changes are done to files. You can specify directory trees for Watchman to monitor, as well as define actions that are triggered when specified files are changed.
Installation instructions
The repo currently provides Watchman for Fedora 29 and Rawhide. To install Watchman, use these commands:
sudo dnf copr enable eklitzke/watchman
sudo dnf install watchman
via: https://fedoramagazine.org/4-try-copr-december-2018/
作者:Dominik Turecek 选题:lujun9972 译者:译者ID 校对:校对者ID