source: general/sysutils/lsb-tools.xml@ f0dc9578

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f0dc9578 was f0dc9578, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix references to the lfs book (chapter numbering changes)
Not sure I have all ot them...*

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23591 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5
6 <!ENTITY lsb-tools-download-http "https://github.com/djlucas/LSB-Tools/releases/download/v&lsb-tools-version;/LSB-Tools-&lsb-tools-version;.tar.gz">
7 <!ENTITY lsb-tools-download-ftp " ">
8 <!ENTITY lsb-tools-md5sum "d3befb42a19fad6857f3b29ed34dd7ac">
9 <!ENTITY lsb-tools-size "16 KB">
10 <!ENTITY lsb-tools-buildsize "364 KB">
11 <!ENTITY lsb-tools-time "Less than 0.1 SBU">
12
13 %general-entities;
14]>
15
16<sect1 id="lsb-tools" xreflabel="lsb-tools-&lsb-tools-version;">
17 <?dbhtml filename="lsb-tools.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>LSB-Tools-&lsb-tools-version;</title>
25
26 <indexterm zone="lsb-tools">
27 <primary sortas="a-lsb-tools">LSB-Tools</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to LSB-Tools</title>
32
33 <para>
34 The <application>LSB-Tools</application> package includes tools
35 for Linux Standards Base (LSB) conformance.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lsb-tools-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lsb-tools-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lsb-tools-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lsb-tools-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lsb-tools-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lsb-tools-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/LSB-Tools"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of LSB-Tools</title>
81
82 <para>
83 Install <application>LSB-Tools</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>python3 setup.py build</userinput></screen>
88
89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
94
95 </sect2>
96
97 <sect2>
98 <title>Configuration Information</title>
99
100 <para>
101 The configuration for this package was done in <phrase revision="sysv">
102 <ulink url="&lfs-website;/lfs/view/stable/chapter11/theend.html">LFS</ulink>.</phrase>
103 <phrase revision="systemd">
104 <ulink url="&lfs-website;/lfs/view/systemd/chapter11/theend.html">LFS</ulink>
105 and
106 <ulink url="&lfs-website;/lfs/view/systemd/chapter08/systemd.html">Systemd</ulink>.</phrase>
107 The file <filename>/etc/lsb-release</filename> should already exist.
108 Be sure that the DISTRIB_CODENAME entry has been set properly.
109 </para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 lsb_release,
124 install_initd, and
125 remove_initd
126 </seg>
127 <seg>
128 LSB_Tools-&lsb-tools-version;-py&python3-majorver;.egg-info
129 </seg>
130 <seg>/usr/lib/lsb and
131 /usr/lib/python&python3-majorver;/site-packages/lsbtools
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="lsb_release">
142 <term><command>lsb_release</command></term>
143 <listitem>
144 <para>
145 is a script to give LSB data.
146 </para>
147 <indexterm zone="lsb-tools lsb_release">
148 <primary sortas="b-lsb-tools">lsb_release</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152 <varlistentry id="install_initd">
153 <term><command>install_initd</command></term>
154 <listitem>
155 <para>
156 is a script to activate SysV startup scripts.
157 </para>
158 <indexterm zone="lsb-tools install_initd">
159 <primary sortas="b-lsb-tools">install_initd</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163 <varlistentry id="remove_initd">
164 <term><command>remove_initd</command></term>
165 <listitem>
166 <para>
167 is a script to deactivate SysV startup scripts.
168 </para>
169 <indexterm zone="lsb-tools remove_initd">
170 <primary sortas="b-lsb-tools">remove_initd</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.