- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
在debian中打造属于自己的deb包(Build your own DEB pack in Debian)
在debian中打造属于自己的deb包(Build your own DEB pack in Debian)
Build your own DEB pack in Debian
Question: what should you do if you want to publish a software or a package in an Debian system? If you have binary packages in your project, how do you maintain it? If you make a small utility software yourself, how do you share it with your friends?.
Case: if I downloaded the eclipse-SDK-3.1-linux-gtk.tar.gz compression file from the Internet, I would like to install it into the /opt/eclipse directory, and the menu Apps -- there is a Eclipse menu item in Programming. And in the command terminal, you can run the Eclipse program in the input eclipse, and, like other software packages, you can easily install (install) and uninstall (remove).
If you dont know how to do it yet, follow me, and Ill show you the solution.
Users familiar with Debian (one of Linuxs distributions) should remember their package management mechanism. A convenient package management mechanism is a major feature of Debian ease of use. The Debian package management mechanism can be divided into two levels: software packages, file operations, and operations on files in packages. Apt and dselect complete the former, and dpkg completes the latter.
Next, we will build our own DEB package with the help of Debians package management mechanism.
First, introduce the directory structure (for easier understanding, borrow screenshots from Windows)
Figure 1 directory structure
Among them, the eclipse folder indicates the software to be published, and it is also our working directory. The DEBIAN folder contains text files such as control and md5sums. The opt directory indicates where the package to be published will be installed (placed). The usr/bin/ directory provides the script to run the program command. The usr/lib/menu directory provides a script to add Eclipse to the menu.
DEBIAN must be uppercase and must be named. Depending on the case, the directory will contain different files in which the control and md5sums f
您可能关注的文档
- 东师《小学教学心理学2013春第二次在线作业(Dongshigu psychology teaching in primary school 2013 spring second online homework).doc
- 东港话(Donggang dialect).doc
- 不重复的随机数的产生(The generation of random numbers that are not repeated).doc
- 个人性格评价单词(Personal traits evaluate words).doc
- 个人总结(纳税服务中心)(Personal summary (Tax Service Center)).doc
- 个人求职简历中的自我评价用语【珍藏+双语版】(Self assessment term in personal application resume [Collection + Bilingual edition]).doc
- 个人现金规划案例(Personal cash planning case).doc
- 个人简历词汇大全---中英对照个人资料(Resume glossary --- Chinese and English personal data).doc
- 个人简历工作经验的写法(Writing experience of CV).doc
- 个人简历词汇大全(Resume Glossary).doc
- 在jsp中使用ajax验证用户是否存在(Verify that users exist with Ajax in JSP).doc
- 在zbrush中重构模型拓扑(Refactoring model topology in ZBrush).doc
- 在供热锅炉房中二级循环泵的应用(In the application of heating boiler room two circulating pump).doc
- 土建工程量计算1---平整场地 大开挖土方 满堂基础垫(Calculation of civil engineering quantity 1--- leveling site, large excavation, earthwork, foundation pad).doc
- 在备孕期吃什么更利于怀孕(What to eat in pregnancy is more conducive to pregnancy).doc
- 在学校我们干过的事(At school we had done).doc
- 在改善民生和创新管理中加强社会建设(Strengthen social construction in the improvement of people's livelihood and innovation management).doc
- 在研制开关电源时,不仅要设计好电路,还必须能正确选择元器件 单片开关(In the development of switching power supply, not only to design the circuit, but also the correct choice of components, monolithic switch).doc
- 在程序中实现图层的检查及新建(In the program to achieve layer check and new).doc
- 在夏天要经常对垃圾车做检查保养(In the summer, you should always check and maintain the garbage truck).doc
文档评论(0)