October 06, 2007
etc apt sources list
jp.archive.ubuntu.com の feisty-updates が 404 で更新出 ...
... 原因はよくわからないんだけど、これを回避するためには /etc/ apt /sources.list を以下のように編集して( jp を消す)、 ## Major bug fix updates produced after the final release of the ## distribution. #deb http://jp.archive.ubuntu.com/ubuntu ...
clamavを入れてみた
... そこで、/etc/apt/sources.listに deb http://ftp2.jp.debian.org/debian-volatile sarge/volatile main contrib non-free を追加して、 #apt-get update #apt-get upgrade としてアップグレードしておきましょう。コレで終わりです。 ...
debian(etch)でwindows系のコーデックをインストールする。
今まで普通にやっていたがメモってなかったみたいなのでかいておく。 /etc/apt/sources.listに deb http://www.debian-multimedia.org/ etch main を追加し、以下のコマンドでGPGを追加した後、w32codecsをインストールする # gpg --keyserver pgp.nic ...
DebianにOracle10gExpressEditionをインストールする
... US OTNへの登録不要! /etc/apt/sources.listに以下の2行を追加する。 deb http://oss.oracle.com/debian/ unstable main non-free deb-src http://oss.oracle.com/debian/ unstable main apt-get updateしたら apt-get install oracle-xe-universal ...
自家製パッケージのインストール方法
... cd /home/sigma/packages apt-ftparchive packages . | gzip -c9 > Packages.gz これだけでレポジトリの準備ができました。あとは、 /etc/apt/sources.list の最後に、 deb file:///home/user/packages/ ./ と書けばレポジトリの追加は完了です。 ...
今使っているUbuntuのLiveCDを作る方法
... リポジトリの追加 Linux Mintのリポジトリを/etc/apt/sources.listに追加 deb http://www.linuxmint.com/repository romeo/ インストール 普通にaptで入れるだけ。 sudo apt-get update sudo apt-get install remastersys これで ...
/etc/apt/sources.list
ubuntuのレポジトリ(例はLinux Mint xfce版)を理研のミラーに変更。 ## Feisty (Ubuntu 7.04) #deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu feisty main restricted ...
etch化
... apt-get update # apt-get upgrade 14. ここからetch化。 /etc/apt/sources.listを deb http://ftp.jp.debian.org/debian/ etch main deb-src http://ftp.jp.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main に変更 ...
Debianのインストール中
... むぅ、sources.listが/cd-rom/を参照している模様。 早速、$ vi /etc/apt/sources.list を実行し、cd-romの行をコメントアウト。 $ apt-get update $ apt-get install ssh お、今度はネットワークからとってくるぞ。 うむ。 ...
[Debian]Compiz Fusion
... etc/apt/sources.listに deb ./ を追加して、 apt-get install compiz-fusion-gnome でcompiz-fusionをインストール。メインメニューのアプリケーション > システムツール > Compiz Fusion Iconを実行する *1 と、Compiz Fusionが起動できる。 ...
... 原因はよくわからないんだけど、これを回避するためには /etc/ apt /sources.list を以下のように編集して( jp を消す)、 ## Major bug fix updates produced after the final release of the ## distribution. #deb http://jp.archive.ubuntu.com/ubuntu ...
clamavを入れてみた
... そこで、/etc/apt/sources.listに deb http://ftp2.jp.debian.org/debian-volatile sarge/volatile main contrib non-free を追加して、 #apt-get update #apt-get upgrade としてアップグレードしておきましょう。コレで終わりです。 ...
debian(etch)でwindows系のコーデックをインストールする。
今まで普通にやっていたがメモってなかったみたいなのでかいておく。 /etc/apt/sources.listに deb http://www.debian-multimedia.org/ etch main を追加し、以下のコマンドでGPGを追加した後、w32codecsをインストールする # gpg --keyserver pgp.nic ...
DebianにOracle10gExpressEditionをインストールする
... US OTNへの登録不要! /etc/apt/sources.listに以下の2行を追加する。 deb http://oss.oracle.com/debian/ unstable main non-free deb-src http://oss.oracle.com/debian/ unstable main apt-get updateしたら apt-get install oracle-xe-universal ...
自家製パッケージのインストール方法
... cd /home/sigma/packages apt-ftparchive packages . | gzip -c9 > Packages.gz これだけでレポジトリの準備ができました。あとは、 /etc/apt/sources.list の最後に、 deb file:///home/user/packages/ ./ と書けばレポジトリの追加は完了です。 ...
今使っているUbuntuのLiveCDを作る方法
... リポジトリの追加 Linux Mintのリポジトリを/etc/apt/sources.listに追加 deb http://www.linuxmint.com/repository romeo/ インストール 普通にaptで入れるだけ。 sudo apt-get update sudo apt-get install remastersys これで ...
/etc/apt/sources.list
ubuntuのレポジトリ(例はLinux Mint xfce版)を理研のミラーに変更。 ## Feisty (Ubuntu 7.04) #deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse #deb-src http://archive.ubuntu.com/ubuntu feisty main restricted ...
etch化
... apt-get update # apt-get upgrade 14. ここからetch化。 /etc/apt/sources.listを deb http://ftp.jp.debian.org/debian/ etch main deb-src http://ftp.jp.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main に変更 ...
Debianのインストール中
... むぅ、sources.listが/cd-rom/を参照している模様。 早速、$ vi /etc/apt/sources.list を実行し、cd-romの行をコメントアウト。 $ apt-get update $ apt-get install ssh お、今度はネットワークからとってくるぞ。 うむ。 ...
[Debian]Compiz Fusion
... etc/apt/sources.listに deb ./ を追加して、 apt-get install compiz-fusion-gnome でcompiz-fusionをインストール。メインメニューのアプリケーション > システムツール > Compiz Fusion Iconを実行する *1 と、Compiz Fusionが起動できる。 ...
Posted by miyuma : 16:55 | Page Top ▲