如何创建单个 Python 脚本的 .deb

发布于 2024-10-16 21:28:31 字数 244 浏览 3 评论 0原文

我已经用 Python 创建了一个 GUI 前端,用于播放和录制音频流,并且想创建一个 .deb 文件,以便我的朋友可以轻松地在他们的 Ubuntu 系统上安装该脚本。这是我第一次尝试创建 .deb 文件,到目前为止,我对网络上所有不同的教程感到有点困惑。该脚本由单个 Python 文件 (urlplayer.py) 组成,并依赖于 mplayer 和 python-tk。我在这方面是一个完全的新手,非常感谢任何帮助或链接为我指明正确的方向。

谢谢你们!

I've created a GUI frontend in Python for playing and recording audio streams and would like to create a .deb file so my friends can easily install the script on their Ubuntu systems. This is my first time attempting to create a .deb file and so far I'm a bit confused by all the different tutorials on the web. The script consists of a single Python file (urlplayer.py) and depends on mplayer and python-tk. I'm a complete newbie when it comes to this and would really appreciate any help or links which will point me in the right direction.

Thanks, guys!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

末蓝 2024-10-23 21:28:31

最好的文档,虽然不是最友好的,是Debian 新维护者指南。如果您在阅读指南后遇到困难,可以随时访问 irc://irc.oftc.net 上的 #debian-mentors 寻求帮助。

The best documentation, although not the friendliest, is the Debian New Maintainer's Guide. You could always pop into #debian-mentors on irc://irc.oftc.net for help if your stuck after reading the guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文