Guest User

/snap-/var_listed

a guest
Mar 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. root@localhost:~# ls /snap/
  2. root@localhost:~#
  3. root@localhost:~# ls /var/lib/snapd/seed/
  4. assertions seed.yaml snaps
  5. root@localhost:~#
  6. root@localhost:~# cat /var/lib/snapd/seed/seed.yaml
  7. snaps:
  8. - name: core
  9. snap-id: 99T7MUlRhtI3U0QFgl5mXXESAiSwt776
  10. channel: beta
  11. file: core_1503.snap
  12. - name: ubuntu-snapdragon-kernel
  13. unasserted: true
  14. file: ubuntu-snapdragon-kernel_x1.snap
  15. - name: dragonboard
  16. unasserted: true
  17. file: dragonboard_x1.snap
  18. root@localhost:~#
  19. root@localhost:~# ls /var/lib/snapd/snaps/
  20. core_1503.snap ubuntu-snapdragon-kernel_x1.snap
  21. root@localhost:~#
  22. root@localhost:~# ls /var/lib/snapd/seed/snaps/
  23. core_1503.snap dragonboard_x1.snap ubuntu-snapdragon-kernel_x1.snap
  24. root@localhost:~#
  25. root@localhost:~# cat /etc/os-release
  26. NAME="Ubuntu Core"
  27. VERSION="16"
  28. ID=ubuntu-core
  29. PRETTY_NAME="Ubuntu Core 16"
  30. VERSION_ID="16"
  31. HOME_URL="http://www.snapcraft.io/"
  32. BUG_REPORT_URL="http://bugs.launchpad.net/snappy/"
  33. root@localhost:~#
Add Comment
Please, Sign In to add comment