~alpine/devel

2 2

Free software and non-free software

Olivier Charles Christian Mauclair <oliviermauclair49@gmail.com>
Details
Message ID
<CAHP1N92OVF2wxMY6v0wVn71qwoVmZ9uLHrvTgm6HQTvQ5=RhMg@mail.gmail.com>
DKIM signature
missing
Download raw message
Hello everyone,

I've been trying to learn quite a lot about alpine Linux, and I found it
very interesting and very well for speed and clean code. I would personally
consider to use it soon, however I've been looking for answers that have
not been able to find clearly concerning free software and non-free
software. It seems to be like alpine Linux is made of free software mainly,
however there is probably not free software as well. Of course, I'm not
totally against the non-free software because we need them sometimes,
especially for the Wi-Fi and the Bluetooth, etc. My questions are simple
but might require a bit of time to answer. First, how do you organize the
separation between non software and free software ? Are you trying to do
like dbn is doing with  main, contrib, nonfree and non-free firmware
branches? Second, how can I know if I have non-free software installed and
if so which ones ? The reasons why I'm asking these questions is because I
would like to contribute to alpine Linux in the future, as I am a computer
science student in the university of Rennes in France, and to be able to
use non-free as less as possible or even ( in a very far future;) ) not at
all. I believe that the Free software is very important and much more
friendly than non-free software. Is there any official statements or
promise from alpine Linux concerning this topic, like the Debian free
software guidelines?

Kind regards,
Olivier Mauclair.
Olivier Charles Christian Mauclair <oliviermauclair49@gmail.com>
Details
Message ID
<CAHP1N90j4RuEv6rqJz14P0gH9LkYexpG-ZHpJWv5b_OfUR0SYw@mail.gmail.com>
In-Reply-To
<CAHP1N92OVF2wxMY6v0wVn71qwoVmZ9uLHrvTgm6HQTvQ5=RhMg@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
Hello everyone,

I've been trying to learn quite a lot about alpine Linux, and I found it
very interesting and very well for speed and clean code. I would personally
consider to use it soon, however I've been looking for answers that have
not been able to find clearly concerning free software and non-free
software. It seems to be like alpine Linux is made of free software mainly,
however there is probably not free software as well. Of course, I'm not
totally against the non-free software because we need them sometimes,
especially for the Wi-Fi and the Bluetooth, etc. My questions are simple
but might require a bit of time to answer. First, how do you organize the
separation between non software and free software ? Are you trying to do
like dbn is doing with  main, contrib, nonfree and non-free firmware
branches? Second, how can I know if I have non-free software installed and
if so which ones ? The reasons why I'm asking these questions is because I
would like to contribute to alpine Linux in the future, as I am a computer
science student in the university of Rennes in France, and to be able to
use non-free as less as possible or even ( in a very far future;) ) not at
all. I believe that the Free software is very important and much more
friendly than non-free software. Is there any official statements or
promise from alpine Linux concerning this topic, like the Debian free
software guidelines?

Kind regards,
Olivier Mauclair.

>
Konstantin Kulikov <k.kulikov2@gmail.com>
Details
Message ID
<CAD+eXGQdW_eMtBQ0PpL++Q-kZcd+oNMf3rqJJgERX+wPYphorg@mail.gmail.com>
In-Reply-To
<CAHP1N92OVF2wxMY6v0wVn71qwoVmZ9uLHrvTgm6HQTvQ5=RhMg@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
Alpine generally doesn't allow non-free packages, things like mongodb,
terraform, zerotier were removed from repos at various points.
linux-firmware is kind of an exception since it's not practical to run
systems without updated cpu microcode or wifi.
To get a list of licenses for installed packages you can use the
command below for example:

cat /lib/apk/db/installed | grep 'L:' | sort | uniq -c | sort -n
Reply to thread Export thread (mbox)