Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active December 25, 2015 04:51
Show Gist options
  • Save githubutilities/0014c5bddc3e2204b2b0 to your computer and use it in GitHub Desktop.
Save githubutilities/0014c5bddc3e2204b2b0 to your computer and use it in GitHub Desktop.
Jailbreak

Things to do after jailbreak

Applications

  • Activator
  • iFile
  • SmartTap - awake screen with double tap on the screen

CLI

  1. Install APT 0.7 Strict, APT 0.7 (apt-key), APT 0.7 Strict(lib), which are provided by Cydia/Telesphoreo.
  2. Use apt tools to manage packages.
# Updates the repositories. Equivalent to refreshing in Cydia.
apt-get update

# Installs any updates available.
apt-get upgrade

# Search the repositories
apt-cache search

apt-get install vim

# Uninstall a package
apt-get remove 

# Lists all installed packages
dpkg –l

# Respring your device from the command line
respring

Reference

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