quarta-feira, 24 de junho de 2020

domingo, 6 de outubro de 2019

GNU Linux-Libre

GNU Linux-Libre

GNU Linux-Libre

Linux-Libre

Linux-Libre is a version of the Linux kernel suitable for use with the GNU Operating System, removing non-free components from Linux.

Linux-Libre installation

These are the instructions to install Linux-Libre on a debian-based system, using apt.

To do it, you simply write the linux-libre apt repo at /etc/apt/sources.list.d and download its gpg key. Then you just update the apt repositories and install it. As root.

echo "deb https://linux-libre.fsfla.org/pub/linux-libre/freesh freesh main" \
 > /etc/apt/sources.list.d/linux-libre.list
wget http://linux-libre.fsfla.org/pub/linux-libre/SIGNING-KEY.freesh
gpg --with-fingerprint SIGNING-KEY.freesh
apt-key add SIGNING-KEY.freesh
apt update
apt install linux-libre

Author: Eduardo Freitas Licensed under CC BY-SA 4.0

Fonte: http://eduardof.org/gnu/linux_libre-dark.html