Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Ubuntu setup for new installation
  2.  
  3. ## install packages
  4. 1. Packages must to insatll <br />
  5. $ *sudo apt-get install synaptic ssh gdebi inxi build-essential cmake-qt-gui libboost-all-dev libxine-dev eclipse-cqt* <br />
  6.  
  7. 2. In the software center, install "Ubuntu restricted extras", "VLC", "SMPlayer", "Audacious", "GIMP". <br />
  8.  
  9. 3. Optional to install "WPS" and then the support fonts, "wps-office-fonts". <br />
  10.  
  11. 4. Optional to install "Texmaker" in the software center and additional fonts by <br />
  12. $ *sudo apt-get install texlive-fonts-recommended*<br />
  13.  
  14. 5. Optional to isntall googel pinyi <br />
  15. $ *sudo apt-get install fcitx-googlepinyin* <br />
  16. $ *im-config* <br />
  17.  
  18. 6. Install NVIDIA drivers <br />
  19. $ *sudo add-apt-repository ppa:graphics-drivers/ppa* <br />
  20. $ *sudo add-apt-repository --remove ppa:xorg-edgers/ppa* <br />
  21. $ *sudo add-apt-repository --remove ppa:mamarley/nvidia*<br />
  22. $ *sudo apt-get install nvidia-361 nvidia-settings* <br />
  23.  
  24. ## Useful softwares
  25. 1. simple photo editing, "Shotwell photo manage" (already installed) <br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement