Searching for Application in FreeBSD's Ports Collection מחפש יישומים ב FreeBSD אוסף של יציאות
The FreeBSD Ports and Packages Collection offers a simple way for users and administrators to install applications. יציאות של FreeBSD ו אוסף חבילות מציעה דרך פשוטה עבור משתמשים ומנהלי להתקין יישומים. The number of applications in FreeBSD Ports and Packages Collection is growing with the time, which now exceeding ten thousands ports. מספר יישומים ב-FreeBSD יציאות ו חבילות אוסף גדל עם הזמן, אשר כעת יעלה על עשרה אלפים יציאות.
All Ports Collection is stored at /usr/ports directory, according to their respective category-based directory. כל היציאות אוסף מאוחסן ב / usr / יציאות במדריך, על פי הקטגוריה שלהם בהתאמה מבוססי Directory. If you know the name of the port that you need, but don't know which category it's located, whereis command will be helpful: אם אתה יודע את שם היציאה שאתה צריך, אבל לא יודע איזה סוג זה ממוקם, whereis הפקודה יהיה מועיל:
whereis file_name whereis file_name
For example, לדוגמה,
# whereis phpMyAdmin # Whereis phpMyAdmin
phpMyAdmin: /usr/ports/databases/phpMyAdmin phpMyAdmin: / usr / ports / מסדי נתונים / phpMyAdmin
The whereis command returns the exact location of the port specified. את הפקודה whereis מחזירה את המיקום המדויק של היציאה המצוין.
FreeBSD Ports Collection also has built-in search function. FreeBSD יציאות אוסף יש גם חיפוש מובנית פונקציה. In /usr/ports directory (you need to be in /usr/ports directory to use the search mechanism), run make search name=program-name or make search key=keyword to search for a particular port. ב / usr / יציאות המדריך (אתה צריך להיות / usr / יציאות להשתמש במדריך מנגנון החיפוש), לרוץ לבצע חיפוש שם = שם התוכנית או לבצע חיפוש של מילות מפתח = מפתח לחיפוש מסוים הנמל.
For example, לדוגמה,
# make search name=”phpMyAdmin” # לבצע חיפוש שם = "phpMyAdmin"
# make search key=”phpMyAdmin” # לבצע חיפוש מפתח = "phpMyAdmin"
Note: Without the ” and ” will work too. הערה: בלי "ו" יפעל מדי.
Both will return details of the ports matched, if any. שניהם יחזור פרטי התואמים את היציאות, אם בכלל. One of the result if “Path”, which will tell you where is the port located. אחד אם התוצאה "נתיב", בו תוכל לדעת היכן הוא ממוקם הנמל.
The keyword search is a more in-depth searching that searches port names, comments, descriptions and dependencies. חיפוש מילת המפתח הוא יותר מעמיקה בחיפוש כי היציאה לחיפושים שמות, הערות, תיאורים או תלות. It can be used to find ports which relate to a particular subject if you do not know the name of the program you are looking for. זה יכול לשמש כדי למצוא בו יציאות להתייחס לנושא מסוים, אם אינך יודע את שם התוכנית שאתה מחפש.
Alternatively, לחלופין, FreeBSD FreeBSD also maintains an up-to-date searchable list of all the available applications, arranged by category. גם שומרת על עדכני לחפש רשימה של כל היישומים הזמינים, מסודרים לפי קטגוריות. You can search for your application by name and browse all applications that are within the category. אתה יכול לחפש את שם היישום על ידי ולעיין כל היישומים הם בתוך הקטגוריה.
FreshPorts FreshPorts also allowed users to search for FreeBSD's ports by keywords. כמו כן, איפשרה למשתמשים לחפש FreeBSD של יציאות לפי מילות מפתח. FreshPorts tracks and lists the change made to the ports tree, and allows users to watch one or more ports, and can email you when your selected port has been updated. FreshPorts מסלולים ו מציגה את השינוי שבוצעו היציאות עץ, ומאפשר למשתמשים לצפות יציאות אחד או יותר, והוא יכול הודעת דוא"ל כאשר היציאה שבחרת עודכנה.
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- Update FreeBSD Ports Collection Up to Date and Latest אוסף עדכונים FreeBSD יציאות עד תאריך ושעה האחרונה
- Using Portsnap to Update FreeBSD Ports Tree Collection השימוש Portsnap לעדכן FreeBSD עץ אוסף יציאות
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit אוסף עדכונים FreeBSD יציאות כדי הגרסה העדכנית ביותר עם עדכון אבטחה עם Portmanager ו Portaudit
- Easy Way to Upgrade FreeBSD's Ports דרך קלה לשדרג FreeBSD של יציאות
- Portdowngrade - Downgrade to Previous Version of FreeBSD's Ports Portdowngrade - כדי להוריד בדרגה של גירסה קודמת של FreeBSD יציאות
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 4
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD התקנה והגדרת התצורה של שרת DHCP (DHCPd) ב FreeBSD
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 1 התקנת שרת אינטרנט FreeBSD 6.0 עם Apache 2.2, MySQL 5.0 ו PHP 5 - חלק 1









































