Post instalación Fedora¶
Fedora 33
Actualizar¶
dnf update -y
sudo su -
passwd root
hostnamectl --static set-hostname ns1.snicoper.local
RPM Fusion¶
dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
dnf install -y https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf update -y
Codecs¶
dnf -y install \
compat-ffmpeg28 \
gstreamer-plugins-bad \
gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly \
gstreamer-ffmpeg \
gstreamer1-libav \
gstreamer1-plugins-bad-free-extras \
gstreamer1-plugins-bad-freeworld \
gstreamer1-plugins-base-tools \
gstreamer1-plugins-good-extras \
gstreamer1-plugins-ugly \
gstreamer1-plugins-bad-free \
gstreamer1-plugins-good \
gstreamer1-plugins-base \
gstreamer1
Programas básicos¶
dnf -y install \
bashtop \
cloc \
cpp \
ctags \
ctags-etags \
flameshot \
gcc \
gcc-c++ \
git \
htop \
hunspell-es \
kernel-devel \
kernel-headers \
make \
mutt \
p7zip \
p7zip-plugins \
powerline \
powerline-fonts \
pwgen \
sqlite \
sqlitebrowser \
unrar \
util-linux-user \
vim \
wget
Para pwgen pwgen -sy 16
Otros¶
dnf -y install chromium
dnf -y install mediawriter
dnf -y install zsh
dnf -y install discord
dnf -y install gimp
dnf -y install meld
dnf -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel
dnf -y install umbrello
dnf -y install adobe-source-code-pro-fonts
dnf -y install breeze-icon-theme
dnf -y install dia
dnf -y install gedit-plugins
dnf -y install gitg
dnf -y install gnome-builder
dnf -y install gnome-calendar
dnf -y install gnome-music
dnf -y install gnome-photos
dnf -y install gnome-todo
dnf -y install inkscape
dnf -y install krita
dnf -y install levien-inconsolata-fonts
dnf -y install telegram-desktop
Idiomas¶
vim /etc/locale.conf
LANG=en_US.UTF-8
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_MONETARY=es_ES.UTF-8
LC_PAPER=es_ES.UTF-8
LC_MEASUREMENT=es_ES.UTF-8
LC_CTYPE=es_ES.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_NAME=es_ES.UTF-8
LC_ADDRESS=es_ES.UTF-8
LC_TELEPHONE=es_ES.UTF-8
LC_IDENTIFICATION=es_ES.UTF-8
vscode¶
rpm --import https://packages.microsoft.com/keys/microsoft.asc
sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
dnf install -y code