[[Linux]] > Ubuntu/Ubuntu GNOME/Kubuntu/Xubuntu/Lubuntu

*[[Ubuntu:http://www.ubuntu.com/]]/[[Ubuntu GNOME:http://ubuntugnome.org/]]/[[Kubuntu:http://www.kubuntu.org/]]/[[Xubuntu:http://xubuntu.org/]]/[[Lubuntu:http://lubuntu.net/]] [#m38e62cf]

#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Logo-ubuntu_no%28r%29-black_orange-hex.svg/500px-Logo-ubuntu_no%28r%29-black_orange-hex.svg.png,right,around,nolink,Ubuntu)
#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Kubuntu_logo_and_wordmark.svg/500px-Kubuntu_logo_and_wordmark.svg.png,right,around,nolink,Kubuntu)

#ref(http://upload.wikimedia.org/wikipedia/commons/a/a0/Ubuntu_GNOME.png,center,nolink,Ubuntu GNOME)

#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Xubuntu_logo_and_wordmark.svg/500px-Xubuntu_logo_and_wordmark.svg.png,right,around,nolink,Xubuntu)
#ref(http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Lubuntu_logo.svg/500px-Lubuntu_logo.svg.png,right,around,nolink,Lubuntu)

&color(White,#5F2F2F){  ''◆目次◆''  };&br;

#contents

*Ubuntu とは [#i6bcb07d]

Ubuntu は [[Debian GNU/Linux>Linux/Debian]] をベースにした Linux ディストリビューションです.~

-[[Ubuntu homepage | Ubuntu:http://www.ubuntu.com/]]
-[[Home | Ubuntu Japanese Team:http://www.ubuntulinux.jp/]]
-[[Ubuntu Japanese Wiki - Ubuntu Japanese Wiki:https://wiki.ubuntulinux.jp/]]
-[[Ubuntu日本語フォーラム:https://forums.ubuntulinux.jp/]]
-[[The ubuntu-jp Archives:https://lists.ubuntu.com/archives/ubuntu-jp/]]

**公式派生版 [#i77fdd5e]

-[[Derivatives:http://www.ubuntu.com/about/about-ubuntu/derivatives]]

***Ubuntu GNOME/Kubuntu/Xubuntu/Lubuntu とは [#fa2981c9]

Ubuntu GNOME はデスクトップ環境に GNOME を採用した Ubuntu ベースの Linux ディストリビューションです.~
Kubuntu はデスクトップ環境に KDE を採用した Ubuntu ベースの Linux ディストリビューションです.~
Xubuntu はデスクトップ環境に Xfce を採用した Ubuntu ベースの Linux ディストリビューションです.~
Lubuntu はデスクトップ環境に LXDE を採用した Ubuntu ベースの Linux ディストリビューションです.~

-[[Ubuntu GNOME:http://ubuntugnome.org/]]
-[[Kubuntu:http://www.kubuntu.org/]]
-[[Xubuntu:http://xubuntu.org/]]
-[[Lubuntu:http://lubuntu.net/]]

**派生版 [#m65a8766]

***Linux Mint とは [#n7037512]

Linux Mint はデスクトップ環境に Cinnamon, MATE を採用した Ubuntu ベースの Linux ディストリビューションです.~

-[[Linux Mint>Linux/Linux Mint]]

*[[TeX Live]] &aname(texlive); [#l2f3d074]
-https://launchpad.net/tex-live
-https://launchpad.net/ubuntu/+source/texlive-base
--https://launchpad.net/ubuntu/+source/texlive-base/+changelog
-https://launchpad.net/ubuntu/+source/texlive-lang
--https://launchpad.net/ubuntu/+source/texlive-lang/+changelog
-[[Ubuntu -- パッケージ検索結果 -- texlive-full:http://packages.ubuntu.com/ja/texlive-full]]
-[[Ubuntu -- パッケージ検索結果 -- texlive-lang-cjk:http://packages.ubuntu.com/ja/texlive-lang-cjk]]
-[[Ubuntu -- パッケージ検索結果 -- texlive-fonts-recommended:http://packages.ubuntu.com/ja/texlive-fonts-recommended]]
-[[Ubuntu -- パッケージ検索結果 -- latexmk:http://packages.ubuntu.com/ja/latexmk]]
-[[Ubuntu -- パッケージ検索結果 -- ghostscript:http://packages.ubuntu.com/ja/ghostscript]]
-[[Debian support - TeX Live - TeX Users Group:http://www.tug.org/texlive/debian.html]]
-[[texlive-dummy-ubuntu:https://github.com/krlmlr/texlive-dummy-ubuntu]]
-[[TeX Live in Launchpad:https://launchpad.net/tex-live]]
--[[trunk:https://code.launchpad.net/~naesten/tex-live/trunk]]
---[[ChangeLog:http://bazaar.launchpad.net/~naesten/tex-live/trunk/view/head:/ChangeLog]]

**TeX Live 公式パッケージ &aname(texliveinstall); [#y097b8c5]

-[[Linux#texliveinstall]]

TeX Live の公式サイトのパッケージをインストールしたあとで TeX Live/Debian に依存するパッケージをインストールしようとすると TeX Live/Debian も同時にインストールされてしまいます.~
TeX Live/Debian がインストールされないように dummy パッケージを作成して依存関係の問題を回避します.~

 $ sudo apt-get install equivs
 $ wget http://www.tug.org/texlive/files/debian-control-ex.txt
// debian-control-ex.txt に texlive-full, texlive-lang-cjk, asymptote, asymptote-doc などの項目を追加します.
 $ equivs-build debian-control-ex.txt
 $ sudo dpkg -i texlive-local_2011-1~1_all.deb

[[texlive-dummy-ubuntu:https://github.com/krlmlr/texlive-dummy-ubuntu]] を使用する場合は以下のようにします.~

 $ sudo add-apt-repository ppa:krlmlr/ppa
 $ sudo apt-get update
 $ sudo apt-get install texlive-dummy

**TeX Live/Debian &aname(texlivedebian); [#c935e6e4]

 $ sudo apt-get install texlive-full

*[[Ghostscript]] &aname(ghostscript); [#ve306e42]

 $ sudo apt-get install ghostscript

*[[Python]] &aname(python); [#c68c1c0f]

 $ sudo apt-get install python python3

*[[Ruby]] &aname(ruby); [#j96f01f6]

 $ sudo apt-get install ruby2.0

*[[Perl]] &aname(perl); [#q23bc7da]

 $ sudo apt-get install perl

*[[Evince]] &aname(evince); [#m440464c]

 $ sudo apt-get install evince

*[[Okular]] &aname(okular); [#xd972c8e]

 $ sudo apt-get install okular kde-l10n-ja

*[[zathura]] &aname(zathura); [#z031990b]

 $ sudo apt-get install zathura

*[[qpdfview]] &aname(qpdfview); [#n4d4de3e]

 $ sudo apt-get install qpdfview

*[[MuPDF]] &aname(mupdf); [#s8c9b663]

 $ sudo apt-get install mupdf

*[[Adobe Reader]] [#jc822238]

[[Adobe Reader 9 は 2013年6月26日 でサポートが終了:http://www.adobe.com/jp/jos/acrobat/it/endsupport.html]]しました.~
Adobe Reader 9 を使用している方は Adobe Reader XI にアップグレードしてください.~
Adobe Reader XI は [[Wine]] 上でも動作します.~

*[[TeXstudio]] &aname(texstudio); [#w37788fd]

 $ sudo apt-get install texstudio

*[[Texmaker]] &aname(texmaker); [#z2142745]

 $ sudo apt-get install texmaker

*[[TeXworks]] &aname(texworks); [#veed3c44]

 $ sudo apt-get install texworks

*[[LyX]] &aname(lyx); [#s7886348]

 $ sudo apt-get install lyx

*[[LaTeXila]] &aname(latexila); [#v3e14a29]

 $ sudo apt-get install latexila

*[[Kile]] &aname(kile); [#u0698a20]

 $ sudo apt-get install kile

*[[Eclipse]] &aname(eclipse); [#ae8afa99]

 $ sudo apt-get install eclipse

*[[Emacs]] &aname(emacs); [#s0b6fa60]

 $ sudo apt-get install emacs24

**[[YaTeX]] [#pc05aa7c]

-https://launchpad.net/ubuntu/+source/yatex/
--https://launchpad.net/ubuntu/+source/yatex/+changelog

**[[AUCTeX]] [#u31c1597]

-https://launchpad.net/ubuntu/+source/auctex/
--https://launchpad.net/ubuntu/+source/auctex/+changelog

*[[Vim]] &aname(vim); [#a5b8fa0b]

 $ sudo apt-get install vim vim-gtk

*[[gedit]] &aname(gedit); [#ofba42a2]

 $ sudo apt-get install gedit gedit-latex-plugin gedit-plugins

*[[Geany]] &aname(geany); [#zed31359]

 $ sudo apt-get install geany geany-plugins

*[[Inkscape]] &aname(inkscape); [#u785615b]

 $ sudo apt-get install inkscape pstoedit python-lxml

*関連リンク [#p9c99f41]
-http://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do
-http://www.gnu.org/distros/common-distros.html#Ubuntu
-[[フリーソフトウェアのリーダーRichard Stallman曰く: Amazonの検索を統合したUbuntuはスパイウェアだ:http://jp.techcrunch.com/2012/12/08/20121207free-software-leader-richard-stallman-amazon-search-integration-in-ubuntu-amounts-to-spyware/]]
-[[リチャードストールマン氏が Ubuntu を非難:http://japan.internet.com/webtech/20121211/3.html]]
-[[2012年9月27日 問題は広告じゃない!? Ubuntu 12.10のデフォルト検索→Amazonに反対するワケ:http://gihyo.jp/admin/clip/01/linux_dt/201209/27]]
-[[Ubuntu 12.10にAmazonレンズを無効にする設定項目が加わったらしい:http://cpplover.blogspot.jp/2012/10/ubuntu-1210amazon.html]]
-[[ストールマン、UbuntuのUnityレンズについて:http://cpplover.blogspot.jp/2012/10/ubuntuunity.html]]
-[[Richard Stallman氏の批判にUbuntuのコミュニティーマネージャーが反論:http://linux.slashdot.jp/story/12/12/10/2111218/Richard-Stallman%E6%B0%8F%E3%81%AE%E6%89%B9%E5%88%A4%E3%81%ABUbuntu%E3%81%AE%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3%E3%83%BC%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3%E3%83%BC%E3%81%8C%E5%8F%8D%E8%AB%96]]
-[[Ubuntu脱出計画その1 〜動機編〜:http://nippondanji.blogspot.jp/2013/02/ubuntu1.html]]