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.
- sudo port selfupdate
Search software
- sudo port search watch
Install software
- sudo port install watch
Uninstall Software
- sudo port uninstall watch
Update all installed software
- 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:
- sudo port selfupdate
Or enable the debug function to view the complete update information:
- sudo port -d selfupdate
Step 2: update the software of all expired ports to the latest version:
- 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!