sudo apt -y install gimp gimp-plugin-registry gimp-resynthesizer recordmydesktop shutter cheese ntfs-3g hfsplus hfsutils hfsprogs exfat-fuse p7zip-full p7zip-rar gparted planner ooo-thumbnailer imagemagick curl glabels meld aa3d libdvdcss2 ubuntu-restricted-extras openjdk-*-jre x264 faad mencoder ffmpeg cabextract cups-pdf brasero wine winetricks wine64 wine64-tools gramps geany libsdl1.2-dev default-jre default-jdk gprolog swi-prolog make dia umbrello postgresql libpq-dev postgresql-client postgresql-client-common php-pgsql sqlite3 libsqlite3-dev libgmp3-dev build-essential libssl-dev python3-virtualenv python3-dev libpq-dev gnupg samba smbclient proftpd-core filezilla kile gummi latexila preview-latex-style texlive-full gedit-latex-plugin texlive texlive-latex-extra texlive-pstricks texlive-science aspell aspell-es texstudio equalx snap snapd geary inkscape vlc terminator relational k3b rpi-imager bluefish xournal gscan2pdf icoutils solaar scilab gnuplot ssh proftpd odbc-postgresql postgis postgresql-*-pglogical libreoffice libreoffice-l10n-es wget gpg arduino samba smbclient apache2 php libapache2-mod-php command-not-found wine-installer
Netbeans
sudo snap install netbeans --classic
sudo snap install vnstat
sudo apt install sysstat iftop nethogs bmon iptraf monitorix cacti
sudo snap install whatsapp-for-linux
Telegram
sudo snap install telegram-desktop
Añadir usuario a sudoers
su
nano /etc/sudoers
nombre de usuario ALL=(ALL:ALL) ALL
Modificar grub
sudo nano /etc/default/grub
Cambio el timeout a 0
Añado quiet splash para mostrar plymouth
Y cambio la resolución en GFXMODE a 1280x720
sudo update-grub
apt-add-repository contrib non-free -y
Si no funciona el comando anterior, probar con el siguiente
apt install software-properties-common -y
Actualizamos los paquetes:
apt update
apt upgrade
su
cd
nano .bashrc
Añadir al final:
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
Cerrar y reiniciar el archivo
source .bashrc
deb http://deb.debian.org/debian bookworm-backports main
apt -y install gimp gimp-plugin-registry gimp-resynthesizer recordmydesktop shutter cheese ntfs-3g hfsplus hfsutils exfat-fuse p7zip-full gparted planner ooo-thumbnailer imagemagick curl glabels meld aa3d openjdk-*-jre x264 x265 faad cabextract cups-pdf wine wine64 wine64-tools gramps geany libsdl1.2-dev default-jre default-jdk gprolog swi-prolog make dia umbrello postgresql libpq-dev postgresql-client postgresql-client-common php-pgsql sqlite3 libsqlite3-dev libgmp3-dev build-essential libssl-dev python3-virtualenv python3-dev libpq-dev gnupg samba smbclient proftpd-core filezilla kile gummi latexila preview-latex-style texlive-full gedit-latex-plugin texlive texlive-latex-extra texlive-pstricks texlive-science aspell aspell-es texstudio equalx snap snapd geary inkscape vlc terminator relational k3b bluefish xournal gscan2pdf icoutils solaar scilab gnuplot ssh odbc-postgresql postgis postgresql-*-pglogical libreoffice libreoffice-l10n-es wget gpg arduino samba smbclient apache2 php libapache2-mod-php lsb-release sysstat iftop nethogs bmon iptraf monitorix cacti php-cgi php-cli php-common lighttpd libapache2-mod-perl2 php-curl php-dev php-gd php-imap php-ldap php-odbc php-sqlite3 libapache2-mod-python latexdraw gpg mariadb-server mariadb-client php-mysql phpmyadmin php-mysql gnupg libfuse2 software-properties-common dirmngr numpy* scilab octave flatpak r-base* git unzip xz-utils zip libglu1-mesa clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev lib32z1 lib32stdc++6 libstdc++6 libcurl4-openssl-dev apt-transport-https command-not-found python3-pip zlib1g-dev libxml2-dev libxmlsec1-dev g++ gnome-tweaks thunderbird-l10n-es-mx font-manager ttf-mscorefonts-installer fonts-freefont-ttf fonts-freefont-otf fonts-ubuntu neofetch htop gdebi gdebi-core synaptic calibre faenza-icon-theme libxcb-xtest0 yaru-theme-*
apt install ffmpeg libavcodec-extra gstreamer1.0-libav gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-pulseaudio vorbis-tools
sudo snap install core rpi-imager projectlibre
sudo snap install whatsapp-for-linux
Telegram
sudo snap install telegram-desktop
sudo apt install curl
curl -L https://raw.githubusercontent.com/mgropp/pdfjumbler/master/setup/ubuntu/install.sh | bash
sudo nano /etc/apt/sources.list
Comprobamos si disponemos de los “Backports” adecuados, si no es así, los añadimos a nuestro archivo “sources.list”.
# Backports
deb http://ftp.debian.org/debian bookworm-backports main contrib non-free
deb-src http://ftp.debian.org/debian bookworm-backports main contrib non-free
sudo apt install lsb-release
sudo apt update
sudo apt install -t bookworm-backports libreoffice
echo "deb https://www.deb-multimedia.org bookworm main non-free" | sudo tee /etc/apt/sources.list.d/multimedia.list
sudo apt-get update -oAcquire::AllowInsecureRepositories=true
sudo dpkg -i deb-multimedia-keyring_2024.9.1_all.deb
sudo apt-get install libfaac0 alsamixergui lame libmp3lame0 libdvdnav4 libdvdcss2 mencoder ffmpeg
sudo dpkg-reconfigure libdvd-pkg
sudo apt remove evolution gnome-music gnome-sound-recorder gnome-games rhythmbox
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
sudo flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
sudo apt install -t bookworm-backports linux-image-amd64
Si hay error en algún repositorio probar cambiando la linea por una de las siguientes:
deb http://deb.debian.org/debian bookworm main non-free-firmware
deb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main non-free-firmware