Guest User

Untitled

a guest
Mar 8th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #apt
  2. apt download --print-uris PACKAGE
  3. #yum
  4. repoquery --location PACKAGE
  5. yumdownloader --urls PACKAGE
  6.  
  7. #apt just show an abstract url, not the actual. (actual is .../pool/...deb)
  8. Get:3 http://archive.ubuntu.com/ubuntu xenial/universe amd64 socat amd64 1.7.3.1-1 [321 kB]
  9. #yum neither show url
  10. ---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed
Add Comment
Please, Sign In to add comment