Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 3.1) Can I have two versions of a package in the same distribution?
  2. -------------------------------------------------------------------
  3. Sorry, this is not possible right now, as reprepro heavily optimizes
  4. at only having one version of a package in a suite-type-component-architecture
  5. quadruple.
  6. You can have different versions in different architectures and/or components
  7. within the same suite. (Even different versions of a architecture all package
  8. in different architectures of the same suite). But within the same
  9. architecture and the same component of a distribution it is not possible.
  10.  
  11. apt-get install packagename=version
  12.  
  13. dpkg-deb --info package.deb
  14.  
  15. md5sum package.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement