Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ruby3.3-rubygem-inifile

Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file). The basic element contained in an INI file is the property. Every property has a name and a value, delimited by an equals sign *=*. The name appears to the left of the equals sign and the value to the right. name=value Section declarations start with *[* and end with *]* as in `[section1]` and `[section2]` shown in the example below. The section declaration marks the beginning of a section. All properties after the section declaration will be associated with that section. All lines beginning with a semicolon *;* or a number sign *#* are considered to be comments. Comment lines are ignored when parsing INI files. A typical INI file might look like this: [section1] ; some comment on section1 var1 = foo var2 = doodle var3 = multiline values \ are also possible [section2] var1 = baz var2 = shoodle.

Found 1 sites for ruby3.3-rubygem-inifile

Found 8 RPM for ruby3.3-rubygem-inifile

PackageSummaryDistributionDownload
ruby3.3-rubygem-inifile-3.0.0-1.41.s390x.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for s390xruby3.3-rubygem-inifile-3.0.0-1.41.s390x.rpm
ruby3.3-rubygem-inifile-3.0.0-1.37.x86_64.htmlINI file reader and writerOpenSuSE Tumbleweed for x86_64ruby3.3-rubygem-inifile-3.0.0-1.37.x86_64.rpm
ruby3.3-rubygem-inifile-3.0.0-1.35.aarch64.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for aarch64ruby3.3-rubygem-inifile-3.0.0-1.35.aarch64.rpm
ruby3.3-rubygem-inifile-3.0.0-1.35.armv6hl.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for armv6hlruby3.3-rubygem-inifile-3.0.0-1.35.armv6hl.rpm
ruby3.3-rubygem-inifile-3.0.0-1.35.armv7hl.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for armv7hlruby3.3-rubygem-inifile-3.0.0-1.35.armv7hl.rpm
ruby3.3-rubygem-inifile-3.0.0-1.32.ppc64le.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for ppc64leruby3.3-rubygem-inifile-3.0.0-1.32.ppc64le.rpm
ruby3.3-rubygem-inifile-3.0.0-1.11.riscv64.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for riscv64ruby3.3-rubygem-inifile-3.0.0-1.11.riscv64.rpm
ruby3.3-rubygem-inifile-3.0.0-1.10.i586.htmlINI file reader and writerOpenSuSE Ports Tumbleweed for i586ruby3.3-rubygem-inifile-3.0.0-1.10.i586.rpm

Generated by rpm2html 1.6

Fabrice Bellet