Ubuntu Restricted Extras Won't Work

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Ok, so, I installed Ubuntu-Restricted-Extras on Ubuntu version 16.04 LTS. I have all the updates. I used the terminal to install it because I couldn't find it in Ubuntu Software. But what I want to know is the Ubuntu Software Center, is Ubuntu Software and Ubuntu Software Center the same thing? Because if they are there is something wrong with mine, I can't install things like preload at all and flash player won't work (has it been removed?). In the Ubuntu Software app there are hardly any programs, and again, nothing like preload or Ubuntu restricted extras. Help me I am going bloody insane.










share|improve this question

















  • 1




    These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
    – Panther
    Mar 31 at 5:39










  • By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
    – Gunnar Hjalmarsson
    Mar 31 at 12:58














up vote
1
down vote

favorite












Ok, so, I installed Ubuntu-Restricted-Extras on Ubuntu version 16.04 LTS. I have all the updates. I used the terminal to install it because I couldn't find it in Ubuntu Software. But what I want to know is the Ubuntu Software Center, is Ubuntu Software and Ubuntu Software Center the same thing? Because if they are there is something wrong with mine, I can't install things like preload at all and flash player won't work (has it been removed?). In the Ubuntu Software app there are hardly any programs, and again, nothing like preload or Ubuntu restricted extras. Help me I am going bloody insane.










share|improve this question

















  • 1




    These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
    – Panther
    Mar 31 at 5:39










  • By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
    – Gunnar Hjalmarsson
    Mar 31 at 12:58












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Ok, so, I installed Ubuntu-Restricted-Extras on Ubuntu version 16.04 LTS. I have all the updates. I used the terminal to install it because I couldn't find it in Ubuntu Software. But what I want to know is the Ubuntu Software Center, is Ubuntu Software and Ubuntu Software Center the same thing? Because if they are there is something wrong with mine, I can't install things like preload at all and flash player won't work (has it been removed?). In the Ubuntu Software app there are hardly any programs, and again, nothing like preload or Ubuntu restricted extras. Help me I am going bloody insane.










share|improve this question













Ok, so, I installed Ubuntu-Restricted-Extras on Ubuntu version 16.04 LTS. I have all the updates. I used the terminal to install it because I couldn't find it in Ubuntu Software. But what I want to know is the Ubuntu Software Center, is Ubuntu Software and Ubuntu Software Center the same thing? Because if they are there is something wrong with mine, I can't install things like preload at all and flash player won't work (has it been removed?). In the Ubuntu Software app there are hardly any programs, and again, nothing like preload or Ubuntu restricted extras. Help me I am going bloody insane.







software-center flash






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 31 at 5:01









Shane.D

53119




53119







  • 1




    These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
    – Panther
    Mar 31 at 5:39










  • By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
    – Gunnar Hjalmarsson
    Mar 31 at 12:58












  • 1




    These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
    – Panther
    Mar 31 at 5:39










  • By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
    – Gunnar Hjalmarsson
    Mar 31 at 12:58







1




1




These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
– Panther
Mar 31 at 5:39




These packages ? packages.ubuntu.com/search?keywords=ubuntu-restricted-extras ? It is in multiverse - askubuntu.com/questions/89096/… . If that repo is enabled, and you still have a problem, please provide additional information.
– Panther
Mar 31 at 5:39












By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
– Gunnar Hjalmarsson
Mar 31 at 12:58




By design Ubuntu Software only handles applications with a graphical user interface. And Flash works.
– Gunnar Hjalmarsson
Mar 31 at 12:58










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Solution?



I don't think Ubuntu Restricted Extras Won't Work.



I think the problem is 'Ubuntu Software [Center]'. Maybe the following link (within AskUbuntu) can help you solve that problem.



Ubuntu 16.04 software center not working



Workarounds



But there are work-arounds.




  • Continue to use the command line tools,



    to keep Ubuntu up to date



    sudo apt update
    sudo apt full-upgrade


    to keep Ubuntu clean (remove unnecessary program packages)



    sudo apt autoremove
    sudo apt autoclean
    sudo apt clean


    to install a new program package program-package



    sudo apt install program-package



  • Use the Synaptic Package Manager



    Install it



    sudo apt install synaptic


    and start it from 'Dash', after clicking on the Ubuntu icon at the top left corner and typing syn.



    There is a learning curve, but Synaptic is reliable and powerful. Later on, when 'Ubuntu Software' starts working again, you might stay with Synaptic, because you know it and like it :-)



    enter image description here







share|improve this answer






















  • thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
    – Shane.D
    Mar 31 at 23:26










  • @Shane.D, You are welcome :-)
    – sudodus
    Apr 1 at 5:27










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020754%2fubuntu-restricted-extras-wont-work%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










Solution?



I don't think Ubuntu Restricted Extras Won't Work.



I think the problem is 'Ubuntu Software [Center]'. Maybe the following link (within AskUbuntu) can help you solve that problem.



Ubuntu 16.04 software center not working



Workarounds



