<div dir="ltr"><div><div><div>Dear Sir:<br><br></div>As I explained in my first reply to you, I suggest that you install and use the Synaptic Package Manager. With it you can install <u>anything</u> that you could have installed from the Software Centre had that program worked on your computer. You could then completely ignore the troublesome Software Centre program.<br><br></div>To Ralf:<br><br></div>The reason I gave the instructions I did was because the OP stated that he is not comfortable with the command line and I wanted to keep things as easy as possible for him. The older commands still work and they do so without any exceptions.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 18, 2016 at 8:43 AM, AURO KUMAR SAHOO <span dir="ltr"><<a href="mailto:aksahoo.barc@gmail.com" target="_blank">aksahoo.barc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Thanks community for such nice response.</p>
<p dir="ltr">I install fresh Ubuntu studio 16.04.1. During install I choose to use 3rd party plugins and Update. After install complete i Update all again including language . Now I open software centre to install vlc.</p>
<p dir="ltr">But to my surprise it opens and closes automatically and ask me to send error report,  which I send. Logout and login again and open software centre again but now it opens and in closes all of suddenly and it persists till now.</p>
<p dir="ltr">I had clean installed many times like 12.04, 14.04 but it is first time I see Ubuntu behave like Microsoft Windows.</p>
<p dir="ltr">I even re-download hoping there may be some error in download but 2nd time same.</p>
<p dir="ltr">I had used 16.04 Ubuntu studio on the sama machine. Don't know why its coming.</p>
<p dir="ltr">I am a cinematographer and I use Ubuntu studio in home for some multimedia creation and videography.</p>
<p dir="ltr">That's why I had less knowledge about command line. But I love Ubuntu studio for its simple non Linux user friendly approach. So I may try to learn but not sure, till then pls help me.</p>
<p dir="ltr">Thanks again community for support</p>
<p dir="ltr">Regards.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On 18 Nov 2016 5:31 p.m.,  <<a href="mailto:ubuntu-studio-users-request@lists.ubuntu.com" target="_blank">ubuntu-studio-users-request@<wbr>lists.ubuntu.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send ubuntu-studio-users mailing list submissions to<br>
        <a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubun<wbr>tu.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailm<wbr>an/listinfo/ubuntu-studio-<wbr>users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ubuntu-studio-users-request@lists.ubuntu.com" target="_blank">ubuntu-studio-users-request@li<wbr>sts.ubuntu.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ubuntu-studio-users-owner@lists.ubuntu.com" target="_blank">ubuntu-studio-users-owner@list<wbr>s.ubuntu.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ubuntu-studio-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re:  Software centre not working and crashes (Lawrence H. Bulk)<br>
   2. Re:  Software centre not working and crashes (Ralf Mardorf)<br>
   3. Re:  Software centre not working and crashes (Lawrence H. Bulk)<br>
   4.  Why recommending apt-get is obsolet - Re: Software centre<br>
      not working and crashes (Ralf Mardorf)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Thu, 17 Nov 2016 10:09:35 -0500<br>
From: "Lawrence H. Bulk" <<a href="mailto:lhbcomm@gmail.com" target="_blank">lhbcomm@gmail.com</a>><br>
To: Ubuntu Studio Users <<a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubu<wbr>ntu.com</a>><br>
Subject: Re: [ubuntu-studio-users] Software centre not working and<br>
        crashes<br>
Message-ID:<br>
        <<a href="mailto:CAC1vDTx227diy6-x_AYH5GLPBZ7vYRGG7x5P%2Bw3yAe_iOgjbNQ@mail.gmail.com" target="_blank">CAC1vDTx227diy6-x_AYH5GLPBZ7v<wbr>YRGG7x5P+w3yAe_iOgjbNQ@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I can appreciate the fact that you are not comfortable with the command<br>
