从 Python 文件创建 .deb 文件

发布于 2024-10-13 18:47:42 字数 515 浏览 2 评论 0原文

遵循 http://ubuntuforums.org/showthread.php?t=406069 我了解如何制作 .deb 文件,该文件自动将 Python 文件作为可执行文件放置到 /usr/bin 目录中。我希望我的程序具有类似于“grep”的结构。我应该使用哪些库,以及程序的结构应该是什么。

在图书馆,我必须使用 Get::Opt 图书馆吗?

我所说的“grep 结构”的意思如下:

program-name func-name -a arg1 --b arg2 should work
man program-name should open the man page
and
program-name should open an in interactive help shell...

After following http://ubuntuforums.org/showthread.php?t=406069 I got to know how to make a .deb file which automatically places the Python file as an executable to /usr/bin directory. I want my program to have a structure like that of "grep". Which libraries should I use, and what should be the structure of the programs.

At libraries, do I have to use Get::Opt library?

By the "grep structure" I mean the following:

program-name func-name -a arg1 --b arg2 should work
man program-name should open the man page
and
program-name should open an in interactive help shell...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文