Ubuntu:Edgy ja/AddOnApplications

From

Contents

追加アプリケーション

Java & Non-Media Browser Plug-ins

J2SE Runtime Environment (JRE) v5.0とMozilla Firefox用のプラグインをインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install sun-java5-jre sun-java5-plugin
  • 質問されますので、DLJ使用許諾条項に同意してください。

JRE v5.0 Update 10 をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

Choose "Java Runtime Environment (JRE) 5.0 Update 10" and click on "Download"
Accept License Agreement 
Download the "Linux self-extracting file"
  • Install the required tool :
sudo apt-get install java-package
  • Create the Ubuntu package :
fakeroot make-jpkg jre-1_5_0_10-linux-i586.bin
  • Install the resulting package :
sudo dpkg -i sun-j2re1.5_1.5.0+update10_i386.deb


  • Restart Mozilla Firefox
  • If you get an error, try changing the 10's in the filenames to the appropriate version number.

Java Development Kit (JDK) v5.0 をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install sun-java5-jdk
  • Accept the licence agreement that appears.
  • Set Sun's JVM as default Java version:
sudo update-java-alternatives -s java-1.5.0-sun
  • Edit /etc/jvm and move /usr/lib/jvm/java-1.5.0-sun to the top of JVMs offered:
gksudo gedit /etc/jvm
  • To fix the Ubuntu "libfontmanager" issue that can kill the entire JVM (e.g. JasperReports), remove these troublesome fonts:
mkdir ~/fonts_backup
sudo mv /usr/share/fonts/truetype/ttf-gujarati-fonts/aakar-medium.ttf ~/fonts_backup/
sudo mv /usr/share/fonts/truetype/ttf-gujarati-fonts/Rekha.ttf ~/fonts_backup/

Installing Blackdown Java (for AMD64 systems with 64-bit Firefox)

Note: If you wish to use 64-bit Firefox and not install 32-bit Firefox on an AMD64 system, you will want to use Blackdown Java. Currently, Sun Java does not provide a 64-bit browser plugin. This option is only recommended for those running 64-bit only systems because there is no Java 1.5 alternative.

sudo apt-get install j2re1.4 j2re1.4-mozilla-plugin

Mozilla Firefox用のFlash Player (Macromedia Flash)プラグインをインストールするには

Note: By default Ubuntu contains Flash version 7. If you have added all the repositories (backports) from this guide you will get version 9 beta 2.'Note: Adobe has released Flash 9 for Linux which works with Firefox, Mozilla, and Seamonkey. At the time of this writing, you need to download the release directly from Adobe 注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install flashplugin-nonfree
sudo update-flashplugin

Note: AMD64 users will not currently be able to use the Adobe Flash plugin described above and will need to attempt the following procedures. Note: if you get an error message that the package is not found, try the Gnash (GNU Flash substitute)

sudo apt-get install mozilla-plugin-gnash

If for some reason the Gnash plugin does not work for you, you can try the older GPL flash plugin. This plugin is no longer being developed, but works for some content.

sudo apt-get install libflash-mozplugin
  • Mozilla Firefoxを再起動してください。

Note: if firefox crashes when visiting a website with flash content, do the following:

sudo gedit /usr/bin/firefoxrc

and add the following line as last but one line of the file:

export XLIB_SKIP_ARGB_VISUALS=1

Now firefox shouldn't crash anymore.(Launchpad bug report: [1])

  • Restart Mozilla Firefox

補足: Flash Playerで音が鳴らない場合(例えばYouTube)は:

sudo apt-get install alsa-oss
gksudo gedit /etc/firefox/firefoxrc

このようにしてファイルを開き、

FIREFOX_DSP=""

FIREFOX_DSP="aoss"

に変更してください。

  • Mozilla Firefoxを再起動してください。今度はFlash Playerで音が鳴るはずです。

PDF Reader (Adobe Reader)とMozilla Firefox用プラグインをインストールするには

sudo apt-get install acroread mozilla-acroread acroread-plugins
  • アプリケーション -> オフィス -> Adobe Reader
  • Mozilla Firefoxを再起動してください。

