From aebf5fdcb07f0c3e700de134898d80f17d2a9f39 Mon Sep 17 00:00:00 2001 From: ru ru Date: Tue, 3 Mar 2020 18:35:02 +0100 Subject: [PATCH] docs: create doc/repositories_tldr --- doc/repositories_tldr.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/repositories_tldr.md diff --git a/doc/repositories_tldr.md b/doc/repositories_tldr.md new file mode 100644 index 0000000..a78c03a --- /dev/null +++ b/doc/repositories_tldr.md @@ -0,0 +1,30 @@ +--- +title: OpenMandriva Repositories tl;dr +description: +published: true +date: 2020-03-03T17:34:57.632Z +tags: documentation +--- + +# Repositories tl;dr +## Media Sources +We have these four basic media sources or categories: + +### main +`/main` is the core packages maintained by the OpenMandriva Lx team. +This includes anything featured in the install images as well as many more applications considered important. `/main/release` repository should always be enabled. + +### unsupported +`/unsupported` represents community maintained packages. They are not supported by the core OpenMandriva Lx team and depend on package maintainers to update it. +There may be many packages that will not install and others that install but do not work properly. Users are welcome to use whatever they find in this repository that is working. + +### restricted +`/restricted` contains libraries that are not installed by default due to legal concerns, such as patent issues. +The usage of these packages vary by country. OpenMandriva Lx is not responsible for their usage. If you believe that their usage is disallowed in your country please disable the restricted repositories. + +### non-free +`/non-free` contains applications and drivers that are distributed but do not meet the definitions of Free Software. +While we can adjust the packaging of such applications, we do not have the source code and therefore can not fix problems caused by anything in this repository. + +## More in depth +For a detailed explanation read [OpenMandriva Release Plan and Repositories](/doc/release_plan_and_repositories)