Manjaro install Baidu network disk

Installing the network disk in manjaro is actually very simple, it does not need to be so complicated, first you need to go to http://pan.baidu.com/download

Download the deb version:

 

 Then deb can't be used directly, it needs to be converted. The conversion tool is:debtap

直接解压deb后的文件不能使用,需要debtap转成pacman可使用的格式

sudo debtap ./baidunetdisk_3.5.0_amd64.deb

You can get the result directly after a few press enter

==> Extracting package data...
==> Fixing possible directories structure differencies...
==> Generating .PKGINFO file...

:: Enter Packager name:

:: Enter package license (you can enter multiple licenses comma separated):


*** Creation of .PKGINFO file in progress. It may take a few minutes, please wait...

==> Checking and generating .INSTALL file (if necessary)...

:: If you want to edit .PKGINFO and .INSTALL files (in this order), press (1) For vi (2) For nano (3) For default editor (4) For a custom editor or any other key to continue: 


==> Generating .MTREE file...

==> Creating final package...
==> Package successfully created!
==> Removing leftover files...

Then use pacman to install:

sudo pacman -U baidunetdisk-3.5.0-1-x86_64.pkg.tar.zst

working process:

正在加载软件包...
正在解析依赖关系...
正在查找软件包冲突...

软件包 (1) baidunetdisk-3.5.0-1

全部安装大小:  494.79 MiB

:: 进行安装吗? [Y/n] y
(1/1) 正在检查密钥环里的密钥                         [############################] 100%
(1/1) 正在检查软件包完整性                           [############################] 100%
(1/1) 正在加载软件包文件                             [############################] 100%
(1/1) 正在检查文件冲突                               [############################] 100%
(1/1) 正在检查可用存储空间                           [############################] 100%
:: 正在处理软件包的变化...
(1/1) 正在安装 baidunetdisk                          [############################] 100%
Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop": "*/*" is an invalid MIME type ("*" is an unregistered media type)
:: 正在运行事务后钩子函数...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...

Then you can use Baidu network disk

If not debtap,参考这篇文章安装即可https://www.jianshu.com/p/f97545c07776

We can also draw inferences, as long as we can download the deb installation package in the future, we can install it like this

Use this method to install the files that need to be downloaded is relatively small, anyway, I have downloaded 100 megabytes

The manjaro app store needs to be larger in size, so I didn't use it. The main thing is that it needs to be updated to use it. It needs to update a few g, and I want to escape when I see it.

The following shows two identical ones, because I have installed them by deb

Guess you like

Origin blog.csdn.net/zhou_438/article/details/109707155