Arch linux net tools

ArchPKGs

Complete Guide on net-tools Installation on Arch Linux, Manjaro and EndeavourOS

There are 2 packages from Core and Testing are named net-tools . We would recommend going with either the packages from the official repositories or an AUR package that is actively developing.

Table of Contents

core/net-tools is «Configuration tools for Linux networking» quoting from its definition. To get core/net-tools from Arch official repository (Core) on Arch Linux, Manjaro, EndeavourOS and Garuda is quite uncomplicated. This tutorial will be covering how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay ).

There are generally two methods to install core/net-tools from Arch official repository (Core). pacman is the choice for you if you’re an experienced Linux user and have the idea of how packages are built. Otherwise, yay is a common alternative to install packages without the need to review PKGBUILD and build packages with makepkg afterwards.

Using pacman (Default) link
sudo pacman -S core/net-tools
Using yay (Easier) link
yay -S --repo core/net-tools

Since Arch is a rolling-release Linux distribution, it is required to do a whole system upgrade before updating an official package due to dependency issues.

Using pacman (Default) link
sudo pacman -Syu
Using yay (Easier) link

Compared to installing and updating packages, uninstalling is the simplest of these three,all you have to do is choose whether to remove the dependencies that no longer required by other packages and the configuration files used by the package.

Читайте также:  Hacker wifi with kali linux
Using pacman (Default) link
sudo pacman -R net-tools
sudo pacman -Rs net-tools
sudo pacman -Rns net-tools
Using yay (Easier) link
yay -R net-tools
yay -Rs net-tools
yay -Rns net-tools

It is not recommended to install an unstable package ( testing/net-tools ) unless you know what you are doing.

«Configuration tools for Linux networking» is their gist of testing/net-tools . To install testing/net-tools from Arch official testing repository (Testing) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, ArcoLinux, Anarchy) is fairly easy. This guide will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).

To enable Testing repository on Arch Linux, first you’ll need to uncomment [testing] section of /etc/pacman.conf , then use sudo pacman -Syu to refresh the packages list and upgrade your system.

There are two typical methods to install the developing version of testing/net-tools from Arch official repository (Testing). pacman is what you’re looking for if you’re comfortable using command-line interface and have the knowledge of how packages are built. Otherwise, yay is an acceptable alternative to install packages without the necessity to review PKGBUILD and build packages with makepkg afterwards.

Using pacman (Default) link
sudo pacman -S testing/net-tools
Using yay (Easier) link
yay -S --repo testing/net-tools

Since Arch is a rolling-release Linux distro, It is strongly recommended against updating an official package without doing a whole system upgrade due to safety reason.

Using pacman (Default) link
sudo pacman -Syu
Using yay (Easier) link

Compared to installing and updating packages, uninstalling is the most uncomplicated of these three,all you need to do is choose whether to purge the dependencies that no longer required by other packages and the configuration files generated by the package.

Using pacman (Default) link
sudo pacman -R net-tools
sudo pacman -Rs net-tools
sudo pacman -Rns net-tools
Using yay (Easier) link
yay -R net-tools
yay -Rs net-tools
yay -Rns net-tools

How to Install pyoxidizer with One Line of Command on Arch Linux, Manjaro and ArcoLinux

«A modern Python application packaging and distribution tool» is the developer’s outline of pyoxidizer. To install this package (pyoxidizer) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, RebornOS and Anarchy is rather straightforward. This guide will show you step-by-step how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.

Читайте также:  Изменить время через консоль linux

The Simplest Tutorial on controku Installation on Arch Linux/Manjaro/Garuda

Referring to controku’s own outline, it’s «Control Roku devices from the comfort of your own desktop». To install and update controku from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and ArcoLinux is comparatively easy. This guide will be covering how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay.

Quick Guide on Installing ruby27-test-unit on Arch Linux, Manjaro and RebornOS

