[SOLVED] BackBox 4.6 Procedure i386?

Started by Landrew, May 27, 2016, 12:10:46 PM

Previous topic - Next topic

Landrew

Hello - I think the Blog process to upgrade to 4.6 for i386 has additional commands which are only needed for amd64 [linux-signed]. My upgrade failed but if I leave them out it works fine.

# For i386
sudo apt-get install linux-headers-generic-lts-wily linux-image-generic-lts-wily linux-signed-generic-lts-wily linux-signed-image-generic-lts-wily

thanks

raffaele

#1
Fix:

# For i386
sudo apt-get install linux-headers-generic-lts-wily linux-image-generic-lts-wily
sudo apt-get install xserver-xorg-lts-wily --install-recommends


*** Updated ***
raffaele@backbox:~$ Get root or die tryin'

Landrew

When I use the suggested commands for i386 i get

rww@backbox:~$ sudo apt-get install linux-headers-generic-lts-wily linux-image-generic-lts-wilylinux-signed-generic-lts-wily linux-signed-image-generic-lts-wily
[sudo] password for rww:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-image-generic-lts-wilylinux-signed-generic-lts-wily
E: Unable to locate package linux-signed-image-generic-lts-wily


thanks

groc

#3
Same as Landrew...
i.e.
E: Unable to locate package linux-image-generic-lts-wilylinux-signed-generic-lts-wily
E: Unable to locate package linux-signed-image-generic-lts-wily
Update script picks up trusty. installed ppa points to trusty.
Used sudo to try to add ppa for wily.. not permitted.
Scripts needed to add Wiley ppa's

Yes?

ostendali

#4
You 2 are obviously both either blind or you never used linux in your life before.

Can't you notice that you both are missing the space between 2 packages?

try to type the command instead of copy/pasting.

unbelievable >:(

Landrew

As expected your reply was of no value

ZEROF

Hi Landrew,

Quotesudo apt-get install linux-headers-generic-lts-wily linux-image-generic-lts-wilylinux-signed-generic-lts-wily linux-signed-image-generic-lts-wily
Ostendali is right.

This is good one. Check next time.

sudo apt-get install linux-headers-generic-lts-wily linux-image-generic-lts-wily linux-signed-generic-lts-wily linux-signed-image-generic-lts-wily


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Landrew

Thanks but even if I put the last two in separately I get the error. Everything else worked fine

rww@backbox:~$ sudo apt-get install linux-signed-image-generic-lts-wily
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-signed-image-generic-lts-wily

rww@backbox:~$ sudo apt-get install linux-signed-generic-lts-wily
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-signed-generic-lts-wily

ZEROF

#8
Hi,

Do you know about apt-cache search package-name command?

Search and see if you can get linux-signed-image if not, you don't need it.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

groc

Ostendali.
1) You did not respond to the posted problem
2) Posted scripts should be tested before posting.
3) Linux since 0.99r3 !!
(I.T. since 1961 - when we used vacuum tubes and punched cards!)

ZEROF,
You're answer was pointed to the correct solution. Thank you.