Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oblerion/debian_package_on_ubuntu
shell for help to make debian package
https://github.com/oblerion/debian_package_on_ubuntu
bash debian package ubuntu
Last synced: 5 days ago
JSON representation
shell for help to make debian package
- Host: GitHub
- URL: https://github.com/oblerion/debian_package_on_ubuntu
- Owner: oblerion
- License: mit
- Created: 2022-04-25T20:09:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T10:12:11.000Z (over 2 years ago)
- Last Synced: 2024-11-09T22:40:21.291Z (2 months ago)
- Topics: bash, debian, package, ubuntu
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dependencies
- dpkg
- dpkg-deb
- dpkg-shlibdeps
# Install
```sh
sudo apt-get install ./.deb
```
# unsinstall
```sh
sudo apt-get purge makedeb
```
# Using
## help
```bash
makedeb --help
```
or
```bash
makedeb help
```
## generate .deb with main.bin
when use script
```bash
./makedeb binairy_file
```
if installed
```bash
makedeb binairy_file
```## generate deb_directory
```bash
makedeb -d binairy_file
```
Binairy_file is bin application.
## generate .deb with deb_directory
```bash
makedeb -dex dir_deb
```# in use
After it ask some parameters like this
```
Package: (def:binairy_file)Version: (def:1.0)
Architecture: (def:amd64)
Maintainer: example ->
Description:
```
it make dir Package-Version-Architecture.
And .deb with same name.