zoukankan      html  css  js  c++  java
  • How to Install man Pages on FreeBSD

    I did a minimal installation of FreeBSD a long time ago. At the time, I did not install manual pages. To later install these man pages, I should be able to do the following:

    1. Run sysinstall
      # sysinstall
    2. Select Configure
      Configure      Do post-install configuration of FreeBSD
    3. Select Distributions
      Distributions      Install additional distribution sets
    4. Select man
      [X]  man       System manual pages - recommended
    5. Select installation media
    6. Pick an FTP mirror and install.

    Unfortunately, I received the following error message:

    Warning: Can’t find the `8.2-RELEASE-p3′ distribution on this FTP server. You may need to visit a different server for the release you are trying to fetch or go to the Options menu and to set the release name to explicitly match what’s available on ftp.freebsd.org (or set to “any”).

    To solve this issue, I went under the options for sysinstall and set the Release Name to 8.2-RELEASE, instead of 8.2-RELEASE-p3. Like the following:

    1. Go to sysinstall main menu and select the options
      Options        View/Set various installation options
    2. Choose release name
      Release Name    8.2-RELEASE-p3  ->  Release Name    8.2-RELEASE
    3. Then install the manual.

    Thanks Titus Barik.

  • 相关阅读:
    【React】react学习笔记06-React多组件父子传值
    Requests库基本使用
    HDU1213 How Many Tables(并查集)
    HDU2553 N皇后问题(dfs)
    HDU1312 Red and Black (BFS&&queue)
    Acwing104货仓选址
    设置代理
    修改请求头 -> 设置连接超时 -> 延迟提交数据
    模拟 GET 和 POST 请求
    抓取二进制文件
  • 原文地址:https://www.cnblogs.com/toby/p/How_to_Install_man_Pages_on_FreeBSD.html
Copyright © 2011-2022 走看看