DEBIAN - Post-Install Script FD: Difference between revisions

From Wiki.IT-Arts.net
imported>Z
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
apt update &&  
apt update &&  


apt install -y ark vlc x264 clamav clamtk libreoffice alien gdebi evince filezilla gufw ifuse samba gedit geany geany-plugins bluefish kate nautilus baobab gparted libreoffice-wiki-publisher calibre gpodder wireshark aircrack-ng goldendict goldendict-wordnet xsane hydra hydra-gtk gnome-system-monitor qemu thunderbird gimp-gap printer-driver-gutenprint gimp-lensfun gimp-cbmplugs gimp-data-extras gimp-dcraw gimp-dds gimp-gluas gimp-gutenprint gimp-plugin-registry gimp-texturize grass qgis simple-scan yelp john numlockx synaptic netdiscover secure-delete lame dconf-editor rdesktop xpad pidgin-plugin-pack pidgin gnome-screenshot audacity easytag evince keepass2 mono-complete network-manager* winff ffmpeg ffmpeg2theora libavcodec-extra mkvtoolnix mkvtoolnix-gui youtube-dl zulucrypt-gui zulucrypt-cli qalculate-gtk texstudio texlive texlive-latex-extra freeradius-utils ipcalc ipv6calc subnetcalc sipcalc minicom statserial openvpn python3-pip chromium
apt install -y ark vlc x264 clamav clamtk libreoffice alien gdebi filezilla gufw ifuse samba gedit geany geany-plugins bluefish kate nautilus baobab gparted libreoffice-wiki-publisher calibre wireshark aircrack-ng hydra hydra-gtk gnome-system-monitor thunderbird grass qgis simple-scan john numlockx synaptic netdiscover secure-delete lame dconf-editor rdesktop xpad gnome-screenshot audacity easytag evince keepass2 mono-complete network-manager* winff ffmpeg libavcodec-extra mkvtoolnix mkvtoolnix-gui zulucrypt-gui zulucrypt-cli qalculate-gtk texstudio texlive texlive-latex-extra freeradius-utils ipcalc ipv6calc subnetcalc sipcalc minicom statserial vlan openvpn python3-pip terminator chromium mdk3 mdk4


exit 0</nowiki>
exit 0</nowiki>

Latest revision as of 08:40, 11 November 2024


apt update && 

apt install -y ark vlc x264 clamav clamtk libreoffice alien gdebi filezilla gufw ifuse samba gedit geany geany-plugins bluefish kate nautilus baobab gparted libreoffice-wiki-publisher calibre wireshark aircrack-ng hydra hydra-gtk gnome-system-monitor thunderbird grass qgis simple-scan john numlockx synaptic netdiscover secure-delete lame dconf-editor rdesktop xpad gnome-screenshot audacity easytag evince keepass2 mono-complete network-manager* winff ffmpeg libavcodec-extra mkvtoolnix mkvtoolnix-gui  zulucrypt-gui zulucrypt-cli qalculate-gtk texstudio texlive texlive-latex-extra freeradius-utils ipcalc ipv6calc subnetcalc sipcalc minicom statserial vlan openvpn python3-pip terminator chromium mdk3 mdk4

exit 0