Installing Wired on 64Studio...
Here's a list of how to install Wired on 64Studio (in as best as I can possibly remember)
*DON'T INCLUDE THE "" QUOTES IN YOUR TYPINGS*
1) Open a terminal, Type "cd /home/" if not already in your home directory
2) Type "su" and enter password
3) Type "gedit /etc/apt/sources.list"
4) Add "deb-src http://mentors.debian.net/debian unstable main contrib non-free" at the bottom of the editor.
5) Save and Close
6) Type "apt-get update" in the terminal, generally ignore any errors.
7) Type "apt-get build-dep wired"
8) Type "apt-get source -b wired"
9) Wait about 20-30 minutes for the source to compile.
10) Open up Home Folder in a browser
11) You should have "libwired1", "libwired-dev", "wired" and "wired-plugins" as ".deb" packages.
12) If this is the case (which it should) remove the folders and ".gz" packages for wired. You don't need them anymore. To remove them type:
- "rm -r wired-0.5.1+dfsg2"
- "rm wired_0.5.1+dfsg2.orig.tar.gz"
- "rm wired_0.5.1+dfsg2-1.diff.gz"
- "rm wired_0.5.1+dfsg2-1.dsc"
13) Install the remaining debian packages in the following order.
- Type "dpkg -i libwired-dev_0.5.1+dfsg2-1_i386.deb"
- Type "dpkg -i libwired1_0.5.1+dfsg2-1_i386.deb"
- Type "dpkg -i wired_0.5.1+dfsg2-1_i386.deb"
- Type "dpkg -i wired-plugins_0.5.1+dfsg2-1_i386.deb"
14) For good luck, open up the start menu, go into "Sounds and Video" and they it is!
And That's it!
Works for me, should work for all other 64Studio users (in theory) enjoy!
Iain

wired: error while loading
Personal Preference...
My Question Is...
sourceforge.net
How about with wired 0.6?
Also, to point out...
thank-you for pointing out a flaw
8) Type "apt-get source -b
FINAL NOTE