請問ppa儲存的位置 - Linux

Hedwig avatar
By Hedwig
at 2011-10-20T12:43

Table of Contents



很多網路上的資料都說套件庫的位置在 /etc/apt/sources.list

而我在Synaptic套件管理程式去新增ppa的套件源

然後在打開 /etc/apt/sources.list 發現沒有新增上去

但是還是成功安裝了該程式,所以就想知道一下被新增上的ppa套件源 儲存在哪裡?


--
不是毒藥 ~~~ 就是炸藥 ψbenka
爆 炸 西瓜
◢███◣ ⊙ ⊙ 冰 箱 手機 ▂▂▂▂ ξ
毒蘋果 ▆▆▆ Boom
毒奶 毒組合屋 TV ︴︴︴
## ▆▆

--
Tags: Linux

All Comments

Olga avatar
By Olga
at 2011-10-25T01:47
在 /etc/apt/sources.list.d/ 裡面

在ubuntu灌gnome3...

Agnes avatar
By Agnes
at 2011-10-20T07:57
我用了ubuntu的apt-get install gnome-shell 結果http://imageshack.us/photo/my-images/31/20111020075035.png/ gnome panel很奇怪 系統是ubuntu11.10 64bit 是從ubuntu11.04 重 ...

undefined reference to...

Erin avatar
By Erin
at 2011-10-20T02:55
system: ubuntu 11.10 x86-64 libc6-dev已安裝 ld.conf include的目錄也確定沒錯(有用locate libpthread翻過) 同時也下了-lpthread 可是照樣出現undefined reference to `pthread_createand#39;的 ...

請教shellscript parse [ 1, 2 ] 中數字

Adele avatar
By Adele
at 2011-10-20T02:31
echo and#34;x [ 12, 34 ]and#34;|sed and#39;s/[^0-9]/ /gand#39;|awk and#39;{print$1==$2?and#34;equaland#34;:and#34;not equaland#34;}and#39; 想法: 將非數字全都替換成空白 ...

請問筆電可以切換內外顯嗎?

Christine avatar
By Christine
at 2011-10-19T23:00
想購入筆電,當外面租屋用的桌機。 看到聯想的i7筆電合我需求: http://goods.ruten.com.tw/item/show?21109075228131 是沙橋架構(AVX) 又有NV顯卡 可以玩CUDA 現在問題是,能在l ...

請教shellscript parse [ 1, 2 ] 中數字

Hedwig avatar
By Hedwig
at 2011-10-19T20:53
一行式 你會發現到 xargs 和sed真好用wwww.... echo and#34;asdfwer [ 1234, 3456 ]and#34;|sed and#39;s/[^[]*\[ \([0-9]*\), \([0-9]*\) \][^]]*/\[ \1 -eq \2 \]\andamp;\anda ...