How to Develop MacPort for iPhone cracking

Source: Internet
Author: User

IPhone crackingDevelopmentMacPortThis document will introduce the tutorial. People familiar with open-source systems may know that port is something in the BSD world.Mac portEven for open-source projects. you can use command-line to install many open source library software. if you have used freebsd, it should not be too difficult. in fact, similar to debian apt, yum in redhat.

Install mac port

You can install it smoothly without any difficulties.

Of course, there are three ways to install it.

DMG Installation

Edit and install the source file

SVN Installation

DMG is usually relatively simple. If you choose to install it in this way.

Basic commands

Update the port tree of the port.

 
 
  1. sudo port selfupdate 

Search software

 
 
  1. sudo port search watch 

Install software

 
 
  1. sudo port install watch 

Uninstall Software

 
 
  1. sudo port uninstall watch 

Update all installed software

 
 
  1. sudo port upgrade outdate  

In Mac OS X, MacPorts can be easily used to install the Unix-related tools or software you want. After a period of time, the update and upgrade may be involved. MacPorts provides a very convenient method.

The installation of MacPorts is very simple. You can download the corresponding version from the official website of MacPorts to run the installation .)

Step 1: Update MacPorts to the latest version:

 
 
  1. sudo port selfupdate 

Or enable the debug function to view the complete update information:

 
 
  1. sudo port -d selfupdate 

Step 2: update the software of all expired ports to the latest version:

 
 
  1. sudo port -u upgrade outdated 

The role of the-u parameter here: the upgrade option is only the old version of deactivates after the new version is installed by default and will not be deleted. This-u tells port to install the new version, delete old versions that are no longer needed to maintain a clean system.

Summary:IPhone crackingDevelopmentMacPortI hope this article will be helpful to you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.