linux - create deb package - version equal not working in Depends section -


i creating deb package requires specific version of docker-ce, in "depends" section, wrote "depends: docker-ce(=17.03.0~ce-0~ubuntu-xenial)". deb generated fine, , after installation "dpkg -i my-package-name.deb", use "sudo apt install -f" force install missing package. trying remove package, output follows. <= , >= work pretty well.

the following packages removed: my-package-name 0 upgraded, 0 newly installed, 1 remove , 177 not upgraded. 1 not installed or removed.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -