Ubuntu 14.04.1. Конфигурация после установки: различия между версиями

Материал из wiki.nntc.nnov.ru
Перейти к навигации Перейти к поиску
Строка 1: Строка 1:
 
  aptitude dist-upgrade
 
  aptitude dist-upgrade
  
  apt-get install synaptic aptitude gimp libreoffice console-cyrillic inkscape language-pack-ru thunderbird-locale-ru
+
  apt-get install synaptic aptitude ubuntu-restricted-extras libavcodec-extra gimp libreoffice console-cyrillic inkscape language-pack-ru thunderbird-locale-ru
 
  aptitude install vlc kdenlive dia netemul arduino texmaker texlive blender idle brasero filezilla kalzium eclipse lazarus libmysqld-dev qtcreator htop umbrello kicad
 
  aptitude install vlc kdenlive dia netemul arduino texmaker texlive blender idle brasero filezilla kalzium eclipse lazarus libmysqld-dev qtcreator htop umbrello kicad
 
  aptitude install nodejs npm mysql-workbench gcc g++ mc ssh  
 
  aptitude install nodejs npm mysql-workbench gcc g++ mc ssh  
Строка 10: Строка 10:
 
  apt-get install oracle-java7-installer
 
  apt-get install oracle-java7-installer
  
 +
echo "enabled=0" > /etc/default/apport
 +
service apport stop
 
   
 
   
 
  cd /opt
 
  cd /opt

Версия 10:53, 14 ноября 2014

aptitude dist-upgrade
apt-get install synaptic aptitude ubuntu-restricted-extras libavcodec-extra gimp libreoffice console-cyrillic inkscape language-pack-ru thunderbird-locale-ru
aptitude install vlc kdenlive dia netemul arduino texmaker texlive blender idle brasero filezilla kalzium eclipse lazarus libmysqld-dev qtcreator htop umbrello kicad
aptitude install nodejs npm mysql-workbench gcc g++ mc ssh 
sudo apt-get remove openjdk* 
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java7-installer
echo "enabled=0" > /etc/default/apport
service apport stop

cd /opt
wget ftp://userftp@192.168.10.250/userftp_files/xubuntu_14.04.1_vc-addons/psimulator.tgz
tar -xzpf psimulator.tgz
rm psimulator.tgz
wget -O /opt/startup.sh ftp://userftp@192.168.10.250/userftp_files/xubuntu_14.04.1_vc-addons/opt_startup.sh