line.<br>
<br>
But try this:<br>
<br>
Open the Terminal<br>
<br>
Type (or, preferably, copy) the following:<br>
<br>
sudo apt-get update && sudo apt-get dist-upgrade && sudo update-manager<br>
<br>
This will update the computer. I use these commands to check for updates<br>
every day<br>
<br>
(The update-manager will let you know if the computer must be rebooted.)<br>
<br>
If computer did not need to be rebooted, type the following:<br>
<br>
sudo apt-get install synaptic<br>
<br>
(If the computer needed to be rebooted, just do so and then open the<br>
Terminal again and type the Synaptic Package Manager installation command.)<br>
<br>
You can install anything you want from the Synaptic Package Manager which,<br>
though older and not as 'pretty', actually works far better and faster than<br>
does the Software Centre. If you wish to install programs not in Synaptic<br>
you might want to install the gdebi program (sudo apt-get install gdebi)<br>
which works much better at installing such programs than does the Software<br>
Centre.<br>
<br>
Another valuable use for the command line is the ability to install extra<br>
PPAs which may contain other programs you may wish to use. Installation of<br>
these PPAs via the command line is very easy.<br>
<br>
Don't be afraid of the command line (the Terminal). I was until I<br>
discovered how easy it is to actually use. Most of the time I still use<br>
GUIs but there are times when the Terminal is better. Daily updating is one<br>
of them and sometimes installing a program is too. (To install a program<br>
via the command line you must know its EXACT name.) In almost every case<br>
the Terminal runs whatever you wish to do faster than does a GUI. At least<br>
that's been my experience.<br>
<br>
I hope that this helps you.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20161117/a384198f/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.ubuntu.com/arch<wbr>ives/ubuntu-studio-users/attac<wbr>hments/20161117/a384198f/attac<wbr>hment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 17 Nov 2016 16:52:39 +0100<br>
From: Ralf Mardorf <<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>><br>
To: <a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubun<wbr>tu.com</a><br>
Subject: Re: [ubuntu-studio-users] Software centre not working and<br>
        crashes<br>
Message-ID: <20161117165239.462c3e35@archl<wbr>inux.localdomain><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
Hi,<br>
<br>
On Thu, 17 Nov 2016 10:09:35 -0500, Lawrence H. Bulk wrote:<br>
>If computer did not need to be rebooted, type the following:<br>
><br>
>sudo apt-get install synaptic<br>
<br>
You could install synaptic, before you reboot. There usually is no<br>
reason to reboot at all. A reboot only makes sense sometimes, e.g. if<br>
you want to use a new kernel, or if the old kernel and it's modules were<br>
removed and you want to start something, that requires modules, that are<br>
not already loaded. However, you could reboot, it doesn't harm.<br>
<br>
The reason I reply is to inform you about "apt" and "gdebi from command<br>
line".<br>
<br>
>If you wish to install programs not in Synaptic you might want to<br>
>install the gdebi program (sudo apt-get install gdebi) which works<br>
>much better at installing such programs than does the Software Centre.<br>
<br>
AFAIK Synaptic can't do what gdebi could do. IIRC Synaptic can only<br>
install from repositories, while gdebi could install local packages and<br>
resolve dependencies from repositories. Local packages are downloaded<br>
packages or packages you build on your own. However, for 16.04.1 there<br>
is no need to use gdebi, since apt can do it now, too.<br>
<br>
In the past<br>
<br>
  sudo dpkg -i <path/package> && sudo apt-get install -f<br>
<br>
or<br>
<br>
  sudo gdebi <path/package><br>
<br>
was needed to install a local package and resolve dependencies,<br>
nowadays apt is able to do the same. IOW there's no need to install<br>
anything, just run<br>
<br>
  sudo apt install <path/package><br>
<br>
Current versions of apt are able to install local packages and resolve<br>
dependencies. This might not work for old versions of apt, but the<br>
version provided by 16.04.1 isn't old.<br>
<br>
For new releases of Ubuntu, such as 16.04.1<br>
<br>
  sudo apt-get update && sudo apt-get dist-upgrade<br>
<br>
should be replaced by<br>
<br>
  sudo apt update && sudo apt full-upgrade<br>
<br>
since apt became the new official tool for Ubuntu flavours. Help pages<br>
still mention apt-get, because at least one Ubuntu release that is<br>
still supported, doesn't provide apt. Anyway, novices don't need to<br>
learn apt-get commands, it's better thy directly learn apt commands.<br>
<br>
Regards,<br>
Ralf<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 17 Nov 2016 15:58:30 -0500<br>
From: "Lawrence H. Bulk" <<a href="mailto:lhbcomm@gmail.com" target="_blank">lhbcomm@gmail.com</a>><br>
To: Ubuntu Studio Users <<a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubu<wbr>ntu.com</a>><br>
Subject: Re: [ubuntu-studio-users] Software centre not working and<br>
        crashes<br>
