pcmanx-gtk2 repo for Fedora & openSUSE - Linux

Suhail Hany avatar
By Suhail Hany
at 2012-01-24T23:09

Table of Contents

目前只有提供給 Fedora 16 以及 openSUSE 12.1 測試使用。

Fedora 16
$ sudo yum-config-manager --add-repo \
http://people.linux.org.tw/~fourdollars/fedora/fourdollars.repo
$ sudo yum --enablerepo=fourdollars install pcmanx-gtk2

openSUSE 12.1
$ sudo zypper ar -c \
http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_12.1/ fonts
$ sudo zypper ar -c \
http://download.opensuse.org/repositories/home:/fourdollars/openSUSE_12.1/ \
fourdollars
$ sudo zypper install pcmanx-gtk2

--
過年在家沒事做,所以就練習打包 RPM 囉。..╮(﹋﹏﹌)╭..

--
Tags: Linux

All Comments

Emily avatar
By Emily
at 2012-01-27T14:41
fedora用戶推一個
Isla avatar
By Isla
at 2012-01-29T22:53
OpenSUSE用戶也推一個

怎麼完整移除套件?(archlinux)

Ingrid avatar
By Ingrid
at 2012-01-23T11:38
剛裝好 archlinux 時因為想嘗試各種桌面 所以陸續裝了 kde, gnome 現在決定想定居在 gnome,然後因為 kde 好像很肥所以不打算留在系統中 但是要移除時卻好像無法移除 [kusoayanatmyArch ~]$ sudo pacman -R kde 正在檢查依賴關係... 錯誤 ...

如何自行編譯/打包/測試/回報/參與 HIME?

Heather avatar
By Heather
at 2012-01-22T15:46
如果您想自行編譯 HIME,以下提供了簡單的步驟: 原始碼位置: 您可以在 https://github.com/caleb-/hime/downloads 取得 HIME 的最新穩定版/開發版 tarball。 穩定版 tarball 備份站:http://hime.luna.com.tw/ ...

掛載 ntfs 非 unix-like 的硬碟

Hedwig avatar
By Hedwig
at 2012-01-21T21:16
我有一個磁區是 win7 時代時的 D槽 是 ntfs 我把他掛載起來後 權限都是 root 的 用 nautilus 或指令 chown 更改權限都沒有用,都只能改資料夾,改不到檔案 導致我連存取檔案的權限都沒有 請問是為什麼呢? 謝謝! - ...

怎麼把原有OS導入GRUB?

Zanna avatar
By Zanna
at 2012-01-21T11:52
已經解決了 提供一下解決方法 其實很簡單…就是在 archlinux 中把 grub 升級到 grub2 , 然後掃描一下作業系統就 OK 了 參考資料 http://goo.gl/aUnoO http://goo.gl/9ZFdt 首先,用 pacman 或 yaourt 安裝 grub2 sud ...

關於sudo的簡單問題

Megan avatar
By Megan
at 2012-01-21T05:36
現在在一個大型公司裡面, root密碼只有管理者知道, 現在 /home下面有每個人的帳號名, 而且管理者也讓每個人都擁有root的權力: 我用我的帳號(如abc)登入後, 查看/etc/sudoers, 看到 root ALL=(ALL) ALL abc ALL=(ALL) ALL ...