Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created September 22, 2011 01:57
Show Gist options
  • Save jrgifford/1233849 to your computer and use it in GitHub Desktop.
Save jrgifford/1233849 to your computer and use it in GitHub Desktop.
Testing @shoes .deb for Ubuntu

Ok, so you're interested in testing my Shoes for Ubuntu .deb. Good luck.

So, here's the deal:

YOU CAN BREAK YOUR SYSTEM

Requirements:

  • Ubuntu 11.10

  • A willingness to break your system.

  • First, add the PPA.https://launchpad.net/~jamesgifford/+archive/shoesrb

  • The command for that is sudo apt-add-repository ppa:jamesgifford/shoesrb && sudo apt-get update

  • Then, you'll need to install shoes. sudo apt-get install shoes

  • Ok, now run shoes in a terminal.

Info I need:

  • The errors (as mentioned above).

Paste all (if any) errors here on gist/pastebin, and then either leave a comment here with a link, or send me a tweet @jrgifford.

Ok, now that you've helped me, you can remove it using the following:

sudo dpkg -r shoes

That'll remove the shoes package and will also "fix" the dependency issues.

@Catsquotl
Copy link

Here you go...
http://pastie.org/2685109

@jrgifford
Copy link
Author

You're on 11.04, correct? That'd be the problem, the lib multiarch (64 and 32 bit stuff) went overboard with 11.10...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment