zoukankan      html  css  js  c++  java
  • cygwin 安装 apt-cyg

    git 地址  https://github.com/transcode-open/apt-cyg

    git上的使用说明

    apt-cyg

    apt-cyg is a Cygwin package manager. It includes a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository. The syntax is similar to apt-get. Usage examples:

    • apt-cyg install <package names> to install packages
    • apt-cyg remove <package names> to remove packages
    • apt-cyg update to update setup.ini
    • apt-cyg list [pattern(s)] to list packages matching given pattern. If no pattern is given, list all installed packages.
    • apt-cyg show <pattern(s)> to show packages matching patterns
    • apt-cyg search <commands or files> to locate parent packages

    Quick start

    apt-cyg is a simple script. To install:

    # wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
    

    then place it in a /bin folder on your path:

    # mv apt-cyg /bin/apt-cyg
    

    and make it executable:

    chmod +x /bin/apt-cyg
    

    Example use of apt-cyg:

    # apt-cyg install nano
  • 相关阅读:
    简单的sql注入3
    简单的sql注入2
    简单的sql注入1
    python安装request及更新pip
    kali linux上安装ssh
    看起来有点难
    猫抓老鼠
    头有点大
    貌似有点难
    这个看起来有点简单!
  • 原文地址:https://www.cnblogs.com/asnjudy/p/4025887.html
Copyright © 2011-2022 走看看