zoukankan      html  css  js  c++  java
  • linux试用(2)安装 mplayer, g++

    unfortunately, i broken the  the mbr so i cannot start my system, now i 'm use ubuntu-9 live CD to run linux.

    and i learnt some useful tips:

    install g++:

    sudo aptitude update && sudo aptitude install g++

    install mplayer:


    (a) - You need to add the following lines to /etc/apt/sources.list file

    gedit /etc/apt/sources.list

    enter these two lines and save your file

    deb http://archive.ubuntu.com/ubuntu edgy universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu edgy universe multiverse

    (b) Now you need to run the following command to update the source list

    sudo apt-get update && sudo apt-get install mplayer


    (c) gmplayer

    or

    You can Open from Applications—>Sound&Video—> Mplayer Movie Player

    Once you open the mplayer you should see the mplayer opened in the following screen

    (d) If you want to install Mplayer with plug-in for Mozilla Firefox run the following command

    sudo apt-get install mozilla-mplayer 

     mount an iso file

    mount -o loop xx.iso <folder>

     install use root

    sudo passwd root

    su

  • 相关阅读:
    ffmpeg处理视频与声音
    吸引力
    bzoj 2752: [HAOI2012]高速公路(road)
    bzoj 3653 [湖南集训]谈笑风生
    bzoj 3143: [Hnoi2013]游走
    16,docker入门
    15.9,python操作redis集群
    15.8,redis-cluster配置
    15.7,哨兵集群
    15.6,redis主从同步
  • 原文地址:https://www.cnblogs.com/cutepig/p/1789579.html
Copyright © 2011-2022 走看看