https://blog.csdn.net/cgb0210/article/details/5782379
linux下解压tar.bz2文件
下面所所有操作,后面有所有步骤说明
各步骤详解
[root@localhost Desktop]#tar jxvf fcitx-3.4.2.tar.bz2
[root@localhost Desktop]#cd /home/new/Desktop/fcitx-3.4.2
[root@localhost fcitx-3.4.2]#make (编译)
[root@localhost fcitx-3.4.2]#make install (安装)
文章来源: linux安装 tar.bz2安装方法