注意: SCIMが起動しているとAdobe Reader7.0は起動しません(※訳注Suto: Japanese Team の adobereader-jpn パッケージを利用している場合は問題ありません)。Ubuntuのメニューの、システム-> システム管理 -> 言語サポート から英語以外の言語をインストールしたことがあれば、SCIMが動いています。この問題を回避するには、次のようにしてください。

gksudo gedit /usr/bin/acroread

エディタで、

#!/bin/sh
#


を、

#!/bin/sh
#
GTK_IM_MODULE=xim

に変更し、ファイルを保存してください。これでAdobe Reader 7.0が動くはずです。 関連項目:

Google Toolbar for Firefox をインストールするには

The current version of Google Toolbar works fine with Firefox 1.5.0.7 in Ubuntu 6.06 In Firefox, click the link below http://www.google.com/tools/firefox/toolbar/ then click on the big download button. The official Google version doesn't work with Firefox 2.0 on Ubuntu Edgy for now, but there's a rebuild which works - Google Toolbar Edgy (download this file and open in Firefox 2.0), you can read more information about it on UbuntuForums.org thread Warning! This is unsigned extension, use it at your own risk.

Internet

How to install Firefox32 with Flash, Java in AMD64

Taken from Ubuntu Forums'This guide is only for installing a 32-bit edition of firefox in a 64-bit enviroment. Firefox is installed by default in Ubuntu Edgy

sudo aptitude update
sudo aptitude install ia32-libs gsfonts alsa-oss
sudo aptitude install ia32-libs-gtk lib32asound2 lib32ncurses5 ia32-libs-sdl


wget http://home.comcast.net/~next/firefox32-2.0-ubuntu-amd64.deb
wget http://home.comcast.net/~ubuntu64user/ia32-lib-firefox-amd64.deb


sudo dkpg -i firefox32-2.0-ubuntu-amd64.deb
sudo dkpg -i --force-overwrite ia32-lib-firefox-amd64.deb
sudo chmod +x /usr/local/bin/firefox32
  • Applications > Internet > Firefox32 Web Browser
  • How to install Flash 9
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
sudo tar -xzvf install_flash_player_9_linux.tar.gz
cd /usr/lib32/firefox32/plugins
sudo mv ~/install_flash_player_9_linux/libflashplayer.so /usr/lib32/firefox32/plugins/
sudo mv ~/install_flash_player_9_linux/flashplayer.xpt /usr/lib32/firefox32/plugins/
  • How to install Mplayer with Plugin for Firefox32

Opera web browser をインストールするには

sudo apt-get install libqt3-mt
wget http://ftp.wayne.edu/opera/linux/910/final/en/i386/shared/opera_9.10-20061214.6-shared-qt_en_i386.deb
sudo dpkg -i opera_9.10-20061214.6-shared-qt_en_i386.deb
  • アプリケーション -> インターネット -> Opera
  • To get java working go to Tools->Preferences->Advanced->Content-> Check "Enable Java". Click the "Enable Java..." button enter "/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386" (for sun java) in the new dialog and then click the "Validate Java Path" button.

Download Manager (Downloader for X) をインストールするには

sudo apt-get install d4x
  • アプリケーション -> インターネット -> Downloader for X
How to uninstall Download Manager (Downloader for X)
sudo apt-get remove d4x

FTP Client (gFTP) をインストールするには

sudo apt-get install gftp
  • アプリケーション -> インターネット -> gFTP
How to uninstall gFTP
sudo apt-get remove gftp

IRC Client (XChat) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install xchat xchat-systray 
  • アプリケーション -> インターネット -> XChat IRC
How to uninstall XChat
sudo apt-get remove xchat xchat-systray

Email Client (Mozilla Thunderbird) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install mozilla-thunderbird
  • アプリケーション -> インターネット -> Thunderbird Mail Client

Newsreader (Pan) をインストールするには

sudo apt-get install pan
  • アプリケーション -> インターネット -> Pan Newsreader

RSS/RDF/Atomニュースリーダ(RSSOwl)をインストールするには

