I downloaded LibreOffice that is a deb into a folder in my second hard drive.
Here the link; https://www.libreoffice.org/download/do ... lang=en-US
I tried to use the install command in Konsole but that didn't work.
Here is the input and output from it.
Code: Select all
noid@Laptop:~$ sudo install /D:\Data/Setups/LibreOffice/LibreOffice_24.8.4.2_Linux_x86-64_deb/
[sudo] password for noid:
install: missing destination file operand after '/D:Data/Setups/LibreOffice/LibreOffice_24.8.4.2_Linux_x86-64_deb/'
Try 'install --help' for more information.
Code: Select all
noid@Laptop:~$ sudo apt install /D:Data/Setups/LibreOffice/LibreOffice_24.8.4.2_Linux_x86-64_deb/
[sudo] password for noid:
Reading package lists... Done
E: Unsupported file /D:Data/Setups/LibreOffice/LibreOffice_24.8.4.2_Linux_x86-64_deb/ given on commandline
noid@Laptop:~$
Any help would be greatly appreciated.
Thanks.