約29,500,000件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2023/7/12 -Use RPM in Linux to install software. RPM (RPM Package Manager) is a popular utility for installing software on Unix-like systems, particularly Red Hat Linux.

    2024/2/8 -This step-by-step guide shows how to download and install RPM files in different Linux distributions using rpm, dnf, yum, and the GUI.

    2023/12/13 -The RPM (Red Hat Package Manager) command is a fundamental tool in the world of Linux package management. It is widely used in Red Hat-based distributions ...

    2024/5/2 -RPM files are an installation file, an archive that typically is pre-compiled. Being pre-compiled reduces installation time and decreases CPU usage during ...

    2024/1/7 -When a new rpm is built, the rpmbuild command checks by default all the dependencies of the binaries that belong to this rpm (using a dependency generator).

    2023/11/10 -We'll show several methods of installing applications using RPM packages and then round off with essential tips for working with these package files.

    2023/11/27 -Missing Dependencies: The most common cause is that one or more required dependencies are not installed on the system. Incompatible Versions: The installed ...

    2023/9/12 -This will list the dependencies required by the specified package. To check the dependencies of an installed package, use: rpm -q --requires -p <package.rpm>

    2023/10/18 -The RPM Package Manager (RPM) is a package management system that runs on Red Hat Enterprise Linux (RHEL), CentOS, and Fedora. You can use RPM to distribute ...

    2024/3/18 -Learn to remove RPM packages with and without dependency checking.

    A.一番はインターネットにつながるRHEL7(同じバージョン)でdnf downloadでrpmファイルをダウンロードだけしてインストール対象のRHEL7に持ってきてインストールするのが良いと思います。

    A.これは、依存するパッケージが不足しているというエラーです。 ちょっと、依存関係で難しくなるので、 rpm で直接やらないで、 yum install cifs-utils で、 cifs-u...

    A.当該パッケージ用の署名が無いため、信頼できないパッケージと見なされ、インストールできないのではないかと思います。 カギのIDが示されていますので、必要な署名を調べて、別途インストールしてやる必要...