wget -c http://easylinux.info/uploads/rssowl_linux_1_1_3_bin.tar.gz
sudo tar zxvf rssowl_linux_1_1_3_bin.tar.gz -C /opt/
sudo chown -R root:root /opt/rssowl_linux_1_1_3_bin/
gksudo gedit /usr/bin/runRSSOwl.sh
  • 開いたファイルに以下の行を入力してください。
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
cd /opt/rssowl_linux_1_1_3_bin/
./run.sh
  • 編集したファイルを保存してください。
sudo chmod +x /usr/bin/runRSSOwl.sh
gksudo gedit /usr/share/applications/RSSOwl.desktop
  • 開いたファイルに以下の行を入力してください。
[Desktop Entry]
Name=RSSOwl
Comment=RSSOwl
Exec=runRSSOwl.sh
Icon=/opt/rssowl_linux_1_1_3_bin/rssowl.xpm
Terminal=false
Type=Application
Categories=Application;Network;
  • 編集したファイルを保存してください。
  • アプリケーション -> インターネット -> RSSOwl

Internet Explorer + Flash 9 (IEs4Linux) をインストールするには

ここではwine版のInternet Explorer 6とFlash 9をインストールします。また、どうしても望むならIE 5.5/5.01でも構いません。

  • 注意: Flash 9 はIE以外のブラウザには用意されていません。
  • 注意: AodbeはFirefox、Mozilla、Seamonkeyで動作するFlash 9 for Linuxをリリースしました。
  • Cabextractをインストールして下さい。ターミナルを開き、以下のコマンドを実行します。
sudo apt-get install cabextract
  • ターミナルを開き、次のコマンドを実行します。
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux

rootになって(sudoを使って)実行しないで下さい。スクリプトが誤作動をしてXの設定が壊れます。

Messenger (Skype) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install libqt3-mt
wget http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i skype_debian-*.deb
(Install 32-bit Skype in amd64)

Note: This method will install 32-bit libraries in /usr/lib32.

sudo aptitude install ia32-libs ia32-libs-gtk lib32asound2
  • Download i386 package of gcc-3.3-base, libstdc++5, libasound2.

Note: If these links become invalid, search for the packages at http://packages.ubuntu.com

wget http://lug.mtu.edu/ubuntu/pool/main/g/gcc-3.3/gcc-3.3-base_3.3.6-13ubuntu2_i386.deb
wget http://lug.mtu.edu/ubuntu/pool/main/g/gcc-3.3/libstdc++5_3.3.6-13ubuntu2_i386.deb
  • Download i386 package of skype from www.skype.com.
wget http://www.skype.com/go/getskype-linux-deb
sudo dpkg --force-architecture -i gcc-3.3-base_3.3.6-13ubuntu2_i386.deb
sudo dpkg --force-architecture -i libstdc++5_3.3.6-13ubuntu2_i386.deb  
  • Download libqt-mt.so.3 and put it in /usr/lib32
cd /tmp
wget http://bombazyn.mine.nu/Ubuntu/asound32-qtmt32.tar.bz2
cd /usr/lib32
sudo tar xjvf /tmp/asound32-qtmt32.tar.bz2
  • Download libaudio.so.2 and libaudio.so.2.4 and put it in /usr/lib32
cd /tmp
wget http://lug.mtu.edu/ubuntu/pool/main/n/nas/libaudio2_1.8-2_i386.deb
ar -x libaudio2_1.8-2_i386.deb
tar zxf data.tar.gz
sudo cp usr/lib/libaudio.so.2.4 /usr/lib32/
sudo cp usr/lib/libaudio.so.2 /usr/lib32/
  • Install Skype.
cd ~/
sudo dpkg --force-architecture -i skype_debian-*.deb
  • To run Applications > Internet > Skype
(Alternative Method - Official Skype Repository)
sudo gedit /etc/apt/sources.list
  • Add the following lines to the end of file
## Official Skype Repository
deb http://download.skype.com/linux/repos/debian/ stable non-free


sudo apt-get update
sudo apt-get install skype
  • To run Applications > Internet > Skype

Peer to Peer (P2P)

