How do I install software center on Ubuntu 18.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I can't launch the Software & Updates center in Bionic Beaver. No video application will open. I tried to install the software center manually and got the following output:
neil@neil-ThinkPad-T420:~$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
I'm not a technical adept and can barely follow simple terminal instructions. I need help.
package-management video
add a comment |Â
up vote
1
down vote
favorite
I can't launch the Software & Updates center in Bionic Beaver. No video application will open. I tried to install the software center manually and got the following output:
neil@neil-ThinkPad-T420:~$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
I'm not a technical adept and can barely follow simple terminal instructions. I need help.
package-management video
2
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
1
software-center
has been deprecated.
â dsstorefile1
May 15 at 12:51
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I can't launch the Software & Updates center in Bionic Beaver. No video application will open. I tried to install the software center manually and got the following output:
neil@neil-ThinkPad-T420:~$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
I'm not a technical adept and can barely follow simple terminal instructions. I need help.
package-management video
I can't launch the Software & Updates center in Bionic Beaver. No video application will open. I tried to install the software center manually and got the following output:
neil@neil-ThinkPad-T420:~$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
I'm not a technical adept and can barely follow simple terminal instructions. I need help.
package-management video
asked May 15 at 12:11
![](https://lh6.googleusercontent.com/-WO1850QlCyo/AAAAAAAAAAI/AAAAAAAACo4/UyXwdqBuIFQ/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-WO1850QlCyo/AAAAAAAAAAI/AAAAAAAACo4/UyXwdqBuIFQ/photo.jpg?sz=32)
Neil Daniel
612
612
2
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
1
software-center
has been deprecated.
â dsstorefile1
May 15 at 12:51
add a comment |Â
2
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
1
software-center
has been deprecated.
â dsstorefile1
May 15 at 12:51
2
2
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
1
1
software-center
has been deprecated.â dsstorefile1
May 15 at 12:51
software-center
has been deprecated.â dsstorefile1
May 15 at 12:51
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
software-center has been replaced with gnome-software. So just type in a terminal
sudo apt install gnome-software
add a comment |Â
up vote
0
down vote
If you want to get Software & Updates - it is located in software-properties-gtk
package.
You can install it with:
sudo apt update
sudo apt install software-properties-gtk
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
software-center has been replaced with gnome-software. So just type in a terminal
sudo apt install gnome-software
add a comment |Â
up vote
1
down vote
software-center has been replaced with gnome-software. So just type in a terminal
sudo apt install gnome-software
add a comment |Â
up vote
1
down vote
up vote
1
down vote
software-center has been replaced with gnome-software. So just type in a terminal
sudo apt install gnome-software
software-center has been replaced with gnome-software. So just type in a terminal
sudo apt install gnome-software
answered May 15 at 20:21
![](https://lh4.googleusercontent.com/-ISEwYcMHXg0/AAAAAAAAAAI/AAAAAAAAAEo/a2-wYxEhGIc/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-ISEwYcMHXg0/AAAAAAAAAAI/AAAAAAAAAEo/a2-wYxEhGIc/photo.jpg?sz=32)
dsSTORM
310110
310110
add a comment |Â
add a comment |Â
up vote
0
down vote
If you want to get Software & Updates - it is located in software-properties-gtk
package.
You can install it with:
sudo apt update
sudo apt install software-properties-gtk
add a comment |Â
up vote
0
down vote
If you want to get Software & Updates - it is located in software-properties-gtk
package.
You can install it with:
sudo apt update
sudo apt install software-properties-gtk
add a comment |Â
up vote
0
down vote
up vote
0
down vote
If you want to get Software & Updates - it is located in software-properties-gtk
package.
You can install it with:
sudo apt update
sudo apt install software-properties-gtk
If you want to get Software & Updates - it is located in software-properties-gtk
package.
You can install it with:
sudo apt update
sudo apt install software-properties-gtk
answered May 15 at 18:56
N0rbert
14.7k32969
14.7k32969
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036506%2fhow-do-i-install-software-center-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Why not using the tools provided with Ubuntu 18.04 ? Or if you prefer, synaptic is very good too (sudo apt-get install synaptic).
â Philippe Gaucher
May 15 at 12:22
1
software-center
has been deprecated.â dsstorefile1
May 15 at 12:51