# Installer lxsplit avec Homebrew, MacPorts, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lxsplit pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:lxsplit
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lxsplit
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lxsplit
```

  Preuve: MacPorts ports tree: sysutils/lxsplit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Ubuntu apt (92%):

```sh
sudo apt install lxsplit
```

  Preuve: Ubuntu 24.04 LTS package indexes: lxsplit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## Faits du paquet

- **Clé du paquet:** brew:lxsplit
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.2.4
- **Résumé source:** Tool for splitting or joining files
- **Page d'accueil:** <https://lxsplit.sourceforge.net/>
- **Dernière mise à jour:** 2026-07-18T00:31:47+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- lxsplit (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.2.4
## Historique du projet et usages

lxSplit is a small Unix-like command-line tool for splitting files into pieces and joining them back together. Its distinguishing feature is compatibility with HJSplit-style split files.

### Historique du projet

The official lxSplit homepage says the tool was originally written by Richard Stellingwerff and later maintained at its SourceForge home. The page was last updated on 17 October 2008 and lists 0.2.4 as the latest version.

The project belongs to the late-2000s SourceForge era of compact single-purpose Unix utilities: a simple homepage, downloadable source tarball, RPMs and a Debian package, forums and trackers for support, and a CVS repository exposed by SourceForge.

### Historique d'adoption

Official distribution artifacts included source, source RPM, i386 and x86_64 RPMs, and an i386 Debian package. In this batch metadata it is still packaged for Homebrew and Ubuntu, which is consistent with a small stable utility whose format compatibility remains useful despite slow upstream activity.

### Modes d'utilisation

The documented interface is deliberately minimal: `lxsplit -s hugefile.bin 15M` creates numbered chunks, while `lxsplit -j smallfiles.bin.001` joins pieces back into the original file. Sizes can be given in megabytes, kilobytes, or bytes, and version 0.2.1 added support for files of 4 GB or larger.

### Pourquoi les passionnés de paquets s'y intéressent

lxSplit is package-nerd interesting because it is the sort of tiny, format-compatible Unix tool that persists in package collections long after active upstream churn stops. It is a simple C-era utility with no config surface, no daemon model, and a stable command-line contract.

### Chronologie

- 2008: Official homepage lists 0.2.4 as latest and notes the page was last updated on 17 October 2008.
- 2008: SourceForge project page and CVS repository are the official upstream project surfaces.

### Related projects

- HJSplit is the compatible split-file utility referenced by the lxSplit homepage.

### Sources

- <https://lxsplit.sourceforge.net/>
- <https://sourceforge.net/p/lxsplit/code/>
- <https://sourceforge.net/projects/lxsplit/>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Ubuntu apt - lxsplit - 0.2.4-0ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: lxsplit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | This program is a simple tool for splitting and joining files | http://lxsplit.sourceforge.net/
- MacPorts - lxsplit: normalized package name match | MacPorts ports tree: sysutils/lxsplit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/lxsplit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lxsplit.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