File share utility (LinuxDC++) をインストールするには

wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz
sudo tar zxvf linuxdcpp.tar.gz -C /opt
gksudo gedit /usr/share/applications/linuxdcpp.desktop
  • Insert the following lines into the new file
[Desktop Entry]
Encoding=UTF-8
Name=LinuxDC++
Exec=linuxdcpp
Terminal=false
Type=Application
StartupNotify=true
Icon=/opt/linuxdcpp/pixmaps/linuxdcpp.png
Categories=Application;Network;
  • 編集したファイルを保存してください。
  • アプリケーション -> インターネット -> LinuxDC++
  • If you whant to build the latest version from CVS use this guide

P2P BitTorrent Client (Azureus) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install azureus
  • アプリケーション -> インターネット -> Azureus
(Alternative Method)

The above method installs a version of Azureus compiled with gcj, the free alternative to Sun's Java.

wget http://kent.dl.sourceforge.net/sourceforge/azureus/Azureus_2.5.0.2_linux.tar.bz2
sudo tar jxvf Azureus_2.5.0.2_linux.tar.bz2 -C /opt/
sudo gedit /usr/share/applications/azureus.desktop
  • 以下をファイルに追加してください。
[Desktop Entry] 
Name=Azureus
Comment=Java BitTorrent Client
Exec=/opt/azureus/azureus
Icon=/opt/azureus/Azureus.png
Terminal=false
Type=Application
Categories=Application;Network;
  • 編集したファイルを保存してください。
  • アプリケーション -> インターネット -> Azureus
How to uninstall Azureus
sudo apt-get remove azureus

P2P BitTorrent Client (Bittornado) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

sudo apt-get install bittornado bittornado-gui

After installing Bittorrent or Bittornado open a firewall for your local IP

sudo iptables -I INPUT -p tcp --destination-port 6881:6999 -j ACCEPT

Now if you specify those ports in your client and you will see better down and up speeds.

  • アプリケーション -> インターネット -> Bittornado Client
How to uninstall Bittornado
sudo apt-get remove bittornado bittornado-gui

P2P eMule Client (aMule) をインストールするには

Note: Program included in Automatix2 and Easy Ubuntu. I you have already used one of them, this program may have been installed

sudo apt-get install amule
  • アプリケーション -> インターネット -> aMule
How to uninstall P2P eMule Client (aMule)
sudo apt-get remove amule

P2P Gnutella Client (FrostWire) をインストールするには

注意: このプログラムは Automatix2 に含まれています。すでに Automatix2 を実行しているならば、このプログラムはすでにインストールされているでしょう。

wget -c http://www.users.on.net/~stubby/FrostWire-4.10.9-2.i586.deb
sudo dpkg -i FrostWire-4.10.9-2.i586.deb
  • アプリケーション -> インターネット -> FrostWire

An additional stage for users of Beryl (as of Beryl-0.1.4).

utorrentを使用するには

utorrentはダウンロードしてあり、wineをインストール済みとします。

   sudo gedit /usr/bin/utorrent

以下をファイルにペーストしてください。

   #!/bin/sh
   cd ~/YOURPATH/utorrent
   if [ "$1" != "" ]; then
   var="`echo $1 | sed 's/\//\\\/g'`"
   var="Z:${var}"
   wine utorrent.exe "$var"
   else
   wine utorrent.exe
   fi

"YOURPATH" をuTorrentのパスに置き換えてください。 保存、終了し、このファイルを実行可能にするために以下をタイプしてください。

   sudo chmod a+x /usr/bin/utorrent

P2P Gnutella Client (LimeWire) をインストールするには

Make sure you have the latest version of Java installed.Open up Terminal and type in the following:

  java -version

If your version of Java is older than 1.5 you need to upgrade it.To update to the latest version enter the following in Terminal:

  sudo apt-get install sun-java5-jre sun-java5-plugin

Enter the following in Terminal, when you are prompted to install Dash, select “NO.”

   sudo dpkg-reconfigure dash

Now download LimeWire(Linux RPM) from site http://www.limewire.com/english/content/downloadfree2.shtml To convert the package to a Ubuntu *.deb file you must have alien installed:

   sudo apt-get install alien

