Sponsored Link
Install lxsplit on ubuntu
Open the terminal and run the following command
sudo apt-get install lxsplit
Using lxsplit
lxsplit [OPTION] [FILE] [SPLITSIZE]
Options
-j -- join the files beginning with the given name
-s -- split the given file.
Valid sizes
Splitsize examples: 15M, 100m, 5000k, 30000000b
Lxsplit Examples
Split the file with 15MB files
lxsplit -s test.mkv 15M
Join the files
lxsplit -j hugefile.mkv.0001
If you are looking for GUI you can try U Splitter.You can install using the following command
sudo apt-get install usplitter