如何通过 将软件包降级到旧版本apt-get?
其他工具也可以接受,但apt-get最好使用。
我正在尝试安装包 LaTeXila,输出如下所示:
$ sudo apt-get install latexila --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
latexila-data latexmk luatex tex-common texlive-base texlive-binaries
texlive-common texlive-doc-base texlive-latex-base
Suggested packages:
rubber texlive-latex-extra debhelper
Recommended packages:
texlive texlive-latex-recommended texlive-luatex lmodern
texlive-latex-base-doc
The following NEW packages will be installed:
latexila latexila-data latexmk luatex tex-common texlive-base
texlive-binaries texlive-common texlive-doc-base texlive-latex-base
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.3 …Run Code Online (Sandbox Code Playgroud) 我想安装最新版本的boto,我通过python setup.py install
然而,当我尝试删除旧版本时,也会删除以下软件包:
apt-get remove python-boto
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
cloud-init cloud-utils euca2ools python-boto
Run Code Online (Sandbox Code Playgroud)
我如何告诉包管理器删除 boto,并将其标记为外部安装(或类似的东西),以便 apt 不会尝试修复丢失的依赖项?
谢谢你,
马克西姆。
我安装Adobe Air上Ubuntu v11.04。安装过程成功,但当我尝试安装空气应用程序时,出现错误。
这是我从以下内容中得到的常见错误.appdata/Adobe/AIR/Logs/Install.log:
[airinstall:20544][ERR] Error occurred during rpm install operation;
beginning rollback:ErrorEvent type="error" bubbles=false cancelable=false
eventPhase=2 text=" error: dpkg: error processing /tmp/FlashTmp.FbSCaL/setup.deb
(--install):; parsing file '/var/lib/dpkg/tmp.ci/control' near line 2 package
'myapp.74249ff9cb321f1d45f6ea93a89630d1be111ef2.1':; error in Version string
'V1.48.40': version number does not start with digit;
Errors were encountered while processing:; /tmp/FlashTmp.FbSCaL/setup.deb"
errorID=1]
Run Code Online (Sandbox Code Playgroud)
我已按照有关如何使用 user在 ubuntu上安装 adobe air 的所有说明进行操作root。根据研究,这与版本策略有关,dpkg但我不知道如何配置dpkg以忽略版本控制。如何解决这个问题?提前致谢。