Then type the following into Terminal to convert the package from the *.rpm to a *.deb file:

   sudo alien -d LimeWireLinux.rpm

Once it has been converted, double-click the new *.deb file to install LimeWire and that’s it, you’re done.

Multimedia Players & Browser Plug-ins

Multimedia Codecs をインストールするには

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base \
gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse \
gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine-extracodecs w32codecs 

Stubby All known codecs work except for wmv, Tip: WMV9 codecs on amd64 can work only by using vlc (out of the box from the official repositories) or by installing the latest version of mplayer (Version 1.0rc1 at the moment of writing)

DVD playback capability をインストールするには

ironss: gstreamer DVDプラグインはplugins-bad(もしくはugly?)の範疇として利用可能に過ぎず、動作の信頼性に欠けます。しかし、TotemはDVDの再生にxineをバックエンドとして動作します。gstreamerでDVD再生可能になるまで、これでしのげます。xine-uiやmplayerが推奨されますが、インストールする必要はないことに気をつけてください。

sudo apt-get install libdvdread3 
sudo /usr/share/doc/libdvdread3/install-css.sh
sudo apt-get install totem-xine

Stubby: gstreamer DVDプラグインはEdgyにまだ用意されていません。以下の方法はうまくいかないでしょう。

sudo apt-get install libdvdcss2

How to install MIDI sound server (Timidity++)

sudo apt-get install timidity
  • Set up Timidity to start on boot
sudo gedit /etc/default/timidity
  • Uncomment the following line (remove the "#" sign)
#TIM_ALSASEQ=true
  • Set the required modules to load as well
sudo gedit /etc/modules
  • Add the following modules to the end of the file
snd-seq-device
snd-seq-midi
snd-seq-oss
snd-seq-midi-event
snd-seq
  • Restart your computer

Multimedia Playing Server (MPD) をインストールするには

Note: MPD is a audio playing server. It acts as a digital jukebox allowing playlist management over the network. The computer with MPD running on needs to be connected to an Amplifier (or similar) as it does not stream audio by default, it simply plays it. However, it can be configured to stream using Icecast and JACK. Music Player Daemon (MPD)

  • Install MPD
sudo apt-get install mpd
  • Create link to your audio (MP3 etc) collection
sudo ln -s /path/to/your/music /var/lib/mpd/music/collection
  • Restart MPD
sudo /etc/init.d/mpd restart
  • Advanced Configuration
gksudo gedit /etc/mpd.conf
  • Install standard Gnome client

Alternative clients, including web-based versions are detailed on the MPD Wiki.

sudo apt-get install gmpc
  • Configure GMPC

Click Applications > Sound & Video > Gnome Music Player Client Click on Options icon, set Host, Port and connection options. The default settings will connect to MPD running on "localhost". Set the "Autoconnect" option if required. The default MPD port is 6600, make sure you unblock this port on your firewall.

  • Using GMPC

Click on Playlist icon. Expand the "Browse Filesystem" tree, right-click on your audio collection and click "Update". This will cause the MPD server to reindex your audio files. No files are changed during this process. When completed, navigate through your audio via the "Browse Filesystem" tree. Right-click on folders and tracks to add them to playlist, or manage existing playlist.

Multimedia Player (xine-ui) をインストールするには

sudo apt-get install xine-ui libxine-extracodecs
  • アプリケーション -> サウンドとビデオ -> xine

Multimedia Player (VLC) with plug-in for Mozilla Firefox をインストールするには

sudo apt-get install vlc vlc-plugin-* mozilla-plugin-vlc
  • In order to stream video via vlc, you also need to install the following packages.
sudo apt-get install avahi-daemon
sudo apt-get install avahi-utils
アプリケーション -> Sound and Video -> VLC Media Player

How to install Multimedia Player (Mplayer) with plug-in for Mozilla Firefox

sudo apt-get install mozilla-mplayer
アプリケーション -> Sound and Video -> MPlayer Movie Player
Tip:  For AMD64 Users

