| | |
Getting Wine working on Ubuntu
Thread Solved
![]() |
Hi I am new to linux and ubuntu and have installed ubuntu on a machine so I can muck around with it. I have been trying to install wine as well. On the wine website it says to:
"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 Feisty (7.04):
sudo wget http://wine.budgetdedicated.com/apt/....d/feisty.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Edgy (6.10):
sudo wget http://wine.budgetdedicated.com/apt/...st.d/edgy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Dapper (6.06):
sudo wget http://wine.budgetdedicated.com/apt/....d/dapper.list -O /etc/apt/sources.list.d/winehq.list"
I have tried doing that for my ubuntu vs which is 6.10 but the problem is that when i do the "wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -" command it says there is no such thing as apt-key.
Any pointers on this? I am new to all this and may be missing something as the only linux command I know in the terminal is "exit".
thanks in advanced
"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 Feisty (7.04):
sudo wget http://wine.budgetdedicated.com/apt/....d/feisty.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Edgy (6.10):
sudo wget http://wine.budgetdedicated.com/apt/...st.d/edgy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Dapper (6.06):
sudo wget http://wine.budgetdedicated.com/apt/....d/dapper.list -O /etc/apt/sources.list.d/winehq.list"
I have tried doing that for my ubuntu vs which is 6.10 but the problem is that when i do the "wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -" command it says there is no such thing as apt-key.
Any pointers on this? I am new to all this and may be missing something as the only linux command I know in the terminal is "exit".
thanks in advanced
Are you sure that the file doesn't exist? To test it, try running the following command:
If it says "No such file or directory", then it doesn't exist (or at least not in that location). If it says "Not a directory", then it does indeed exist.
>How would I go about doing that?
Download the .deb file that matches your processor architechture:
http://packages.debian.org/stable/admin/apt
Then to install the .deb file, run this on the terminal:
Where
# cd /usr/bin/apt-key
>How would I go about doing that?
Download the .deb file that matches your processor architechture:
http://packages.debian.org/stable/admin/apt
Then to install the .deb file, run this on the terminal:
# sudo dpkg -i ~/Desktop/apt.deb
~/Desktop is the path of the file, and apt.deb is the exact name of the file that you downloaded (it'll have a version number after it). "Technological progress is like an axe in the hands of a pathological criminal."
Ive got the file on the desktop and its called "apt_0.6.46.4-0.1_i386.deb". I tried different combinations of paths and file names and it says it cant find it.
would it be like this:
sudo dpkg -i ~/home/myname/Desktop/apt.apt_0.6.46.4-0.1_i386.deb
thanks. As you can see I im linux illiterate
. Ive grown up on dos and windows all my life
thanks
would it be like this:
sudo dpkg -i ~/home/myname/Desktop/apt.apt_0.6.46.4-0.1_i386.deb
thanks. As you can see I im linux illiterate
. Ive grown up on dos and windows all my lifethanks
![]() |
Similar Threads
- Ubuntu with external 56K Modem almost working - help!? (*nix Hardware Configuration)
- what to consider before moving to linux (Getting Started and Choosing a Distro)
- Dropdown box in Python (Python)
- Using 'nix-like User Permissions in Windows XP (Windows NT / 2000 / XP)
Other Threads in the *nix Software Forum
- Previous Thread: Extra Credit Suggestions?
- Next Thread: mod rewrite is not working
| Thread Tools | Search this Thread |






