Tassos

Εγκατάσταση Codec σε Ubutnu

May 2nd, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.31 KB | None | 0 0
  1. {                                      Visit:   http://g-lts.info/  for more code!                            }
  2.  
  3.  
  4. Αρχικά. Εντολή για update και upgrade στο σύστημα σου ( για πλήρη ενημέρωση εν ολίγοις ) :
  5. sudo apt-get update && sudo apt-get upgrade
  6.  
  7. Εγκατάσταση Codec τώρα :
  8.  
  9.  
  10. sudo apt-get -y install ubuntu-restricted-extras
  11.  
  12. =============================================================================================================
  13.  
  14. Για την εγκατάσταση του FlashPlugin, αρχικά προσθέτουμε το αποθετήριο :
  15.  
  16. sudo add-apt-repository ppa:sevenmachines/flash
  17.  
  18. Έπειτα για εγκατάσταση FlashPlugin για 32-bit :
  19.  
  20. sudo apt-get update && sudo apt-get install flashplugin-installer
  21.  
  22. Έπειτα για εγκατάσταση FlashPlugin για 64-bit :
  23.  
  24. sudo apt-get update && sudo apt-get install flashplugin64-installer
  25.  
  26.  
  27. =============================================================================================================
  28.  
  29. Διάφορα όλα Codec χρήσιμα :
  30.  
  31. sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update && sudo apt-get upgrade
  32.  
  33.  
  34. Για να παίζει όλα τα DVDs :
  35.  
  36. sudo apt-get -y install libdvdcss2 libdvdread3 libdvdread4 libdvdnav4  non-free-codecs
  37.  
  38. sudo apt-get -y install libdvdcss2 libdvdnav4 libdvdread4
  39.  
  40. sudo /usr/share/doc/libdvdread4/install-css.sh
  41.  
  42.  
  43. Για 32bit σύστημα εκτελείς την εντολή :
  44. sudo apt-get -y install w32codecs ubuntu-restricted-extras
  45.  
  46.  
  47. Ενώ για 64bit σύστημα εκτελείς την εντολή :
  48.  
  49. sudo apt-get -y install w64codecs ubuntu-restricted-extras
  50.  
  51.  
  52.  
  53. =============================================================================================================
  54.  
  55.  
  56. Και τέλος δε ξέρω αν το έβαλες ή όχι, αλλά για να μπορείς να παίζεις και με συμπιεσμένα αρχεία .rar , εκτελείς την παρακάτω εντολή :
  57.  
  58. sudo apt-get install rar
  59. sudo apt-get install unrar
  60.  
  61.  
  62. {                                      Visit:   http://g-lts.info/  for more code!                            }
Advertisement
Add Comment
Please, Sign In to add comment