Friday, August 04, 2006

how to install wine and cabextract

Ubuntu Dapper 6.06

You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:

1) Open /etc/apt/sources.list
Code:
sudo gedit /etc/apt/sources.list


2) Uncomment following lines:
Code:
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu dapper universe


3) Add this line:
Code:
deb http://wine.budgetdedicated.com/apt breezy main


4) Close gedit and run an update:
Code:
sudo apt-get update


5) Install wine and cabextract:
Code:
sudo apt-get install wine cabextract

No comments: