Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:rpm [2019/06/18 11:50] – [desktop] lamboringolinux:rpm [2019/06/20 09:22] (current) – [system] lamboringo
Line 3: Line 3:
 dnf list kernel-devel dnf list kernel-devel
 dnf -y install cockpit dnf -y install cockpit
-dnf -y install htop glances +dnf -y install htop  
-dnf -y install wget telnet firewall-config+dnf -y install glances 
 +dnf -y install wget  
 +dnf -y install telnet  
 +dnf -y install firewall-config
 dnf -y install gcc dnf -y install gcc
 +dnf -y install sysstat
 +dnf -y install gnome-disk-utility
 +dnf -y install smartmontools
 +dnf -y install lshw
 +dnf -y install iotop
 +dnf -y install atop
 +dnf -y install iftop
 +dnf -y install fd-find
 +dnf -y install font-manager
 +dnf -y install caja caja-xattr-tags caja-open-terminal caja-image-converter caja-extensions-common.noarch caja-actions.x86_64 caja-actions-devel
 +
 </code> </code>
  
Line 13: Line 27:
 dnf list mariadb-server dnf list mariadb-server
 dnf install php.x86_64 phpMyAdmin  php-bcmath.x86_64 php-gd.x86_64 php-geshi.noarch php-mbstring.x86_64 php-mcrypt.x86_64 php-pdo.x86_64  dnf install php.x86_64 phpMyAdmin  php-bcmath.x86_64 php-gd.x86_64 php-geshi.noarch php-mbstring.x86_64 php-mcrypt.x86_64 php-pdo.x86_64 
 +dnf -y mycli
 </code> </code>
  
 ==== desktop ==== ==== desktop ====
 <code bash> <code bash>
-dnf install @kde +dnf -y install @kde 
-dnf install @cinnamon-desktop +dnf -y install @cinnamon-desktop 
-dnf install @lxde-desktop +dnf -y install @lxde-desktop 
-dnf install @lxqt-desktop+dnf -y install @lxqt-desktop
 dnf -y install gnome-tweak-tool dnf -y install gnome-tweak-tool
 </code> </code>
Line 28: Line 43:
 <code bash> <code bash>
 dnf -y install geany-plugins-spellcheck.x86_64 geany.x86_64 geany-plugins-geanyprj.x86_64  dnf -y install geany-plugins-spellcheck.x86_64 geany.x86_64 geany-plugins-geanyprj.x86_64 
-dnf install R.x86_64 libxml2-devel mesa-libGL-devel mesa-libGLU-devel+dnf -y install R.x86_64 libxml2-devel mesa-libGL-devel mesa-libGLU-devel
 dnf install texlive-framed texlive-titling dnf install texlive-framed texlive-titling
 dnf install eclipse dnf install eclipse
Line 40: Line 55:
 === multimedia === === multimedia ===
 <code bash> <code bash>
-dnf -y install gimp.x86_64 inkscape.x86_64+dnf -y install gimp.x86_64 inkscape.x86_64 krita
 </code> </code>