eopkg.cheat 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. % eopkg
  2. # Add a repository for installing packages (<repo>: name of repository to add, <indexuri>: address or repository)
  3. eopkg ar <repo> <indexuri>
  4. # Remove eopkg packages
  5. eopkg rmf [<package1> <package2> ... <packagen>]
  6. # Information about the package owner and release
  7. eopkg bl
  8. # Build an eopkg
  9. eopkg bi
  10. # Verify all installations
  11. eopkg check
  12. # Clean stale locks
  13. eopkg clean
  14. # Configure pending packages
  15. eopkg cp
  16. # Delete cached packages
  17. eopkg dc
  18. # Creates a delta package
  19. eopkg dt
  20. # Disable a repository
  21. eopkg dr [<repo1 <repo2> ... <repon>]
  22. # Build and install eopkg source packages from repository
  23. eopkg em <sourcename>
  24. # Enable a repository
  25. eopkg er [<repo1 <repo2> ... <repon>]
  26. # Fetch a package
  27. eopkg fc [<package1> <package2> ... <packagen>]
  28. # Display all avalible eopkg commands
  29. eopkg help
  30. # Display help for a specific command
  31. eopkg help <command>
  32. # View package transaction history
  33. eopkg hs
  34. # Index eopkg files in a given directory
  35. eopkg ix <directory>
  36. # Display package Information
  37. eopkg info [<package1> <package2> ... <packagen>]
  38. # Install an eopkg
  39. eopkg it [<package1> <package2> ... <packagen>]
  40. # List all available packages in the repositories
  41. eopkg la
  42. # List all available packages in a specific repository
  43. eopkg la [<repo1 <repo2> ... <repon>]
  44. # List available components
  45. eopkg lc
  46. # Print a list of all installed packages
  47. eopkg li
  48. # List newest packages in all repositories
  49. eopkg ln
  50. # List newest packages in specific repository
  51. eopkg ln [<repo1 <repo2> ... <repon>]
  52. # List pending packages
  53. eopkg lp
  54. # List repositories
  55. eopkg lr
  56. # List avalible sources
  57. eopkg ls
  58. # List packages that can be upgraded
  59. eopkg lu
  60. # Rebuild eopkg databases
  61. eopkg rdb
  62. # Remove eopkg packages
  63. eopkg rm [<package1> <package2> ... <packagen>]
  64. # Remove orphaned packages
  65. eopkg rmo
  66. # Remove repositories
  67. eopkg rr [<repo1 <repo2> ... <repon>]
  68. # Search for a package in repositories
  69. eopkg sr <query>
  70. # Search for the installed package which contains the specified file
  71. eopkg sf [<path1> <path2> ... <pathn>]
  72. # Update all repository databases
  73. eopkg ur
  74. # Update specific repository database
  75. eopkg ur [<repo1 <repo2> ... <repon>]
  76. # Update all installed eopkg packages
  77. eopkg up
  78. # Update a specific eopkg package
  79. eopkg up [<package1> <package2> ... <packagen>]