Minggu, 12 Desember 2010

Instalasi Wine pada Ubuntu Hardy

Salah satu aplikasi yang penting saat awal migrasi dari windows yaitu install wine.
Saat instalasi menemui beberapa kendali, yaitu :
1. Melalui menu System + Administrasi + Synaptic Package Manager
  • cari program wine lewat tombo search
  • install wine, maka ubuntu akan cek program yang terkait (dependency)
  • saat download, file tidak ditemukan  404 Not Found
2. Cari referensi di WineHQ
  • tambahkan apt gpg key
    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
  • tambah repository lewat wget
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
  • update repository
    sudo apt-get update
  • install wine dengan klik link apt://wine atau sudo apt-get install wine
    The following packages have unmet dependencies:
    wine: Depends: winbind but it is not going to be installed
    E: Broken packages
  • Coba install winbind
    sudo apt-get install winbind
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    winbind: Depends: samba-common (= 3.0.28a-1ubuntu3) but 3.0.28a-1ubuntu4 is to be installed
    E: Broken packages
3. Cari referensi lainnya
  • http://dannybuntu.blogspot.com/2008/06/ah-fresh-install-of-ubuntu-hardy-804.html
  • http://www.ubuntu-unleashed.com/2008/05/howto-install-latest-wine-in-ubuntu.html
  • Maka yang dilakukan yaitu :
    sudo apt-get update ; sudo apt-get install wine
    After this operation, 61,6MB of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    Get:1 http://archive.ubuntu.com hardy/main winbind 3.0.28a-1ubuntu4 [2246kB]
    Get:2 http://wine.budgetdedicated.com hardy/main wine 1.1.2~winehq0~ubuntu~8.04-2-0ubuntu1 [7504kB]
    Fetched 9750kB in 8min11s (19,8kB/s)
    Memilih paket libaudio2 yang sebelumnya tidak dipilih.
    (Sedang membaca basis data …96313 berkas dan direktori telah terpasang.)
    Sedang membuka paket libaudio2 (dari …/libaudio2_1.9.1-1_i386.deb) …
    Memilih paket winbind yang sebelumnya tidak dipilih.
    Sedang membuka paket winbind (dari …/winbind_3.0.28a-1ubuntu4_i386.deb) …
    Memilih paket wine yang sebelumnya tidak dipilih.
    Sedang membuka paket wine (dari …/wine_1.1.2~winehq0~ubuntu~8.04-2-0ubuntu1_i386.deb) …
    Sedang menyetel libaudio2 (1.9.1-1) …

    Sedang menyetel winbind (3.0.28a-1ubuntu4) …
    * Starting the Winbind daemon winbind                                   [ OK ]

    Sedang menyetel wine (1.1.2~winehq0~ubuntu~8.04-2-0ubuntu1) …
    Processing triggers for libc6 …
    ldconfig deferred processing now taking place
selesai ….

Tidak ada komentar:

Posting Komentar