約12,000,000件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2024/3/18 -Dependencies are packages that an RPM requires to function. Sometimes, we might need to check the dependent packages of the RPM and get some details — for ...

    2024/5/16 -The rpm command installs, verifies, upgrades, and removes .rpm packages from Linux systems. Learn how it works with easy-to-follow examples.

    2024/5/4 -Essentially, an RPM package includes everything needed to install a piece of software on a system running a compatible version of Linux. Aside from software ...

    2024/5/2 -In this guide, we will look at the basics of RPM and package management, how to install, and how to remove software ... The reason you need a package in between ...

    2024/3/6 -The “RPM Server” files can be installed on either a Windows server or Windows 10/11 workstation and require approximately 500 MB of disk space.

    2024/3/28 -This step-by-step tutorial shows how to install .rpm packages on Ubuntu using the alien conversion utility ... The name comes from the RPM Package Manager (RPM) ...

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

    2024/5/15 -To install an RPM package on Ubuntu, open your Terminal and update your system's package lists with sudo apt update . Then, install rpm and alien by running ...

    2024/3/4 -With the help of these RPM commands, you can manage the installation, updating, and removal of packages on Redhat-based Linux distributions.

    2024/2/28 -As part of system development, you may need to install an RPM package on the running target platform.

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

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

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