Message-ID:<br>
        <<a href="mailto:CAC1vDTy7hg_Ora06hyfYTr4uKQdSY0Os5j5F8uwT7yoiMZs-Cw@mail.gmail.com" target="_blank">CAC1vDTy7hg_Ora06hyfYTr4uKQdS<wbr>Y0Os5j5F8uwT7yoiMZs-Cw@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
To Ralf:<br>
<br>
You may have misunderstood somewhat the nature and reason for my<br>
explanation to the OP. He stated that with a new UbuntuStudio installation,<br>
the Software Centre crashes. This is not the first time I have heard of<br>
such a problem (though it has never happened to me).<br>
<br>
He also stated that he was not truly comfortable using the command line.<br>
<br>
I recommended 'apt-get' because it ALWAYS works and does so on every<br>
Debian-derived distribution of which I am aware. (I use 'apt' myself on my<br>
own UbuntuStudio machine.)<br>
<br>
I explained that, after he updates via the command line that he ALSO run<br>
the Update Manager. The command line does not tell you when it is necessary<br>
to reboot and I do not know how frequently or when the OP last updated his<br>
installation. If it has been a while, a reboot is probably in order. But<br>
the Update Manager will let him know for sure if it's necessary or not.<br>
Frankly I do this myself every day because my computer updates much faster<br>
using the Terminal than it does with the Update Manager or Synaptic.<br>
<br>
Perhaps I did not make myself clear: Synaptic (which, in my opinion, is far<br>
superior to that hopeless Software Centre) can only install programs which<br>
are in whatever repositories are currently activated on his computer. And,<br>
if his Software Centre is somehow corrupted, he needs Synaptic in order to<br>
install new programs.<br>
<br>
Gdebi installs downloaded (locally stored) .deb programs and does so much<br>
better than does the Software Centre. Such programs are now not often used<br>
as many (most?) of them now have their own PPAs, for example, the VLC<br>
Nightly Builds. But I feel that it's still useful to have gdebi installed<br>
and I wanted to help the OP to become a little more familiar with the<br>
command line.<br>
<br>
I hope that this clarifies things and is helpful to the OP.<br>
<br>
On Thu, Nov 17, 2016 at 10:52 AM, Ralf Mardorf <<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>><br>
wrote:<br>
<br>
> Hi,<br>
><br>
> On Thu, 17 Nov 2016 10:09:35 -0500, Lawrence H. Bulk wrote:<br>
> >If computer did not need to be rebooted, type the following:<br>
> ><br>
> >sudo apt-get install synaptic<br>
><br>
> You could install synaptic, before you reboot. There usually is no<br>
> reason to reboot at all. A reboot only makes sense sometimes, e.g. if<br>
> you want to use a new kernel, or if the old kernel and it's modules were<br>
> removed and you want to start something, that requires modules, that are<br>
> not already loaded. However, you could reboot, it doesn't harm.<br>
><br>
> The reason I reply is to inform you about "apt" and "gdebi from command<br>
> line".<br>
><br>
> >If you wish to install programs not in Synaptic you might want to<br>
> >install the gdebi program (sudo apt-get install gdebi) which works<br>
> >much better at installing such programs than does the Software Centre.<br>
><br>
> AFAIK Synaptic can't do what gdebi could do. IIRC Synaptic can only<br>
> install from repositories, while gdebi could install local packages and<br>
> resolve dependencies from repositories. Local packages are downloaded<br>
> packages or packages you build on your own. However, for 16.04.1 there<br>
> is no need to use gdebi, since apt can do it now, too.<br>
><br>
> In the past<br>
><br>
>   sudo dpkg -i <path/package> && sudo apt-get install -f<br>
><br>
> or<br>
><br>
>   sudo gdebi <path/package><br>
><br>
> was needed to install a local package and resolve dependencies,<br>
> nowadays apt is able to do the same. IOW there's no need to install<br>
> anything, just run<br>
><br>
>   sudo apt install <path/package><br>
><br>
> Current versions of apt are able to install local packages and resolve<br>
> dependencies. This might not work for old versions of apt, but the<br>
> version provided by 16.04.1 isn't old.<br>
><br>
> For new releases of Ubuntu, such as 16.04.1<br>
><br>
>   sudo apt-get update && sudo apt-get dist-upgrade<br>
><br>
> should be replaced by<br>
><br>
>   sudo apt update && sudo apt full-upgrade<br>
><br>
> since apt became the new official tool for Ubuntu flavours. Help pages<br>
> still mention apt-get, because at least one Ubuntu release that is<br>
> still supported, doesn't provide apt. Anyway, novices don't need to<br>
> learn apt-get commands, it's better thy directly learn apt commands.<br>
><br>
> Regards,<br>
> Ralf<br>
><br>
> --<br>
> ubuntu-studio-users mailing list<br>
> <a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubun<wbr>tu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/" rel="noreferrer" target="_blank">https://lists.ubuntu.com/</a><br>
> mailman/listinfo/ubuntu-studio<wbr>-users<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20161117/65c6eb9e/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.ubuntu.com/arch<wbr>ives/ubuntu-studio-users/attac<wbr>hments/20161117/65c6eb9e/attac<wbr>hment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 18 Nov 2016 11:05:20 +0100<br>
From: Ralf Mardorf <<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>><br>
To: <a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubun<wbr>tu.com</a><br>
Subject: [ubuntu-studio-users] Why recommending apt-get is obsolet -<br>
        Re: Software centre not working and crashes<br>
