April 3, 2025

Here’s how to install and use use lxSplit, a HjSplit alternative for Linux Mint / Ubuntu:

1. To install, issue the following command at the terminal –

sudo apt-get install lxsplit

2. To split a file using lxSplit, issue the following command at the terminal –

lxsplit -s <filename> <size of split files>

For example, to split a file ‘opera_10.62-6439_i386.deb’ into 1 MB pieces, we will issue the command –

lxsplit -s opera_10.62-6439_i386.deb 1M

3. To join a file, issue the following command at the terminal –

lxsplit -j <first split filename>

For example, to join parts ‘opera_10.62-6439_i386.deb.001’ to ‘opera_10.62-6439_i386.deb.015’, we will issue the following command –

lxsplit -j opera_10.62-6439_i386.deb.001

By admin

Related Post

4 thoughts on “LxSplit: A Hjsplit Alternative For Linux Mint / Ubuntu”
  1. Thank you so much. I have been trying for days to join split files, gnashing my teeth in frustration. I tried programs like mencoder and none worked. I finally found a solution thanks to you. I hope others benefit from this…. IT WORKS

  2. […] more here: LxSplit: A Hjsplit Alternative For Linux Mint / Ubuntu – Mixed Bag … VA:F [1.9.6_1107]please wait…Rating: 0.0/10 (0 votes cast)VA:F [1.9.6_1107]Rating: 0 (from 0 […]

Comments are closed.