10 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| searchCommand = "dnf search"
 | |
| syncCommand = "dnf --refresh check-update"
 | |
| installCommand = "dnf install"
 | |
| reinstallCommand = "dnf reinstall"
 | |
| removeCommand = "dnf remove"
 | |
| purgeCommand = "dnf autoremove"
 | |
| upgradeCommand = "dnf upgrade"
 | |
| cleanCommand="dnf clean all"
 | |
| supCommand="dnf --refresh upgrade"
 |