Linux final step issue

Issues with installing under all GNU/Linux Distributions
Post Reply
RoWzh
Posts: 1
Joined: Sat Jul 18, 2015 5:02 pm

Linux final step issue

Post by RoWzh »

I can't cd to desktop-intergation. When I type cd desktop-intergation, the Terminal answer this: bash: cd: desktop-integration: No such file or directory.
So I can't install openoffice. What should I do?
OpenOffice 4.1.1 - Kali Linux
User avatar
RoryOF
Moderator
Posts: 34618
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: [Tutorial] Installing Apache OpenOffice on GNU/Linux

Post by RoryOF »

Remember that in linux file/folder names are case sensitive. Enter the DEBS directory and see if the desktop-integration directory is there. If it is, you should be able to cd to it. If you are in the DEBS directory just type

Code: Select all

cd desktop-integration
in the terminal.

On my computer the DEBS directory is on this path
/home/MyUserName/Downloads/en-GB/DEBS/
but this will vary according to where you have expanded the installation .deb file.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Bill
Volunteer
Posts: 8934
Joined: Sat Nov 24, 2007 6:48 am

Re: [Tutorial] Installing Apache OpenOffice on GNU/Linux

Post by Bill »

RoWzh wrote:I can't cd to desktop-intergation. When I type cd desktop-intergation, the Terminal answer this: bash: cd: desktop-integration: No such file or directory.
So I can't install openoffice. What should I do?
Check the spelling of "desktop-integration". You do have a couple of typos here.
AOO 4.1.14 on Ubuntu MATE 22.04
Post Reply