Giter Club home page Giter Club logo

debseeker's Introduction

deseeker

debseeker allow you to search Debian package without installing a VM and use aptitude.

You can also find dependencies of Debian package.

Usage

debseeker main help

$ python debseeker.py --help
usage: debseeker.py [-h] [-u] {search,dependencies} ...

debseeker is a Debian package finder

positional arguments:
  {search,dependencies}
    search              search if given packages exist
    dependencies        find dependencies for given packages

optional arguments:
  -h, --help            show this help message and exit
  -u, --update          update the packages data

Update the packages data and search if gcc and pkg-not-existing exist or not.

$ python debseeker.py -u search gcc pkg-not-existing
Downloading packages information... Done
Beginning initializing... Done

package found: gcc

Can't find package pkg-not-existing

Search for the dependencies of gcc and make

python debseeker.py dependencies gcc make
Beginning initializing... Done

gcc cpp cpp-4.9 gcc-4.9-base libdb1-compat libcloog-isl4 libgmp10 libisl10 libmpc3 libmpfr4 zlib1g multiarch-support make libdb1-compat

debseeker's People

Contributors

charlesvdv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.