FreeOffice (Linux) 설치
FreeOffice contains a set of 64-bit applications that can be used with 64-bit (x86_64, amd64) Linux distributions. 32-비트 Linux는 지원되지 않습니다.
Installing FreeOffice
Open a shell or terminal window and enter these commands to install FreeOffice:
su -c "apt update && apt install -y curl" su -c "curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | bash"
This also sets up the SoftMaker repository so that you receive service packs.
Open a shell or terminal window and enter these commands to install FreeOffice:
sudo apt update && sudo apt install -y curl curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | sudo bash
This also sets up the SoftMaker repository so that you receive service packs.
Open a shell or terminal window and enter these commands to install FreeOffice:
sudo apt update && sudo apt install -y curl curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | sudo bash
This also sets up the SoftMaker repository so that you receive service packs.
Open a shell or terminal window and enter these commands to install FreeOffice:
sudo pacman -Syu --noconfirm curl curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | sudo bash
The Manjaro package manager keeps FreeOffice up to date automatically.
Open a shell or terminal window and enter these commands to install FreeOffice:
sudo dnf install -y curl curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | sudo bash
This also sets up the SoftMaker repository so that you receive service packs.
Open a shell or terminal window and enter these commands to install FreeOffice:
sudo zypper install -y curl curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | sudo bash
This also sets up the SoftMaker repository so that you receive service packs.
If your Linux does not support the DEB or RPM package format, install FreeOffice as follows:
- Make sure that the program curl is installed.
- Open a shell with root rights using sudo -i or su - and enter the following command to install:
curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | bash
Installing service packs
If you have enabled automatic upgrades in Linux with the unattended-upgrades package, FreeOffice service packs will be installed automatically.
Otherwise, update FreeOffice with the following command:
su -c "apt update && apt upgrade"
If you have enabled automatic upgrades in Linux with the unattended-upgrades package, FreeOffice service packs will be installed automatically.
Otherwise, update FreeOffice with the following command:
sudo apt update && sudo apt upgrade
If you have enabled automatic upgrades in Linux with the unattended-upgrades package, FreeOffice service packs will be installed automatically.
Otherwise, update FreeOffice with the following command:
sudo apt update && sudo apt upgrade
The Manjaro package manager keeps FreeOffice up to date automatically.
If you have enabled automatic upgrades in Linux with the dnf-automatic package, FreeOffice service packs will be installed automatically.
Otherwise, update FreeOffice with the following command:
sudo -E dnf upgrade
If you have enabled automatic upgrades in Linux, FreeOffice service packs will be installed automatically.
Otherwise, update FreeOffice with the following command:
sudo -E zypper update
If your Linux does not support DEB or RPM packages, install new revisions of FreeOffice by repeating the installation:
- Make sure that the program curl is installed.
- Open a shell with root rights using sudo -i or su - and enter the following command to install:
curl -fsSL https://softmaker.net/down/install-softmaker-freeoffice-2024.sh | bash
Uninstalling FreeOffice
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
su -c "apt update && apt install -y curl" su -c "curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | bash"
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
sudo apt update && sudo apt install -y curl curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | sudo bash
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
sudo apt update && sudo apt install -y curl curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | sudo bash
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
sudo pacman -Syu --noconfirm curl curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | sudo bash
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
sudo dnf install -y curl curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | sudo bash
Open a shell or terminal window and enter the following commands to remove FreeOffice from your system:
sudo zypper install -y curl curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | sudo bash
If your Linux does not support the DEB or RPM package format, uninstall FreeOffice as follows:
- Make sure that the program curl is installed.
- Open a shell with root rights using sudo -i or su - and enter the following command to uninstall:
curl -fsSL https://softmaker.net/down/uninstall-softmaker-freeoffice-2024.sh | bash
Direct download
If you prefer to install FreeOffice 2024 manually, you can download the installation packages here:
.deb package .rpm package .tgz package
문서 아이콘 복원 중
FreeOffice를 설치할 때 DOCX, XLSX 및 PPTX 같은 일반 문서 형식의 아이콘은 FreeOffice로 지정됩니다. 당사의 아이콘 스타일을 좋아하지 않을 경우, 다음 스크립트를 실행하여 이전 아이콘으로 쉽게 복원할 수 있습니다.
sudo /usr/share/freeoffice2024/mime/remove_icons.sh
Installing on a USB flash drive
If you want to have FreeOffice for Linux and important documents with you when on the go, you can copy FreeOffice to a USB flash drive. You can then insert this USB flash drive into any Linux-based computer (for example, those of friends or in Internet cafes) and run FreeOffice. USB 플래시 드라이브를 PC에서 제거하면, 해당 PC에 FreeOffice의 흔적이 남지 않습니다.
USB 플래시 드라이브에 저장하는 방법:
- Linux PC의 내장 하드 드라이브에 FreeOffice를 설치합니다. 이렇게 하면 USB 플래시 드라이브 없이도 일반적인 방식으로 FreeOffice를 사용할 수 있습니다.
- USB 플래시 드라이브에 폴더를 만들고 FreeOffice 애플리케이션 폴더(일반적으로 /usr/share/freeoffice2024)의 모든 내용을 다음 폴더로 복사합니다:
mkdir /media/disk/freeoffice2024 (/media/disk 폴더를 USB 플래시 드라이브의 경로로 변경하십시오) cd /usr/share/freeoffice2024 cp -Rv * /media/disk/freeoffice2024 (/media/disk 폴더를 USB 플래시 드라이브의 경로로 변경하십시오)
- Create a file with the name portable.txt in this new folder on the USB flash drive. 이 파일의 내용물은 상관없습니다:
cd /media/disk/freeoffice2024 (replace /media/disk with the USB flash drive's path) touch portable.txt
portable.txt 파일은 FreeOffice를 휴대용 모드로 실행하고 구성 파일을 호스트 운영 체제에 저장하지 않도록 도와주는 "길잡이 파일"입니다.
- Then, launch TextMaker:
./textmaker
TextMaker will create the folder /media/disk/freeoffice2024/SoftMaker and copy its default document templates and configuration files into it. This can take up to thirty seconds. After that, TextMaker will be launched.
The installation is complete now.
원할 경우, 추가적인 문서와 템플릿을 플래시 드라이브로 복사할 수 있습니다.
- 폴더 /media/disk/freeoffice2024/SoftMaker에 문서를 넣으십시오.
- TextMaker 문서 서식 파일을 /media/disk/freeoffice2024/SoftMaker/TextMaker 2024 templates 폴더에 넣으십시오.
- PlanMaker 문서 서식 파일을 /media/disk/freeoffice2024/SoftMaker/PlanMaker 2024 templates 폴더에 넣으십시오.
- Presentations 디자인 서식 파일을 /media/disk/freeoffice2024/SoftMaker/Presentations 2024 designs 폴더에 넣으십시오.
프로그램들 중 하나를 실행하려면, USB 플래시 드라이브의 FreeOffice 폴더를 열고, 실행할 프로그램을 더블클릭합니다.
