約9,390,000件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 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/3/28 -This step-by-step tutorial shows how to install .rpm packages on Ubuntu using the alien conversion utility.

    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/24 -RPM is the Red Hat Package Manager. It is a packaging format for Linux software, one of several, but one of the most popular because of Red Hat's influence ...

    2024/5/19 -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/6/11 -System administrators use the rpm (Red Hat Package Manager) command-line utility for Unix/Linux package management. Specifically, the rpm command ...

    2024/6/5 -The 'rpm' package provides the tools needed to directly handle RPM packages on your Ubuntu system. Step 1: Download the RPM Package: Firstly, obtain the RPM ...

    2024/5/17 -Is there a way to download gcc as rpm file in other machine which has a connection to the internet (repository) with all dependent packages needed? linux.

    2024/3/31 -RPM is a package type for RedHat-based Linux. Though RPM has dependencies, it is possible to install an RPM package without dependencies.

    2024/4/27 -I have a legacy software package currently distributed by zip files and want to turn these zip files into an rpm. During the rpmbuild process, ...

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

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

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