But there are work-arounds.




  • Continue to use the command line tools,



    to keep Ubuntu up to date



    sudo apt update
    sudo apt full-upgrade


    to keep Ubuntu clean (remove unnecessary program packages)



    sudo apt autoremove
    sudo apt autoclean
    sudo apt clean


    to install a new program package program-package



    sudo apt install program-package



  • Use the Synaptic Package Manager



    Install it



    sudo apt install synaptic


    and start it from 'Dash', after clicking on the Ubuntu icon at the top left corner and typing syn.



    There is a learning curve, but Synaptic is reliable and powerful. Later on, when 'Ubuntu Software' starts working again, you might stay with Synaptic, because you know it and like it :-)



    enter image description here







share|improve this answer






















  • thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
    – Shane.D
    Mar 31 at 23:26










  • @Shane.D, You are welcome :-)
    – sudodus
    Apr 1 at 5:27














up vote
0
down vote



accepted










Solution?



I don't think Ubuntu Restricted Extras Won't Work.



I think the problem is 'Ubuntu Software [Center]'. Maybe the following link (within AskUbuntu) can help you solve that problem.



Ubuntu 16.04 software center not working



Workarounds



But there are work-arounds.




  • Continue to use the command line tools,



    to keep Ubuntu up to date



    sudo apt update
    sudo apt full-upgrade


    to keep Ubuntu clean (remove unnecessary program packages)



    sudo apt autoremove
    sudo apt autoclean
    sudo apt clean


    to install a new program package program-package



    sudo apt install program-package



  • Use the Synaptic Package Manager



    Install it



    sudo apt install synaptic


    and start it from 'Dash', after clicking on the Ubuntu icon at the top left corner and typing syn.



    There is a learning curve, but Synaptic is reliable and powerful. Later on, when 'Ubuntu Software' starts working again, you might stay with Synaptic, because you know it and like it :-)



    enter image description here







share|improve this answer






















  • thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
    – Shane.D
    Mar 31 at 23:26










  • @Shane.D, You are welcome :-)
    – sudodus
    Apr 1 at 5:27












up vote
0
down vote



accepted







up vote
0
down vote



accepted






Solution?



I don't think Ubuntu Restricted Extras Won't Work.



I think the problem is 'Ubuntu Software [Center]'. Maybe the following link (within AskUbuntu) can help you solve that problem.



Ubuntu 16.04 software center not working



Workarounds



But there are work-arounds.




  • Continue to use the command line tools,



    to keep Ubuntu up to date



    sudo apt update
    sudo apt full-upgrade


    to keep Ubuntu clean (remove unnecessary program packages)



    sudo apt autoremove
    sudo apt autoclean
    sudo apt clean


    to install a new program package program-package



    sudo apt install program-package



  • Use the Synaptic Package Manager



    Install it



    sudo apt install synaptic


    and start it from 'Dash', after clicking on the Ubuntu icon at the top left corner and typing syn.



    There is a learning curve, but Synaptic is reliable and powerful. Later on, when 'Ubuntu Software' starts working again, you might stay with Synaptic, because you know it and like it :-)



    enter image description here







share|improve this answer














Solution?



I don't think Ubuntu Restricted Extras Won't Work.



I think the problem is 'Ubuntu Software [Center]'. Maybe the following link (within AskUbuntu) can help you solve that problem.



Ubuntu 16.04 software center not working



Workarounds



But there are work-arounds.




  • Continue to use the command line tools,



    to keep Ubuntu up to date



    sudo apt update
    sudo apt full-upgrade


    to keep Ubuntu clean (remove unnecessary program packages)



    sudo apt autoremove
    sudo apt autoclean
    sudo apt clean


    to install a new program package program-package



    sudo apt install program-package



  • Use the Synaptic Package Manager



    Install it



    sudo apt install synaptic


    and start it from 'Dash', after clicking on the Ubuntu icon at the top left corner and typing syn.



    There is a learning curve, but Synaptic is reliable and powerful. Later on, when 'Ubuntu Software' starts working again, you might stay with Synaptic, because you know it and like it :-)



    enter image description here








share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 31 at 6:15

























answered Mar 31 at 5:57









sudodus

20.2k32667




20.2k32667











  • thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
    – Shane.D
    Mar 31 at 23:26










  • @Shane.D, You are welcome :-)
    – sudodus
    Apr 1 at 5:27
















  • thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
    – Shane.D
    Mar 31 at 23:26










  • @Shane.D, You are welcome :-)
    – sudodus
    Apr 1 at 5:27















thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
– Shane.D
Mar 31 at 23:26




thank you, I don't know what is happening with Ubuntu software center but synaptic works very well : )
– Shane.D
Mar 31 at 23:26












@Shane.D, You are welcome :-)
– sudodus
Apr 1 at 5:27




@Shane.D, You are welcome :-)
– sudodus
Apr 1 at 5:27

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020754%2fubuntu-restricted-extras-wont-work%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

Problem in reading from socket

Help me with the firebase tools