Based on ruby27-test-unit’s own gist, it is «An xUnit family unit testing framework for Ruby». To install and update ruby27-test-unit from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda, Artix and Parabola is rather uncomplicated. This tutorial will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

The Simplest Tutorial on tp_smapi Installation on Arch Linux/Manjaro/EndeavourOS

extra/tp_smapi is «Modules for ThinkPad’s SMAPI functionality» according to its profile. To install and update extra/tp_smapi from Arch official repository (Extra) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, Garuda) is comparatively simple. This guide will cover how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

How to Install emacs-git.el (Step-by-Step Guide) on Arch Linux, Manjaro and EndeavourOS

«Elisp API for programmatically using Git» is the developer’s gist of emacs-git.el. To install and update this package (emacs-git.el) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Anarchy is fairly straightforward. This guide will be covering how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay.

Installing linux-p3-patch (Step-by-Step Tutorial) on Arch Linux/Manjaro/BlackArch

linux-p3-patch is «The Linux kernel and modules» referring to its gist. To install this package (linux-p3-patch) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Parabola, Garuda) is fairly straightforward. This tutorial will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

Arch Linux

This April marked the ten year anniversary of the last net-tools release. We decided to look at this as an opportunity to deprecate net-tools and provide alternative, and better maintained, solutions for net-tools functionality. This has a few consequences, but most people should not notice.

Читайте также:  Editing pdf in linux

net-tools will continue to be in the repositories, so scripts relying on it should still work.

rc.conf

A new syntax is introduced in rc.conf for configuring a simple network setup using iproute2 rather than net-tools . The old functionality is still preserved for those preferring to stay with that, but do not expect it to gain new features.

The new syntax is very simplistic and only supports one wired network device (configured statically or by dhcp) and we do not expect to add more features in the future. We want to encourage the use of more advanced network solutions, such as networkmanager or our own netcfg .

domainname (a.k.a. nisdomainname , a.k.a ypdomainname )

These binaries are now provided by yp-tools , rather than by net-tools . Furthermore, the domain name is no longer set by initscripts, rather it is dealt with entirely by the ypbind rc script.

Before this change the domain name was handled inconsistently, sometimes being read from /etc/conf.d/nisdomainname , and sometimes from /etc/defaultdomain . From now on, the domain name is only ever read from /etc/conf.d/nisdomainname .

The Arch Linux name and logo are recognized trademarks. Some rights reserved.

The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.

Источник

net-tools on Arch Linux

This guide let you learn how to install net-tools package:

2. Uninstall / Remove net-tools package

Please follow the guidance below to uninstall net-tools package:

3. Details of net-tools package

Repository : core
Name : net-tools
Version : 2.10-1
Description : Configuration tools for Linux networking
Architecture : x86_64
URL : http://net-tools.sourceforge.net/
Licenses : GPL2
Groups : None
Provides : None
Depends On : glibc
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 141.73 KiB
Installed Size : 558.32 KiB
Packager : Antonio Rojas
Build Date : Wed Jan 20 22:11:39 2021
Validated By : MD5 Sum SHA-256 Sum Signature

4. References on Arch Linux

5. The same packages on other Linux Distributions

net-tools (1.60+git20161116.90da8a0-1ubuntu1) Ubuntu 18.04 LTS (Bionic Beaver)

net-tools (1.60-26ubuntu1) Ubuntu 16.04 LTS (Xenial Xerus)

net-tools (1.60+git20181103.0eebece-1ubuntu2) Ubuntu 21.10 (Impish Indri)

net-tools (2.0+git20170221.479bb4a-3.11) openSUSE Leap

net-tools (2.10-1.7) openSuSE Tumbleweed

net-tools (1.60+git20181103.0eebece-1ubuntu5) Ubuntu 22.04 LTS (Jammy Jellyfish)

net-tools (1.60+git20180626.aebd88e-1) Debian 10 (Buster)

Источник

Оцените статью
Adblock
detector