rollerworld
January 28th, 2008, 11:58 AM
Newbe Installing Wine. O/S 6.06 Dapper Drake.
went to http://www.winehq.org/site/download-deb, the instructions there were,
Debian and Debian-based distributions, such as Ubuntu, utilize a special tool for managing packages known as APT. APT is able to automagically install all of the needed dependencies for a software package, as well as keep the package up to date, by scanning what are known as APT repositories. Debian-based distributions have their own repositories of software, many of which include Wine, however we keep our own repository of the latest available packages here for download.
There used to be graphical instructions here, however we have found that the terminal commands are actually simpler to describe and quicker for the user to input. Because the commands below use sudo, you may have to enter your user password after hitting enter.
Adding the WineHQ APT Repository:
First, open a terminal window. Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
I copied and pasted the two lines of code in to a terminal window,
the terminal window was found under accessories - terminal.
I entered the admin password as asked for and hit enter.
Next, add the repository to your system's list of APT sources:
How do I do this? How do I get to the list of APT sources and enter
the folowing code?
For Ubuntu Dapper (6.06): *64-bit packages not available*
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list
Thanks. Tony Johns. I hope this makes sense.
went to http://www.winehq.org/site/download-deb, the instructions there were,
Debian and Debian-based distributions, such as Ubuntu, utilize a special tool for managing packages known as APT. APT is able to automagically install all of the needed dependencies for a software package, as well as keep the package up to date, by scanning what are known as APT repositories. Debian-based distributions have their own repositories of software, many of which include Wine, however we keep our own repository of the latest available packages here for download.
There used to be graphical instructions here, however we have found that the terminal commands are actually simpler to describe and quicker for the user to input. Because the commands below use sudo, you may have to enter your user password after hitting enter.
Adding the WineHQ APT Repository:
First, open a terminal window. Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
I copied and pasted the two lines of code in to a terminal window,
the terminal window was found under accessories - terminal.
I entered the admin password as asked for and hit enter.
Next, add the repository to your system's list of APT sources:
How do I do this? How do I get to the list of APT sources and enter
the folowing code?
For Ubuntu Dapper (6.06): *64-bit packages not available*
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list
Thanks. Tony Johns. I hope this makes sense.