{"id":28984282,"url":"https://github.com/mystic-poop/pmfd","last_synced_at":"2026-05-09T02:36:28.906Z","repository":{"id":300771479,"uuid":"1007078758","full_name":"mystic-poop/PMFD","owner":"mystic-poop","description":"A package manager that uses all package managers to find the wanted package for Debian based Operating systems","archived":false,"fork":false,"pushed_at":"2025-06-23T14:26:01.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T14:44:34.920Z","etag":null,"topics":["apt","aptitude","debian","debian-linux","gnu","gnu-linux","linux","package","package-manager","python","repository","trending","trends","ubuntu","ubuntu-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mystic-poop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T12:35:02.000Z","updated_at":"2025-06-23T14:26:04.000Z","dependencies_parsed_at":"2025-06-23T14:54:56.843Z","dependency_job_id":null,"html_url":"https://github.com/mystic-poop/PMFD","commit_stats":null,"previous_names":["mystic-poop/pmfd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mystic-poop/PMFD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mystic-poop%2FPMFD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mystic-poop%2FPMFD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mystic-poop%2FPMFD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mystic-poop%2FPMFD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mystic-poop","download_url":"https://codeload.github.com/mystic-poop/PMFD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mystic-poop%2FPMFD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268257001,"owners_count":24221053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","aptitude","debian","debian-linux","gnu","gnu-linux","linux","package","package-manager","python","repository","trending","trends","ubuntu","ubuntu-server"],"created_at":"2025-06-24T17:02:32.036Z","updated_at":"2026-05-09T02:36:28.796Z","avatar_url":"https://github.com/mystic-poop.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PMFD - Package Manager For Debian\n\n[![GitHub license](https://img.shields.io/github/license/mystic-poop/PMFD)](https://github.com/mystic-poop/PMFD/blob/main/LICENSE)\n[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)](https://python.org)\n[![Platform](https://img.shields.io/badge/platform-Debian%2FUbuntu-lightgrey)](https://debian.org)\n\nPMFD (Package Manager For Debian) is a universal Python-based package manager that intelligently determines the best installation method for any given package on Debian-based systems. It aggregates multiple package managers into a single unified interface, automatically selecting the optimal installation method.\n\n## Key Features\n\n- 🔍 **Universal Package Discovery** - Automatically finds packages across multiple sources\n- ⚡ **Intelligent Installation** - Chooses the best package manager for each package\n- 🔄 **Multi-Source Support** - Works with:\n  - APT (native Debian packages)\n  - Snap (universal packages)\n  - Flatpak (sandboxed applications)\n  - dpkg (direct .deb file installation)\n- ✅ **Error Handling** - Comprehensive error detection and reporting\n- 📦 **Batch Operations** - Install multiple packages with a single command\n- 🛠️ **Root Automation** - Handles privilege escalation automatically\n\n## Installation\n\n### Quick Install\n```bash\nsudo curl -L https://raw.githubusercontent.com/mystic-poop/PMFD/main/pmfd.py -o /usr/local/bin/pmfd\nsudo chmod +x /usr/local/bin/pmfd\n```\n## Manual Installation\n1.Clone the repository:\n```bash\ngit clone https://github.com/mystic-poop/PMFD.git\ncd PMFD\n```\n2.Make the script executable:\n```bash\nchmod +x pmfd.py\n```\n3.Create a symlink for easy access:\n```bash\nsudo ln -s $(pwd)/pmfd.py /usr/local/bin/pmfd\n```\n## Usage\nBasic commands\n```bash\n# Install single package\nsudo pmfd install \u003cpackage-name\u003e\n\n# Install multiple packages\nsudo pmfd install \u003cpackage1\u003e \u003cpackage2\u003e ...\n\n# Install .deb file\nsudo pmfd install /path/to/package.deb\n\n# Install popular applications\nsudo pmfd install firefox vscode discord\n\n# Install from different sources\nsudo pmfd install gimp snapd flatpak\n\n# Install local .deb file\nsudo pmfd install ~/Downloads/custom-package.deb\n```\n## How It Works\nPMFD uses a smart algorithm to determine the best installation method:\n1. **APT Check** - Attempts installation via native Debian packages\n2. **Snap Fallback** - Tries Snap store if APT package not found\n3. **Flatpak Option** - Looks for Flatpak availability as third option\n4. **dpkg Handling** - Automatically installs .deb files\n5. **Error Reporting** - Provides detailed error messages for missing packages\nThe tool automatically detects which package managers are available on your system and only uses relevant installation methods.\n## Requirements\n- Python 3.8+\n- Debian-based Linux distribution (Debian, Ubuntu, Mint, etc.)\n- sudo privileges for package installation\n- Internet connection (for repository packages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystic-poop%2Fpmfd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmystic-poop%2Fpmfd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystic-poop%2Fpmfd/lists"}