source: general/sysutils/lsb-tools.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 2d0650b was 660a70c, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to node.js-12.15.0.
Update to cmake-3.16.4.
Update to LSB-Tools-0.6.
Update to screen-4.8.0.

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

  • Property mode set to 100644
File size: 5.0 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 "2f692dca56d371a085d2cbf9fdb606af">
9 <!ENTITY lsb-tools-size "16 KB">
10 <!ENTITY lsb-tools-buildsize "180 KB">
11 <!ENTITY lsb-tools-time "0.s than 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>The <application>LSB-Tools</application> package includes tools
34 for Linux Standards Base (LSB) conformance.</para>
35
36 &lfs90_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&lsb-tools-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&lsb-tools-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &lsb-tools-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &lsb-tools-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &lsb-tools-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &lsb-tools-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/LSB-Tools"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of LSB-Tools</title>
67
68 <para>Install <application>lsb_release</application> by running the following
69 commands:</para>
70
71<screen><userinput>python3 setup.py build</userinput></screen>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>python3 setup.py install --optimize=1 &amp;&amp;
76ln -sv /usr/lib/lsb/install_initd /usr/sbin &amp;&amp;
77ln -sv /usr/lib/lsb/remove_initd /usr/sbin</userinput></screen>
78
79 </sect2>
80
81 <sect2>
82 <title>Configuration Information</title>
83
84 <para>
85 The configuration for this package was done in <phrase revision="sysv">
86 <ulink url="&lfs-website;/lfs/view/stable/chapter09/theend.html">LFS</ulink>.</phrase>
87 <phrase revision="systemd">
88 <ulink url="&lfs-website;/lfs/view/systemd/chapter09/theend.html">LFS</ulink>
89 and
90 <ulink url="&lfs-website;/lfs/view/systemd/chapter06/systemd.html">Systemd</ulink>.</phrase>
91 The file <filename>/etc/lsb-release</filename> should already exist.
92 Be sure that the DISTRIB_CODENAME entry has been set properly.
93 </para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Library</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>
107 lsb_release,
108 install_initd, and
109 remove_initd
110 </seg>
111 <seg>
112 LSB_Tools-&lsb-tools-version;-py&python3-majorver;.egg-info
113 </seg>
114 <seg>/usr/lib/lsb and
115 /usr/lib/python&python3-majorver;/site-packages/lsbtools
116 </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="lsb_release">
126 <term><command>lsb_release</command></term>
127 <listitem>
128 <para>is a script to give LSB data.</para>
129 <indexterm zone="lsb-tools lsb_release">
130 <primary sortas="b-lsb-tools">lsb_release</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134 <varlistentry id="install_initd">
135 <term><command>install_initd</command></term>
136 <listitem>
137 <para>is a script to activate SysV startup scripts.</para>
138 <indexterm zone="lsb-tools install_initd">
139 <primary sortas="b-lsb-tools">install_initd</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143 <varlistentry id="remove_initd">
144 <term><command>remove_initd</command></term>
145 <listitem>
146 <para>is a script to deactivate SysV startup scripts.</para>
147 <indexterm zone="lsb-tools remove_initd">
148 <primary sortas="b-lsb-tools">remove_initd</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.