How to make Debian package install dependencies?

前端 未结 5 887
离开以前
离开以前 2021-02-02 14:03

I want to make a simple Debian package to install a simple tool that depends on Qt4 libs.

In control file I have defined that it depends on Qt4 libs however, by the time

5条回答
  •  时光说笑
    2021-02-02 14:33

    One way would be to create a local package repository on your computer and add it to /etc/apt/sources.list. Then you could install the package from your local repository with apt-get and have the dependencies resolved automatically.

    There's probably an easier way to do it, but I don't know what that would be.

提交回复
热议问题