arcolinux

/etc/pamac.conf

Mar 3rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ### Pamac configuration file
  2.  
  3. ## When removing a package, also remove those dependencies
  4. ## that are not required by other packages (recurse option):
  5. #RemoveUnrequiredDeps
  6.  
  7. ## How often to check for updates, value in hours (0 to disable):
  8. RefreshPeriod = 6
  9.  
  10. ## When there are no updates available, hide the tray icon:
  11. #NoUpdateHideIcon
  12.  
  13. ## Allow Pamac to search and install packages from AUR:
  14. EnableAUR
  15.  
  16. ## When AUR support is enabled check for updates from AUR:
  17. CheckAURUpdates
  18.  
  19. ## AUR build directory:
  20. BuildDirectory = /tmp
  21.  
  22. ## Number of versions of each package to keep in the cache:
  23. KeepNumPackages = 3
  24.  
  25. ## Remove only the versions of uninstalled packages when clean cache:
  26. #OnlyRmUninstalled
Add Comment
Please, Sign In to add comment