You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create googet db (#135)
* Replace the googet state file with a sqlite db. This will automatically convert the existing state file.
* Introduce --format for installed, with the options being simple(default) and json
* Allow "installed" to run without a lock
* Detect which application we are installing and associate that to the package metadata
* Add installdate to PackageState struct
Add Conflicts and Replaces to the PkgSpec (#33)
Package Conflicts will prevent the package from being installed if a conflicting package is already installed
Package Replaces will remove any packages that are replaced by one being installed