python3-dateutil
我正在尝试在 Ubuntu 12.04.4 LTS (Precise) 中安装该软件包aptitude
,但我找不到它。我该如何安装它?
答案1
以下命令表示什么?
apt-cache search python3-dateutil
如果它显示 python3-dateutil - Python 3 中标准 datetime 模块的强大扩展,请运行以下命令:
sudo apt-get install python3-dateutil
另一种方法是使用 pip 安装:
pip install python-dateutil