Ok, so to install wine the website says to add:
deb http://wine.budgetdedicated.com/apt dapper main
to the repositories, but after I do this and I reload the packages from the repositories, I get the error:
Which makes sense because it doesnt exist, however this does exist:
So how do i tell it to look in binary-all instead of binary-amd64?
deb http://wine.budgetdedicated.com/apt dapper main
to the repositories, but after I do this and I reload the packages from the repositories, I get the error:
Code:
http://wine.budgetdedicated.com/apt/dists/dapper/main/binary-amd64/Packages.gz: 404 Not Found
Code:
http://wine.budgetdedicated.com/apt/dists/dapper/main/binary-all/Packages.gz
Comment