Message-ID: <20161118110520.5c2a72e2@archl<wbr>inux.localdomain><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
Lawrence, I only wanted to inform, that from command line apt-get is not<br>
the official Ubuntu package management tool anymore.  It is apt. For<br>
command line gdebi is replaced by apt, too. For scripts and very old<br>
Ubuntu releases it remains to be apt-get.<br>
<br>
My information is not related to the GUIs.<br>
<br>
In regards to reboots, it never is necessary to reboot, it just is<br>
required, if a user wants to use e.g. an upgraded kernel, but actually<br>
it's possible to continue using an old kernel, even if it was purged,<br>
it's still in the memory. In short, yes, command line doesn't inform if<br>
you need to reboot, simply because there is no need to reboot. If a user<br>
expects new features that aren't available, then it's a general<br>
troubleshooting rule to reboot. Without rebooting nothing evil could<br>
happen.<br>
<br>
There are reasons why Ubuntu migrated to apt and why we should start to<br>
explain novices how to use apt, instead of apt-get.<br>
<br>
Apart from eye-candy, there's one important apt default setting that<br>
differs to the default setting of apt-get. By default apt doesn't keep<br>
packages in cache. It's possible to change the default settings for apt<br>
as well as apt-get, however, by default they don't share the same<br>
settings.<br>
<br>
The confusing name "dist-upgrade" was replaced by "full-upgrade".<br>
<br>
Not only gdebi is replaced by apt, also a few dpkg commands became<br>
unnecessary when using apt.<br>
<br>
Recommending apt-get, gdebi and a few dpkg commands only makes sense if<br>
we don't know what release of Ubuntu is used, or if scripts should use a<br>
command with pipes and things like this.<br>
<br>
If we know that somebody does use a new release of Ubuntu Studio, it's<br>
better if Ubuntu flavour mailing lists follow common practise of Ubuntu<br>
mailing lists, this is to explain usage of apt. As soon as the last<br>
supported release not providing apt reaches end of life, the Wiki/help<br>
pages should be edited, IOW apt-get should be replaced by apt.<br>
<br>
Sure, apt-get still is safe and doesn't harm, other then the frowned<br>
upon aptitude, it's not bad to mention apt-get. The reason to prefer<br>
mentioning apt over apt-get is, that for the Ubuntu desktop and Ubuntu<br>
flavours desktop main target group apt introduced more<br>
user-friendliness.<br>
<br>
Regards,<br>
Ralf<br>
<br>
<br>
<br>
------------------------------<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
ubuntu-studio-users mailing list<br>
<a href="mailto:ubuntu-studio-users@lists.ubuntu.com" target="_blank">ubuntu-studio-users@lists.ubun<wbr>tu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailm<wbr>an/listinfo/ubuntu-studio-<wbr>users</a><br>
<br>
<br>
End of ubuntu-studio-users Digest, Vol 115, Issue 6<br>
******************************<wbr>*********************<br>
</font></span></blockquote></div></div>
<br>--<br>
ubuntu-studio-users mailing list<br>
<a href="mailto:ubuntu-studio-users@lists.ubuntu.com">ubuntu-studio-users@lists.<wbr>ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/ubuntu-<wbr>studio-users</a><br>
<br></blockquote></div><br></div>