Home
last modified time | relevance | path

Searched refs:DNF (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/databases/pgroonga/pgroonga-2.3.4/packages/yum/
H A Dtest.sh14 DNF=yum
17 DNF="dnf --enablerepo=powertools"
18 ${DNF} module -y disable postgresql
22 ${DNF} install -y \
27 DNF="dnf"
37 ${DNF} install -y \
49 ${DNF} install -y centos-release-scl
60 ${DNF} install -y ${postgresql_package_prefix}-devel
65 ${DNF} install -y \
74 ${DNF} install -y \
/dports/sysutils/dnf/dnf-4.9.0/
H A DREADME.rst16 DNF and all its dependencies are available in Fedora 18 and later, including the
19 Optionally you can use repositories with DNF nightly builds for last 2 stable Fedora versions avail…
23 Then install DNF typing::
34 All commands should be run from the DNF git checkout directory.
40 To build DNF::
48 To run DNF when compiled for Python2::
52 To run DNF when compiled for Python3::
66 From the DNF git checkout directory::
75 From the DNF git checkout directory::
110 #. In special commit add your name and email under ``DNF CONTRIBUTORS`` section in `authors file <h…
[all …]
H A DPACKAGE-LICENSING1 All files in DNF are distributed as GPLv2+ with the exceptions below:
5 Licensing conditions of the following files were disputed when DNF was forked
/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Dcli_vs_yum.rst19 Changes in DNF CLI compared to YUM
33 with DNF to skip all unavailable packages or packages with broken dependencies given to DNF
49 effect in DNF, with the latter being preferred. In YUM ``yum upgrade`` was
58 operation results between DNF and YUM as by default DNF is often going to remove
199 DNF provides swap command but only ``dnf swap A B`` syntax is supported
246 Compared to YUM, DNF appends list values from the ``installonlypkgs`` config option to DNF defaults…
280 DNF offers more predictable behavior of installroot. DNF handles the path differently
306 Translations became part of core DNF and it is no longer
319 Changes in DNF plugins compared to YUM plugins
361 Changes in DNF plugins compared to YUM utilities
[all …]
H A Dapi.rst19 DNF API Reference
28 The provided Python API to DNF is supposed to mainly allow writing the following two categories of …
30 1. :doc:`plugins <api_plugins>` to DNF which extend functionality of the system's DNF installation.
31 2. extension applications that embed DNF (by importing its Python modules) to perform specific pack…
43 DNF follows the Semantic Versioning as defined at http://semver.org/.
45DNF 1.1, the requirement can be specified as ``1.1 <= dnf < 2``. In other words, you can be sure t…
49 … have, relative to the deprecating release, a higher major version number. DNF will log a warning …
H A Duser_faq.rst19 DNF User's FAQ
28 What does DNF stand for?
33 Can I have DNF and YUM installed side by side?
40 To transfer transaction additional data from yum to DNF, run::
52 What to do with packages that DNF refuses to remove because their ``%pre`` or ``%preun`` scripts ar…
93 The bottom line is: unless a real update problem occurs (i.e. DNF refuses to update a package that …
95 Is it possible to force DNF to get the latest metadata on ``dnf upgrade``?
120 Several ways to do that. The DNF way is to add the following to ``/etc/dnf/dnf.conf``::
124 Shouldn't DNF exit soon from certain commands if it is not run under root?
130 Using DNF in Fedora
[all …]
H A Dconf.py.in28 AUTHORS=[u'See AUTHORS in DNF source distribution.']
51 project = u'DNF'
189 ('index', 'dnf.tex', u'DNF Documentation',
219 ('automatic', 'dnf-automatic', u'DNF Automatic',
221 ('command_ref', 'dnf', u'DNF Command Reference',
223 ('conf_ref', 'dnf.conf', u'DNF Configuration Reference',
229 ('cli_vs_yum', 'yum2dnf', u'Changes in DNF compared to YUM',
231 ('command_ref', 'yum', u'redirecting to DNF Command Reference',
237 ('modularity', 'dnf.modularity', u'Modularity in DNF',
251 ('index', 'dnf', u'DNF Documentation',
[all …]
H A Dapi_common.rst19 Common Provisions of the DNF API
28 DNF uses the standard `Python logging module <http://docs.python.org/3.3/library/logging.html>`_ to…
30 …y the core and CLI components of DNF. Messages logged via this logger can end up written to the st…
31 …ages that are generally not written to the standard output streams but logged into the DNF logfile.
H A Dindex.rst19 DNF, the next-generation replacement for YUM
40 DNF Plugins and components
43 * `DNF Plugins Core`_
44 * `DNF Plugins Extras`_
H A Dsummaries_cache44 "DNF uses yum web signature"
60 "DNF does not have group install"
232 "DNF group remove doesn't work"
236 "DNF group info doesn't work"
284 "Support Python 3 in DNF"
944 "\"file\" filter in DNF"
1352 "DNF group update doesn't work"
1416 "DNF history failure if no history"
2008 "AssertionError from DNF"
2332 "DNF in Fedora 26 is terrible slow"
[all …]
H A Duse_cases.rst19 DNF Use Cases
28 Every feature present in DNF should be based on a reasonable use case. All the
31 In case you use DNF to achieve a goal which is not documented here, either you
32 found an error in the documentation or you misuse DNF. In either case we would
33 appreciate if you share the case with us so we can help you to use DNF in the
41 Please consult every usage of DNF with our reference documentation to be sure
70 (``http://jenkins.cloud.fedoraproject.org/job/DNF/lastSuccessfulBuild/artifact/fedora-21-i386-build…
H A Drelease_notes.rst19 DNF Release Notes
443 - Make DNF compatible with FIPS mode (RhBug:1762032)
807 * Support of MODULES - new DNF command `module`
1047 DNF command additions in 2.4.1:
1070 DNF command additions in 2.4.0:
1093 DNF command additions in 2.3.0:
1168 DNF command additions in 2.0.1:
1228 DNF command changes in 2.0.0:
1246 DNF command additions in 2.0.0:
2532 message about DNF lock being taken less often.
[all …]
H A Dapi_cli.rst26DNF that contains code handling the command line tasks for DNF, like for instance ``dnf install em…
62 …If ``True``, DNF will load information about installed packages from the local RPMDB into the sack…
66 …When ``True``, DNF will run entirely from the system cache (equivalent of ``-C`` command line opti…
82 The return status of the DNF command on success. Defaults to ``0``.
90 Base class of every DNF command.
122 …nfiguration. This method is called immediately after the CLI/extension is finished configuring DNF.
H A Dapi_plugins.rst22 DNF plugin can be any Python class fulfilling the following criteria:
28 When DNF CLI runs it loads the plugins found in the paths during the CLI's initialization.
32 The base class all DNF plugins must derive from.
44 …i` is an instance of :class:`dnf.cli.Cli` but can also be ``None`` in case DNF is running without …
52 …This hook is called immediately after the CLI/extension is finished configuring DNF. The plugin c…
H A Dapi_vs_yum.rst19 Changes in the DNF hook API compared to YUM
26 This table provides what alternative hooks are available in DNF compared to
30 Hook Number YUM hook DNF hook
H A Ddnf-1_vs_dnf-2.rst19 Changes in DNF-2 compared to DNF-1
33 DNF group install ``--with-optional`` option
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/plugin/
H A DREADME.md6DNF](https://github.com/rpm-software-management/dnf) package manager that uses the libdnf library,…
8DNF. DNF is a Python application but libdnf is a C/C++ library. That also means not all DNF plugin…
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_litindex.pl141 compile_spec(Spec, DNF),
143 lookup(DNF, Map, _, SuperSet),
162 compile_spec(Spec, DNF),
164 lookup(DNF, Map, SCS, _),
225 compile_spec(Spec, DNF) :-
228 dnf(NNF, DNF).
337 %% dnf(+NNF, -DNF)
344 dnf(and(A0,B0), DNF):- !,
347 dnf1(and(A1,B1), DNF).
348 dnf(DNF, DNF).
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mp11/doc/article/
H A Dsimple_cxx11_metaprogramming_2.adoc129 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
352 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
440 |VC$$++$$ 2013, recursive |38.2 |DNF ||||||
442 |clang$$++$$ 3.5.1, recursive |2.5 |13.7 |DNF |||||
499 |VC$$++$$ 2013, recursive |15.6 |DNF ||||||
501 |clang$$++$$ 3.5.1, recursive |1.8 |9.5 |DNF |||||
503 |g$$++$$ 4.9.2, recursive |1.4 |7.0 |19.7 |DNF ||||
678 |VC$$++$$ 2013, recursive |3.6 |DNF ||||||
748 |VC$$++$$ 2013, void* |0.4 |1.1 |2.4 |4.7 |DNF |||
872 |VC$$++$$ 2013, recursive |3.5 |DNF ||||||
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/mp11/doc/article/
H A Dsimple_cxx11_metaprogramming_2.adoc129 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
352 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
440 |VC$$++$$ 2013, recursive |38.2 |DNF ||||||
442 |clang$$++$$ 3.5.1, recursive |2.5 |13.7 |DNF |||||
499 |VC$$++$$ 2013, recursive |15.6 |DNF ||||||
501 |clang$$++$$ 3.5.1, recursive |1.8 |9.5 |DNF |||||
503 |g$$++$$ 4.9.2, recursive |1.4 |7.0 |19.7 |DNF ||||
678 |VC$$++$$ 2013, recursive |3.6 |DNF ||||||
748 |VC$$++$$ 2013, void* |0.4 |1.1 |2.4 |4.7 |DNF |||
872 |VC$$++$$ 2013, recursive |3.5 |DNF ||||||
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/mp11/doc/article/
H A Dsimple_cxx11_metaprogramming_2.adoc129 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
352 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
440 |VC$$++$$ 2013, recursive |38.2 |DNF ||||||
442 |clang$$++$$ 3.5.1, recursive |2.5 |13.7 |DNF |||||
499 |VC$$++$$ 2013, recursive |15.6 |DNF ||||||
501 |clang$$++$$ 3.5.1, recursive |1.8 |9.5 |DNF |||||
503 |g$$++$$ 4.9.2, recursive |1.4 |7.0 |19.7 |DNF ||||
678 |VC$$++$$ 2013, recursive |3.6 |DNF ||||||
748 |VC$$++$$ 2013, void* |0.4 |1.1 |2.4 |4.7 |DNF |||
872 |VC$$++$$ 2013, recursive |3.5 |DNF ||||||
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/mp11/doc/article/
H A Dsimple_cxx11_metaprogramming_2.adoc129 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
352 |VC$$++$$ 2013, recursive |2.1 |DNF ||||||
440 |VC$$++$$ 2013, recursive |38.2 |DNF ||||||
442 |clang$$++$$ 3.5.1, recursive |2.5 |13.7 |DNF |||||
499 |VC$$++$$ 2013, recursive |15.6 |DNF ||||||
501 |clang$$++$$ 3.5.1, recursive |1.8 |9.5 |DNF |||||
503 |g$$++$$ 4.9.2, recursive |1.4 |7.0 |19.7 |DNF ||||
678 |VC$$++$$ 2013, recursive |3.6 |DNF ||||||
748 |VC$$++$$ 2013, void* |0.4 |1.1 |2.4 |4.7 |DNF |||
872 |VC$$++$$ 2013, recursive |3.5 |DNF ||||||
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drdf_litindex.pl193 compile_spec(Spec, DNF),
194 DNF \== @(stopgap),
215 compile_spec(Spec, DNF),
217 lookup(DNF, Map, SCS, _),
286 compile_spec(Spec, DNF) :-
289 dnf(NNF, DNF).
438 %! dnf(+NNF, -DNF)
446 dnf(and(A0,B0), DNF):-
450 dnf1(and(A1,B1), DNF).
451 dnf(DNF, DNF).
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/pasf/
H A Dpasfbnf.red2 % Methods for DNF and CNF computation. For now pseudo- DNF and CNF are
3 % computed. A pseudo DNF (CNF) is a formula in PNF with matrix in DNF (CNF).
42 % quantifier free frmula. Returns a pseudo DNF of [phi].
47 % quantifier free formula. Returns a pseudo DNF of [phi].
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/dop/
H A Ddopri5.f570 DNF=0.0D0
577 DNF=DNF+(F0(I)/SK)**2
582 DNF=DNF+(F0(I)/SK)**2
585 IF (DNF.LE.1.D-10.OR.DNY.LE.1.D-10) THEN
588 H=SQRT(DNY/DNF)*0.01D0
610 DER12=MAX(ABS(DER2),SQRT(DNF))

12345678910