سلام سال نو مبارک
من تو لینوکس تازه کار هستم. میخواستم wine رو نصب کنم نتونستم لطفا راهنمایی کنید. من طبق راهی که در سایت Wine HQ توصیه شده عمل کردم:
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 -
Next, add the repository to your system's list of APT sources:
For Ubuntu Gutsy (7.10):sudo wget
http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
Then, you can install Wine from WineHQ like it were any other package, such as by using the Synaptic Package Manager under System->Administration. Alternatively, you can install from the terminal by running 'sudo apt-get update' to update APT's package information and then 'sudo apt-get install wine'.
من همه این کارها رو کردم ولی وقتی توی ترمینال sudo apt-get install wine رو اجرا میکنم اینو میگه:
The following packages have unmet dependencies:
wine: Depends: binfmt-support (>= 1.1.2) but it is not installable
Depends: libaudio2 but it is not installable
لطفا بگیپ چیکار کنم؟
راستی چرا sudo رو اجرا میکنم password میخواد ولی نمیتونم تایپ کنم حتما باید از gksudo استفاده کنم یا راهی هست؟