Skip to content

Instantly share code, notes, and snippets.

@shengshampoo
Last active May 11, 2022 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shengshampoo/6c0bdacf726f6d4392901d3ace595ab7 to your computer and use it in GitHub Desktop.
Save shengshampoo/6c0bdacf726f6d4392901d3ace595ab7 to your computer and use it in GitHub Desktop.
install and execute 115 pan on slackware 15.0

Linux OS: slackware 15.0

cat /etc/slackware-version
Slackware 15.0

curl/wget 下載,GNU AR 解壓縮 deb,得到的xz壓縮檔再次用tar xz 解壓縮

curl -LO https://down.115.com/client/115pc/lin/115pc_1.0.6.7.deb && ar xv ./115pc_1.0.6.7.deb
tar -xvf data.tar.xz

執行115主程式

$PWD/usr/local/115/115

開頭沒有斜線,因為是壓縮檔解壓縮在當下路徑,子資料夾就是 $PWD/usr/local/115 。

115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment