Troubleshooting

ubuntu or similar installation

installation hangs

did you enable download updates or third party software? disable these. even with a connection it can hang.[personal experience]

installation hangs at force efi message

manually create the partitions; however rather than creating an efi partition make an fat32 partition. continue as normal then when it warns about efi click go back and change the fat32 partition to efi.[source][personal experience]

package has unmet dependencies

firstly, try installing it through aptitude, it can come up with various solutions. if that doesn't work, try repackaging the package (it could just be set not to accept anything above the original version).

  1. mkdir tmp
  2. dpkg-deb -R /path/to/.deb tmp
  3. edit tmp/DEBIAN/control as required
  4. dpkg-deb -b tmp /path/to/edited.deb

checking reverse dependencies of a package

this is simple, just use apt-cache rdepends [package-name]. for only installed dependencies add --installed to the end.[source]

opening terminal

in ubuntu: ctrl+alt+t. in elementary os: super+t

public key is not available

use the command for fingerprint in 8B48AD6246925553 7638D0442B90D010; do curl "http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x$fingerprint" | \awk '/-----BEGIN PGP/{p=1} /-----END PGP/{print; p=0} p==1{print}' > key.txt; sudo apt-key add key.txt; done

[source]

setting up kinect for xbox 360

fear not, this is in fact very easy! just follow the guide below:

  1. sudo aptitude install zlib1g-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev git-core cmake freeglut3-dev pkg-config build-essential libxmu-dev libxi-dev libusb-1.0-0-dev doxygen graphviz mono-complete freenect python-freenect
  2. restart your pc
  3. freenect-glview