Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    r4a570af1 r3f2db3a6  
    99  <?dbhtml filename="beyond.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Going Beyond BLFS</title>
     
    4340      <envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter
    4441      option, check out <ulink
    45       url="http://xahlee.org/UnixResource_dir/_/ldpath.html"/>.
     42      url="http://xahlee.info/UnixResource_dir/_/ldpath.html"/>.
    4643      If you modify <filename>/etc/ld.so.conf</filename>, remember to update
    4744      <filename>/etc/ld.so.cache</filename> by executing
     
    8279  <itemizedlist>
    8380    <listitem>
    84       <para>If you know the name of the package, then search Freecode for
    85       it at <ulink url="http://freecode.com/"/>. Also search Google at
    86       <ulink url="http://google.com/"/>. Sometimes a search for the
    87       <filename class='extension'>rpm</filename> at
    88       <ulink url="http://rpmfind.net/"/> or the
     81      <para>If you know the name of the package, then search SourceForge for
     82      it at <ulink url="https://sourceforge.net/directory/"/>, and search
     83      GitHub for it at <ulink url="https://github.com/"/>.
     84      Also search Google at <ulink url="https://google.com/"/>. Sometimes a
     85      search for the <filename class='extension'>rpm</filename> at
     86      <ulink url="https://rpmfind.net/"/> or the
    8987      <filename class='extension'>deb</filename> at
    90       <ulink url="http://www.debian.org/distrib/packages#search_packages"/> can
     88      <ulink url="https://www.debian.org/distrib/packages#search_packages"/> can
    9189      also lead to a link to the package.</para>
    9290    </listitem>
     
    9694      of the executable. If the results are overwhelming, try searching for the
    9795      given executable in the Debian repository at <ulink
    98       url="http://www.debian.org/distrib/packages#search_contents"/>.</para>
     96      url="https://www.debian.org/distrib/packages#search_contents"/>.</para>
    9997    </listitem>
    10098  </itemizedlist>
     
    133131      <itemizedlist>
    134132        <listitem>
    135           <para>Arch <ulink url="http://www.archlinux.org/packages/"/> - enter
     133          <para>Arch <ulink url="https://www.archlinux.org/packages/"/> - enter
    136134          the package name in the 'Keywords' box, select the package name,
    137135          select the 'Source Files' field, and then select the
     
    141139        <listitem>
    142140          <para>Debian
    143           <!-- 2020-11-11 : ftp hangs trying to connect, presumably removed.
    144                Use http becasue firefox says the certificate at this gb site is
    145                not valid for ftp.uk.debian.org -->
    146           <ulink url="http://ftp.uk.debian.org/debian/pool"/> (use your country's
     141          <ulink url="https://ftp.debian.org/debian/pool"/> (use your country's
    147142          version if there is one) - the source will be in .tar.gz tarballs (either
    148143          the original upstream <filename class='extension'>.orig</filename> source,
     
    173168          and they change frequently.  Also, if you have found a mirror, you need to
    174169          know which directory the application has been assigned to.  The ebuilds
    175           themselves can be found at <ulink url="http://packages.gentoo.org/"/> -
     170          themselves can be found at <ulink url="https://packages.gentoo.org/"/> -
    176171          use the search field.  If there are any patches, a mirror will have them
    177172          in the <filename class="directory">files/</filename> directory. Depending
     
    184179        <listitem>
    185180          <para>openSUSE provide a rolling release, some package versions are in
    186           <ulink url="http://download.opensuse.org/source/tumbleweed/repo/oss/src/"/>
     181          <ulink url="https://download.opensuse.org/source/tumbleweed/repo/oss/src/"/>
    187182          but others are in ../update/openSUSE-current/src - the
    188183          source only seems to be available in source rpms.</para>
     
    190185        <listitem>
    191186          <para>Slackware - the official package browser is currently broken.  The
    192           site at <ulink url="http://slackbuilds.org/"/> has current and previous
     187          site at <ulink url="https://slackbuilds.org/"/> has current and previous
    193188          versions in their unofficial repository with links to homepages, downloads,
    194189          and some individual files, particularly the <filename>.SlackBuild</filename>
     
    210205    format, there are two small scripts, <command>rpm2targz</command> and
    211206    <command>deb2targz</command> that are available at
    212     <ulink url="&downloads-project;/deb2targz.tar.bz2"/> and
    213     <ulink url="&downloads-project;/rpm2targz.tar.bz2"/> to convert the archives
     207    <ulink url="&sources-anduin-http;/extras/deb2targz.tar.bz2"/> and
     208    <ulink url="&sources-anduin-http;/extras/rpm2targz.tar.bz2"/> to convert the archives
    214209    into a simple <filename>tar.gz</filename> format.</para>
    215210    <para>You may also find an rpm2cpio script useful.  The Perl version in the
    216211    linux kernel archives at <ulink
    217     url="http://lkml.indiana.edu/hypermail/linux/kernel/0210.2/att-0093/01-rpm2cpio"/>
     212    url="https://lore.kernel.org/all/20021016121842.GA2292@ncsu.edu/2-rpm2cpio"/>
    218213    works for most source rpms.  The rpm2targz script will use an rpm2cpio script
    219214    or binary if one is on your path.  Note that rpm2cpio will unpack a source
Note: See TracChangeset for help on using the changeset viewer.