Por alguna razón, mi centro de software ubuntu desapareció (en Ubuntu 18.04).
Probé lo habitual
sudo apt-get update
y
sudo apt-get install software-center
Pero termino con este error:
Package software-center is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'software-center' has no installation candidate
¿Cómo puedo solucionar este problema? Intenté con synaptic pero no funcionó.
Respuesta1
No creo que Ubuntu Software Center tenga ese nombre para su paquete; cuando ingresé el comando apt search
, no obtuve el nombre del paquete en los resultados:
$ apt-cache search software-center
app-install-data - Ubuntu applications (data files)
software-center-aptdaemon-plugins - The aptdaemon plugins for software-center
ubuntu-kylin-software-center - Software maintenance management tools
El paquete del Centro de software tiene nombre gnome-software
(si está utilizando el escritorio GNOME) en Ubuntu 18.04
$ apt-cache search gnome-software
gnome-software - Software Center for GNOME
gnome-software-common - Software Center for GNOME (common files)
gnome-software-dev - Software Center for GNOME - development files
gnome-software-doc - Software Center for GNOME - documentation
gnome-software-plugin-snap - Snap support for GNOME Software
gnome-packagekit-session - Transitional package (gnome-packagekit-session -> gnome-software)
gnome-software-plugin-flatpak - Flatpak support for GNOME Software
gnome-software-plugin-limba - Limba support for GNOME Software
libflatpak0 - Application deployment framework for desktop apps (library)
Entonces, si deseas reinstalarlo, simplemente escribe
sudo apt install gnome-software