wine和ubuntu

    技术2026-05-11  0

    安装wine。

    sudo apt-get install wine 

    安装的是1.2版本的,感觉足够了,没必要当小白鼠耍1.3版本的wine。

    低调安装软件IE in wine

    网址:http://www.tatanka.com.br/ies4linux/page/Installation

    如果打不开,就继续往下看咯:

     

    1) Open a terminal

    2) Open /etc/apt/sources.list

    sudo gedit /etc/apt/sources.list  

    3) Uncomment (or add) following lines:

    deb http://us.archive.ubuntu.com/ubuntu edgy universe  

     

    4) Add this line:

    deb http://wine.budgetdedicated.com/apt edgy main  

    5) Close gedit. Update and install wine and cabextract:

    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - sudo apt-get update sudo apt-get install wine cabextract 

    6) Download IEs 4 Linux and install

    wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux 

    Note for Dapper users: if you use ubuntu dapper, replace edgy with dapper on lines above. Note for Feisty users (7.04): if you use ubuntu Feisty, replace edgy with feisty in the lines above. Also replace geditwith kedit if running Kubuntu instead of Ubuntu.

    其实我本人也就做了第六步,前面几个主要就是添加个源,主要还是每个人的linux水准参差不齐,所以每次搞软件都有很多相同的步骤。诶。辛苦的linux dper。

    本人在第六步的时候遇到情况。

     

    红色的提示,Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.

    最后使用了一款winetricks的软件解决了这个问题。

    http://wiki.winehq.org/winetricks

    安装之后, 感觉像是winetricks这种软件简直就是安装wine之后必须安装的一种软件,具体原因,安装上去就知道了呗。

    最新回复(0)