我不相信保管箱正在运行。运行保管箱状态会产生错误。当我从终端调用 Dropbox 时,我收到一条错误消息
~$ dropbox
File "/usr/bin/dropbox", line 232
except OSError, e:
^
SyntaxError: invalid syntax
对于上下文,该文件的该部分的其余部分为:
with closing(sock) as f:
yield (0, True)
while True:
try:
chunk = f.read(bufsize)
progress += len(chunk)
buf.write(chunk)
yield (float(progress)/size, True)
if progress == size:
break
except OSError, e:
if hasattr(e, 'errno') and e.errno == errno.EAGAIN:
# nothing left to read
yield (float(progress)/size, False)
else:
raise
但是我超出了我的深度,不知道如何继续解决问题。
我尝试重新安装保管箱并收到此消息:
~$ sudo apt install --reinstall dropbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of dropbox is not possible, it cannot be downloaded.
Ubuntu Software 在 gui 中将 Dropbox 列为已安装的软件包之一。但是,当我尝试删除它以重新安装时,出现错误“无法删除 Dropbox,没有要删除的包”
Ubuntu 20.04
其他信息:
~$ echo $XDG_CURRENT_DESKTOP
ubuntu:GNOME
~$ dpkg -S /usr/bin/dropbox
dropbox: /usr/bin/dropbox
Python 3.8.10
Python2 2.7.18
Python3 3.8.10
~$ apt-cache policy dropbox
dropbox: Installed: 2015.10.28
Candidate: 2015.10.28 Version table: *** 2015.10.28 100 100 /var/lib/dpkg/status