Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Last active December 14, 2021 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgwalters/9a8f7fc9d437f3b4337611b40b114f07 to your computer and use it in GitHub Desktop.
Save cgwalters/9a8f7fc9d437f3b4337611b40b114f07 to your computer and use it in GitHub Desktop.
walters@quicksilver ~> podman run --rm -ti quay.io/cgwalters/fcos bash
# rpm -Uvh https://kojipkgs.fedoraproject.org//packages/libdnf/0.64.0/1.fc35/x86_64/libdnf-0.64.0-1.fc35.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/microdnf/3.8.0/2.fc35/x86_64/microdnf-3.8.0-2.fc35.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/dnf/4.9.0/1.fc35/noarch/dnf-data-4.9.0-1.fc35.noarch.rpm https://kojipkgs.fedoraproject.org//packages/libpeas/1.30.0/5.fc35/x86_64/libpeas-1.30.0-5.fc35.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/gobject-introspection/1.70.0/1.fc35/x86_64/gobject-introspection-1.70.0-1.fc35.x86_64.rpm
Retrieving https://kojipkgs.fedoraproject.org//packages/libdnf/0.64.0/1.fc35/x86_64/libdnf-0.64.0-1.fc35.x86_64.rpm
Retrieving https://kojipkgs.fedoraproject.org//packages/microdnf/3.8.0/2.fc35/x86_64/microdnf-3.8.0-2.fc35.x86_64.rpm
Retrieving https://kojipkgs.fedoraproject.org//packages/dnf/4.9.0/1.fc35/noarch/dnf-data-4.9.0-1.fc35.noarch.rpm
Retrieving https://kojipkgs.fedoraproject.org//packages/libpeas/1.30.0/5.fc35/x86_64/libpeas-1.30.0-5.fc35.x86_64.rpm
Retrieving https://kojipkgs.fedoraproject.org//packages/gobject-introspection/1.70.0/1.fc35/x86_64/gobject-introspection-1.70.0-1.fc35.x86_64.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:gobject-introspection-1.70.0-1.fc################################# [ 20%]
   2:libpeas-1.30.0-5.fc35            ################################# [ 40%]
   3:dnf-data-4.9.0-1.fc35            ################################# [ 60%]
   4:libdnf-0.64.0-1.fc35             ################################# [ 80%]
   5:microdnf-3.8.0-2.fc35            ################################# [100%]
# microdnf install strace
Downloading metadata...
Cannot create temporary file - mkstemp: No such file or directory
# mkdir /tmp
# microdnf install strace
Package                                                                                                               Repository                                    Size
Installing:                                                                                                                                                             
 strace-5.15-1.fc35.x86_64                                                                                            updates                              1.4\xc2\xa0MB
Transaction Summary:
 Installing:        1 packages
 Reinstalling:      0 packages
 Upgrading:         0 packages
 Obsoleting:        0 packages
 Removing:          0 packages
 Downgrading:       0 packages
Is this ok [y/N]: y
Downloading packages...
Running transaction test...
Installing: strace;5.15-1.fc35;x86_64;updates
Complete.
#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment