<div dir="ltr"><div><div><div><div><div><div><div>To Ralf:<br><br></div>You may have misunderstood somewhat the nature and reason for my explanation to the OP. He stated that with a new UbuntuStudio installation, the Software Centre crashes. This is not the first time I have heard of such a problem (though it has never happened to me).<br><br></div>He also stated that he was not truly comfortable using the command line.<br><br></div>I recommended 'apt-get' because it ALWAYS works and does so on every Debian-derived distribution of which I am aware. (I use 'apt' myself on my own UbuntuStudio machine.)<br> <br>I explained that, after he updates via the command line that he ALSO run the Update Manager. The command line does not tell you when it is necessary to reboot and I do not know how frequently or when the OP last updated his installation. If it has been a while, a reboot is probably in order. But the Update Manager will let him know for sure if it's necessary or not. Frankly I do this myself every day because my computer updates much faster using the Terminal than it does with the Update Manager or Synaptic.<br></div><br></div>Perhaps I did not make myself clear: Synaptic (which, in my opinion, is far superior to that hopeless Software Centre) can only install programs which are in whatever repositories are currently activated on his computer. And, if his Software Centre is somehow corrupted, he needs Synaptic in order to install new programs.<br><br></div>Gdebi installs downloaded (locally stored) .deb programs and does so much better than does the Software Centre. Such programs are now not often used as many (most?) of them now have their own PPAs, for example, the VLC Nightly Builds. But I feel that it's still useful to have gdebi installed and I wanted to help the OP to become a little more familiar with the command line.<br><br></div>I hope that this clarifies things and is helpful to the OP.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 17, 2016 at 10:52 AM, Ralf Mardorf <span dir="ltr"><<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
<span class="HOEnZb"><font color="#888888"><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>
</font></span></blockquote></div><br></div>