Hello everyone, I am, today I will share with you how to install KCHMVIEWER and NTFS-3G on CentOS. KCHMVIEWER is a tool for viewing and editing CHM files, and NTFS-3G is NTFS under Linux. The file system driver allows Linux to support reading and writing NTFS-formatted disks. I hope this article can be helpful to everyone.
1. Open the terminal and use the following command to update the package list:
```sql
sudo yum update
```
2. To install KCHMVIEWER, use the following command:
sudo yum install kchmviewer
3. After the installation is complete , you can start KCHMVIEWER through the following command:
kchmviewer
1. Download the NTFS-3G source code package from the official website or other trusted sources download.
2. Unzip the source code package and enter the unzipped directory.
3. To configure compilation options, use the following command:
```bash
./configure --prefix=/usr --with-fuse
4. To compile the source code, use the following command:
```go
make
5. To install NTFS-3G, use the following command:
sudo make install
6. Update the system startup items and use the following command:
sudo update-initramfs -u -k all
7. Restart the system and enable NTFS- 3G is in effect.
You have successfully installed KCHMVIEWER and NTFS-3G on CentOS. KCHMVIEWER allows you to view and edit CHM files more conveniently, while NTFS-3G allows your Linux system to support reading and writing NTFS formats. Disk, I hope this information can be helpful to you!
The above is the detailed content of Xiaosi LINUX shares: Detailed guide to installing KCHMVIEWER and NTFS-3G on CentOS. For more information, please follow other related articles on the PHP Chinese website!