If you want to easily install the latest version of mplayer (Version 1.0rc1 at the moment of writing) that it is supporting the native playback of videos using the WMV9 codec add the following repository into your sources.list.

deb http://ubuntu.moshen.de/ edgy misc multimedia

Multimedia Player (Totem) with plug-in for Mozilla Firefox をインストールするには

sudo apt-get install totem-gstreamer-firefox-plugin
  • Restart Mozilla Firefox
TotemのMozilla Firefox用プラグインをアンインストールするにはどうすればいいですか?
sudo apt-get remove totem-gstreamer-firefox-plugin

Multimedia Player (XMMS) をインストールするには

sudo apt-get install xmms xmms-skins
wget -c http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb
sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
  • アプリケーション -> サウンドとビデオ -> XMMS

Multimedia Player (Songbird) をインストールするには

First download this shell script from Psychocats.netOpen up the terminal and type these commands in one at a time

cd Desktop
chmod +x installsongbird.sh
./installsongbird.sh
  • アプリケーション -> サウンドとビデオ -> Songbird

To remove if you want use this shell script and use the same instructions that you used to install songbird but substitute install with remove.

Multimedia Player (amaroK) をインストールするには

sudo apt-get install amarok
  • アプリケーション -> サウンドとビデオ -> amaroK
How to uninstall amaroK
sudo apt-get remove amarok

Music Manager and Player (Banshee) をインストールするには

sudo apt-get install banshee
How to uninstall Banshee
sudo apt-get remove banshee

Multimedia Player (RealPlayer 10) をインストールとサウンド不具合修正

sudo apt-get install realplay
Note: 'realplay' installs RealPlayer 10 from PLF repository, which you should be enabled if you followed this guide. 'realplayer' installs RealPlayer 8 from multiverse.
  • アプリケーション -> サウンドとビデオ -> RealPlayer 10
  • It will also install all the necessary plugins automagically for it to view embedded real videos in Firefox
  • To avoid issues of flickering or screen going blank when switching windows, goto
  • RealPlayer 10 -> Tools -> Preferences -> Hardware -> Uncheck XVideo

Alternative Source

Then add execute permissions to the installer and execute it.

chmod +x RealPlayer10GOLD.bin
sudo ./RealPlayer10GOLD.bin

サウンド不具合修正 音が鳴らない、音量調節不可、等など

sudo apt-get install alsa-oss
sudo vi /usr/lib/RealPlayer10/realplay

alsa-ossが機能する用にスクリプトを編集. 70行目の$REALPLAYBIN "$@"を以下のように編集します。

aoss $REALPLAYBIN "$@" # aossを追加

Stream Directory Browser (streamtuner) をインストールするには

sudo apt-get install streamtuner streamripper
  • アプリケーション -> サウンドとビデオ -> streamtuner
How to uninstall Stream Directory Browser (streamtuner)
sudo apt-get remove streamtuner streamripper

Internet TV (DemocracyTV beta) をインストールするには

wget http://ftp.osuosl.org/pub/pculture.org/democracy/linux/ubuntu/democracyplayer-data_0.9.2.1-1ubuntupcf_all.deb
wget http://ftp.osuosl.org/pub/pculture.org/democracy/linux/ubuntu/democracyplayer_0.9.2.1-1ubuntupcf_i386.deb
sudo apt-get upgrade
sudo dpkg -i democracyplayer-data_0.9.2.1-1ubuntupcf_all.deb
sudo apt-get install mozilla-browser mozilla-psm mozilla-dev
sudo dpkg -i democracyplayer_0.9.2.1-1ubuntupcf_i386.deb


  • if your system has a 64bit processor (amd64)
wget http://ftp.osuosl.org/pub/pculture.org/democracy/linux/ubuntu/democracyplayer-data_0.9.2.1-1ubuntupcf_all.deb
wget http://ftp.osuosl.org/pub/pculture.org/democracy/linux/ubuntu/democracyplayer_0.9.2.1-1ubuntupcf_amd64.deb
sudo apt-get upgrade
sudo dpkg -i democracyplayer-data_0.9.2.1-1ubuntupcf_all.deb
sudo apt-get install mozilla-browser mozilla-psm mozilla-dev
sudo dpkg -i democracyplayer_0.9.2.1-1ubuntupcf_amd64.deb


  • in both cases you might also need to install dependencies of the player package if dpkg returns a dependency error.
