About 220,000 results
Open links in new tab
  1. How do I extract a RPM file? - Ask Ubuntu

    Jul 7, 2011 · file-roller seems to open rpm files. Alternatively you can use the command: $ sudo apt-get install rpm2cpio $ rpm2cpio /path/to/file.rpm | cpio -i --make-directories that will extract the rpm …

  2. How do I extract the contents of an rpm? - Stack Overflow

    Sep 13, 2013 · $ rpm -qpl foo.rpm I want to inspect the contents of several files contained in the rpm. I do not want to install the rpm. I am also aware of the rpms ability to do additional modifictions in the …

  3. Is there a way to extract .rpm file through windows batch file? Can ...

    Jul 17, 2019 · Given: file1.rpm ( want to extract it to .cpio through batch script) Extract file1.cpio Need solution to this so that I can use the contents after extraction

  4. dnf cannot install local rpm file: "No package matches"

    Jan 30, 2024 · For example, you cannot install a remote rpm using the rpm’s URL or install a local rpm file. Instead, you can use the rpm command directly to install such packages.

  5. linux - extract the spec file from rpm package - Stack Overflow

    To extract the .spec file from a RPM you need to use cpio to uncompress the file. One nice way is to use Emacs and the archive-rpm package which lets you browse the RPM content and edit the content of …

  6. server - How do I install and manage RPMs? - Ask Ubuntu

    Aug 23, 2010 · I have a burning desire to install RPMs onto my Ubuntu installation - is this possible? Can I use Yum - or another RPM Package Management tool?

  7. Unpacking an RPM file and repacking It - Stack Overflow

    Jun 15, 2011 · The best way to modify an RPM you do not have the source for is to follow these steps: Unpack the rpm into a directory with the rpm2cpio command Make the necessary changes inside …

  8. nginx - Error unable to run dnf localinstall *.rpm - Stack Overflow

    Jun 6, 2023 · I suggest you to check your /etc/yum.repos.d and check if there are any repo files in the directory. If there are, try to edit the repo files and change the gpgcheck=0 and type in the terminal: …

  9. python - Why do I get "unable to open database file" while it works ...

    Jun 24, 2018 · Why can't I open my SQLite database? A unit test that I pass "/tmp/cer/could.db" can make the database without a problem but when I pass the actual program the same location I get: …

  10. centos yum fails installing anything or updating system

    error: cannot open Packages index using db5 - (-30969) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed Now you can try to reboot the machine or …