Ubuntu

Daniel Villarreal youcanlinux at gmail.com
Thu May 21 12:12:32 UTC 2015


and subsequently...

sudo apt-get "program"
should be
sudo apt-get install "program"

On 05/21/15 08:11, Daniel Villarreal wrote:
> At least there are no errors. Now you might look to see the individual
> programs that aren't updating. Generally you should be able to install
> them individually...
>
> sudo apt-get update && sudo apt-get install "program"
>
> and subsequently...
> sudo apt-get "program"
>
>
> This might be helpful to you...
> sudo apt-get install $1  2>&1 | tee ~/$1-`date
> +%Y_%m_%d__%H_%M_%S`-$1-install.txt
>
> thanks to Ingo...
> http://comments.gmane.org/gmane.os.openbsd.misc/215167
>
> Daniel V.
>
>
> On 05/21/15 08:05, Raymond House wrote:
>> This is what I have:raymond at raymond-HP-Pavilion-TS-15-Notebook-PC ~ $
>> sudo apt-get install -f
>> [sudo] password for raymond:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
>> raymond at raymond-HP-Pavilion-TS-15-Notebook-PC ~ $
>>
>>
> [...]



More information about the ubuntu-ca mailing list