Seznamy balíčků: Porovnání verzí

Z ZděchovNET
Skočit na navigaci Skočit na vyhledávání
Bez shrnutí editace
Bez shrnutí editace
 
(Není zobrazeno 6 mezilehlých verzí od stejného uživatele.)
Řádek 1: Řádek 1:
=PC=

Pro Ubuntu:
Pro Ubuntu:
<pre># Různé
<source lang="bash"># Různé
apt-get install -y krusader geany gnome-commander wine libreoffice virtualbox inkscape gimp
sudo apt install -y doublecmd-gtk geany wine libreoffice virtualbox inkscape gimp
# Internet
# Internet
apt-get install -y liferea ekiga pidgin pidgin-extprefs firefox thunderbird
sudo apt install -y liferea pidgin pidgin-extprefs firefox thunderbird remmina
# Systémové
# Systémové
apt-get install -y samba system-config-samba aptitude mc software-center unrar-free \
sudo apt install -y samba aptitude mc unrar-free \
htop iotop atop p7zip p7zip-full
htop iotop p7zip p7zip-full gparted usb-creator-gtk
# Vývoj
# Vývoj
apt-get install -y lazarus subversion kdesvn poedit eclipse mysql-server phpmyadmin
sudo apt install -y lazarus-ide subversion poedit mariadb-server mariadb-client phpmyadmin geany
# Multimédia
# Multimédia
apt-get install -y libavformat-extra-53 audacity vlc
sudo apt install -y audacity vlc
# Síť
</pre>
sudo apt install -y traceroute
# Remove
sudo apt remove parole snapd whoopsie
</source>


[[Kategorie:Linux]]
[[Kategorie:Linux]]

Aktuální verze z 18. 6. 2020, 11:10

PC

Pro Ubuntu:

# Různé
sudo apt install -y doublecmd-gtk geany wine libreoffice virtualbox inkscape gimp 
# Internet
sudo apt install -y liferea pidgin pidgin-extprefs firefox thunderbird remmina
# Systémové
sudo apt install -y samba aptitude mc unrar-free \
htop iotop p7zip p7zip-full gparted usb-creator-gtk
# Vývoj
sudo apt install -y lazarus-ide subversion poedit mariadb-server mariadb-client phpmyadmin geany
# Multimédia
sudo apt install -y audacity vlc
# Síť
sudo apt install -y traceroute
# Remove
sudo apt remove parole snapd whoopsie