sudo apt-get -f install
  • to get support for more formats you have to install libxine-extracodecs (check Restricted Formats for more info)
sudo apt-get install libxine-extracodecs

or use an alternate procedure: double click (or right click and select "Open with gdebi") on the deb files so they are opened with gdebi, first democracyplayer-data_0.9.2.1-1ubuntupcf_all.deb and after that democracyplayer_0.9.2.1-1ubuntupcf_i386.deb (if you have a 32bit processor) or democracyplayer_0.9.2.1-1ubuntupcf_amd64.deb (if you have a 64bit processor)

  • アプリケーション -> サウンドとビデオ -> Democracy TV

Multimedia Editors & misc tools

Music Organizer (Cowbell) をインストールするには

sudo apt-get install cowbell
  • アプリケーション -> サウンドとビデオ -> Cowbell Music Organizer
How to uninstall Cowbell
sudo apt-get remove cowbell

ID3 Tag Editor (EasyTAG) をインストールするには

sudo apt-get install easytag
  • アプリケーション -> サウンドとビデオ -> EasyTAG
How to uninstall ID3 Tag Editor (EasyTAG)
sudo apt-get remove easytag

Video Editor (Kino) をインストールするには

sudo apt-get install kino
sudo apt-get install kinoplus
sudo apt-get install kino-timfx
sudo apt-get install kino-dvtitler
  • アプリケーション -> サウンドとビデオ -> Kino Video Editor
How to uninstall Video Editor (Kino)
sudo apt-get remove kino kinoplus kino-timfx kino-dvtitler

Audio Editor (Audacity) をインストールするには

sudo apt-get install audacity
  • アプリケーション -> サウンドとビデオ -> Audacity
How to uninstall Audacity
sudo apt-get remove audacity

Music Composition Program (NoteEdit) をインストールするには

sudo apt-get install noteedit lilypond
sudo gedit /usr/share/applications/noteedit.desktop
  • Insert the following lines into the new file
[Desktop Entry]
Name=NoteEdit
Comment=A free music score editor
Exec=noteedit
Icon=/usr/share/app-install/icons/noteedit.xpm
Terminal=false
Type=Application
Categories=Application;AudioVideo;
  • Save the file
  • アプリケーション -> サウンドとビデオ -> NoteEdit


How to install FMOD Ex audio libraries

wget "http://www.fmod.org/files/fmodapi40605linux.tar.gz"
tar xvzf fmodapi40605linux.tar.gz
cd fmodapi40605linux
sudo make install # neads no compiling

Image Editors, Viewers,etc.

Image Viewer (digiKam) をインストールするには

sudo apt-get install digikam digikamimageplugins kipi-plugins
  • アプリケーション -> Graphics -> digikam

Picasa image organizer をインストールするには

gksudo gedit /etc/apt/sources.list
  • Add the following lines at the end of file
# Google Picasa for Linux repository
deb http://dl.google.com/linux/deb/ stable non-free
  • Save the edited file
sudo apt-get update
sudo apt-get install picasa

Vector Graphics Editor (Inkscape) をインストールするには

sudo apt-get install inkscape

Second installation method:

1. Download the official Inkscape Linux installer.
2. Choose a mirror and save it to your Desktop.
3. Right-click it, enable "Properties --> Permissions --> Owner:Execute" and close the dialogue box. (One-time procedure)
4. Double-click it and follow the instructions.
5. Install the support code system-wide, if you have the root password. (One-time procedure)

NOTE: You can and should install the program as a User, rather than Root. This is easily accomplished with the second method.

Development & Programming

WYSIWYG Web Authoring System (Nvu) をインストールするには

sudo apt-get install nvu
  • 編集したファイルを保存してください。
  • アプリケーション -> プログラミング -> Nvu

Web Authoring System (BlueFish) をインストールするには

sudo apt