Advertisement
Guest User

Untitled

a guest
May 1st, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 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 = 12
  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 search in AUR by default:
  17. SearchInAURByDefault
  18.  
  19. ## When AUR support is enabled check for updates from AUR:
  20. CheckAURUpdates
  21.  
  22. ## Do not ask for confirmation when building packages:
  23. #NoConfirmBuild
  24.  
  25. #OnlyRmUninstalled
  26.  
  27. KeepNumPackages = 3
  28.  
  29. EnableDowngrade
  30.  
  31. MaxParallelDownloads = 0
  32.  
  33. #DownloadUpdates
  34. BuildDirectory = /var/tmp
  35. #EnableSnap
  36. #CheckAURVCSUpdates
  37.  
  38. KeepBuiltPkgs
  39.  
  40. SimpleInstall
  41.  
  42. #CheckFlatpakUpdates
  43.  
  44. #EnableFlatpak
  45.  
  46.  
  47. #OfflineUpgrade
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement