mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
274ac6837f
Part of User Notes removal by https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
186 lines
5.3 KiB
XML
186 lines
5.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-nettool-download-http
|
|
"&gnome-download-http;/gnome-nettool/&gnome-42;/gnome-nettool-&gnome-nettool-version;.tar.xz">
|
|
<!ENTITY gnome-nettool-download-ftp
|
|
"&gnome-download-ftp;/gnome-nettool/&gnome-42;/gnome-nettool-&gnome-nettool-version;.tar.xz">
|
|
<!ENTITY gnome-nettool-md5sum "ba99489e9e3a1af03e9f2719acac7beb">
|
|
<!ENTITY gnome-nettool-size "413 KB">
|
|
<!ENTITY gnome-nettool-buildsize "12 MB">
|
|
<!ENTITY gnome-nettool-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-nettool" xreflabel="gnome-nettool-&gnome-nettool-version;">
|
|
<?dbhtml filename="gnome-nettool.html"?>
|
|
|
|
|
|
<title>gnome-nettool-&gnome-nettool-version;</title>
|
|
|
|
<indexterm zone="gnome-nettool">
|
|
<primary sortas="a-gnome-nettool">gnome-nettool</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Nettool</title>
|
|
|
|
<para>
|
|
The <application>GNOME Nettool</application> package is a network
|
|
information tool which provides GUI interface for some of the most
|
|
common command line network tools.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-nettool-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-nettool-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-nettool-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-nettool-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-nettool-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-nettool-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/gnome-nettool-&gnome-nettool-version;-ping_and_netstat_fixes-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Nettool Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="itstool"/>, and
|
|
<xref linkend="libgtop"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
|
|
<para role="optional">
|
|
<xref role="runtime" linkend="bind-utils"/>,
|
|
<xref role="runtime" linkend="nmap"/>,
|
|
<xref role="runtime" linkend="net-tools"/>,
|
|
<xref role="runtime" linkend="traceroute"/>, and
|
|
<xref role="runtime" linkend="whois"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Nettool</title>
|
|
|
|
<para>
|
|
First, adapt <application>GNOME Nettool</application> to changes in the
|
|
<application>ping</application>, <application>ping6</application>, and
|
|
<application>netstat</application> utilities:
|
|
</para>
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../gnome-nettool-&gnome-nettool-version;-ping_and_netstat_fixes-1.patch</userinput></screen>
|
|
|
|
<para>
|
|
Then add a fix for newer versions of meson:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/merge_file/s/(.*/(/' data/meson.build</userinput></screen>
|
|
|
|
<para>
|
|
Install <application>GNOME Nettool</application> by running
|
|
the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gnome-nettool
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/gnome-nettool and
|
|
/usr/share/help/*/gnome-nettool
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnome-nettool-prog">
|
|
<term><command>gnome-nettool</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a network information tool
|
|
</para>
|
|
<indexterm zone="gnome-nettool gnome-nettool-prog">
|
|
<primary sortas="b-gnome-nettool">gnome-nettool</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|