t.Run("when installed", func(t *testing.T) {
        expected := "foo-0.1.2.3"
        out := fmt.Sprintf("foo,%s,0.1.2.3", apt.PkgInstalled)
        runner := newRunner(out, nil)
        a := &apt.Manager{Sys: runner}