debinstaller - A tool to install .deb files in any distro.

Overview

debinstaller

A tool to install .deb files in any distro.

Installation for debinstaller

Using wget

$ wget https://raw.githubusercontent.com/Manoj-Paramsetti/debinstaller/main/setup.py
$ sudo python3 setup.py

Using git

$ git clone https://github.com/Manoj-Paramsetti/debinstaller.git
$ sudo python3 setup.py

Installing deb files using debinstaller

$ sudo debinstaller --install debfilename.deb

Need Help with contributing. No issues, We will help you out. 🙋

GitHub custom open for collaboration

Refer to the following articles on the basics of Git and Github, in case you are stuck. Use these links:

Getting started with Git and GitHub Forking a Repo Cloning a Repo How to create a Pull Request?

If you don't have git on your machine, install it.

Thanks for taking the time to contribute! 🐱‍
When contributing to this repository, please first discuss the change you wish to make via issue or any other method with the owner of this repository (Manoj Paramsetti) before making a change.

How to Contribute? 💥

PRs Welcome

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

For adding new Code

  • Create a folder for the topic you wish to add code or if a folder already exists, add your code to it. 📁
  • In the respective folder, add your code file with proper format

For Contribution

1. Fork this repository. Click on the symbol at the top right corner.

2. Clone the forked repository. Open your git bash on your machine in relevant folder

git clone https://github.com/<your-github-username>/debinstaller.git

3. Navigate to the project directory.

cd clone_repository_name

5. Create a new branch:

git YourBranchName

6. Change to new branch:

git checkout YourBranchName

7. Make changes in source code.

8. Stage your changes and commit

" ">
git add ""

e.g., git add file.txt

9. Add the commit to your local repo.

" ">
git commit -m ""

10. Push your local commits to the remote repository

git push origin YourBranchName

11. Create a pull request

To create a pull request. Visit the pull request

For more details. Visit Hello World

Congratulations! Sit and relax, you've made your contribution to this project.

After this, repository admin will review the changes and they will merge your PR if they are found good, otherwise we will suggest the required changes.

Style Guides for Git Commit Messages: 📖

Here's a list of some good to have points, that can add more value to your contribution logs.

  • Use the present tense (example: "Add feature" and not "Added feature")

  • Use the imperative mood (example: "Move item to...", instead of "Moves item to...")

  • Limit the first line (also called subject line) to 50 characters or less

  • Capitalize the subject line

  • Separate subject from body with a blank line

  • Do not end the subject line with a period

  • Wrap the body at 72 characters

  • Use the body to explain what, why, vs, and how

  • Reference issues and pull requests liberally after the first line

Issues:

For major changes, you are welcomed to open an issue about what you would like to contribute. Enhancements will be appreciated.

All the Best! 🥇

built by developers

Contributing template referred from: DSC-SIST/Discord-Bot

Owner
Manoj Paramsetti
Student
Manoj Paramsetti
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts. py2app is

Ronald Oussoren 222 Dec 30, 2022
Build Windows installers for Python applications

Pynsist is a tool to build Windows installers for your Python applications. The installers bundle Python itself, so you can distribute your applicatio

Thomas Kluyver 818 Jan 05, 2023
Create standalone executables from Python scripts, with the same performance and is cross-platform.

About cx_Freeze cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any plat

Marcelo Duarte 1k Jan 04, 2023
A distutils extension to create standalone Windows programs from Python code

py2exe for Python 3 py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scrip

py2exe 526 Jan 04, 2023
Ninja is a small build system with a focus on speed.

Ninja Python Distributions Ninja is a small build system with a focus on speed. The latest Ninja python wheels provide ninja 1.10.2.g51db2.kitware.job

33 Dec 19, 2022
Core utilities for Python packages

packaging Reusable core utilities for various Python Packaging interoperability specifications. This library provides utilities that implement the int

Python Packaging Authority 451 Jan 04, 2023
FreezeUI is a python package that creates applications using cx_freeze and GUI by converting .py to .exe .

FreezeUI is a python package use to create cx_Freeze setup files and run them to create applications and msi from python scripts (converts .py to .exe or .msi .

4 Aug 25, 2022
A library which implements low-level functions that relate to packaging and distribution of Python

What is it? Distlib is a library which implements low-level functions that relate to packaging and distribution of Python software. It is intended to

Python Packaging Authority 29 Oct 11, 2022
Python virtualenvs in Debian packages

dh-virtualenv Contents Overview Presentations, Blogs & Other Resources Using dh-virtualenv How does it work? Running tests Building the package in a D

Spotify 1.5k Dec 16, 2022
Freeze (package) Python programs into stand-alone executables

PyInstaller Overview PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app withou

PyInstaller 9.9k Jan 08, 2023
WinPython is a portable distribution of the Python programming language for Windows

WinPython tools Copyright © 2012-2013 Pierre Raybaut Copyright © 2014-2019+ The Winpython development team https://github.com/winpython/ Licensed unde

1.5k Jan 04, 2023
modified py2exe to support unicode paths

modified py2exe to support unicode paths

Psgcompiler A PySimpleGUI Application - Transform your Python programs in Windows, Mac, and Linux binary executables

psgcompiler A PySimpleGUI Application "Compile" your Python programs into an EXE for Windows, an APP for Mac, and a binary for Linux Installation Old-

PySimpleGUI 77 Jan 07, 2023
A library and tool for generating .pex (Python EXecutable) files

PEX Contents Overview Installation Simple Examples Integrating pex into your workflow Documentation Development Contributing Overview pex is a library

Pants Build 2.2k Jan 01, 2023
Anaconda is the OS installer used by Fedora, RHEL, CentOS and other Linux distributions.

Anaconda is the OS installer used by Fedora, RHEL, CentOS and other Linux distributions. Documentation Documentation for the Anaconda install

Red Hat Installer Engineering Team 454 Jan 08, 2023
Python Wheel Obfuscator

pywhlobf obfuscates your wheel distribution by compiling python source file to shared library.

Hunt Zhan 79 Dec 22, 2022
Auto locust load test config and worker distribution with Docker and GitHub Action

Auto locust load test config and worker distribution with Docker and GitHub Action Install Fork the repo and change the visibility option to private S

Márk Zsibók 1 Nov 24, 2021
auto packaging for iOS

iOS Auto Packaging iOS自动打包脚本 准备 脚本第一次执行之前 先检查依赖, packaging目录下终端执行 pip3 install -r requirements.txt 运行 cd packaging packaging.py -h help -s scheme

DeeCo 17 Jul 23, 2022
An example of repository data as bundles

Bundles This repository is just an example of how we can host Git bundles in a way that supports fetching data from precomputed bundles without the or

Derrick Stolee 1 Jan 02, 2022
executable archive format

XAR XAR lets you package many files into a single self-contained executable file. This makes it easy to distribute and install. A .xar file is a read-

Facebook Incubator 1.5k Dec 29, 2022