How to remove a package from the list of packages to be installed in apt-get?
Posted
by
George
on Ask Ubuntu
See other posts from Ask Ubuntu
or by George
Published on 2011-01-28T20:57:06Z
Indexed on
2011/01/28
23:38 UTC
Read the original article
Hit count: 271
package-management
|apt-get
After I tried installing vim
using apt-get install
, apt-get
keeps giving me a segmentation fault while trying to install vim-runtime
. I'm pretty sure it's just with that one specific package, and whenever I try to do apt-get install
to install any other package, vim-runtime
is in the list of packages that will be installed, and it's always the first package that tries to install, so I can't install any other packages.
How can I remove vim-runtime
from the list of packages that will be installed? It always shows up even if it is not a dependency of a package I want to install.
Note: This is on an Ubuntu rootfs running on ARM.
© Ask Ubuntu or respective owner