tails-installer package not found
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to install tails on an USB drive. Up to now I already verfied my tails .iso and I followed the instructions on this website to install it:
https://tails.boum.org/install/expert/usb/index.en.html
However at number 3/7, where I have to install the tails-installer I get the following problem:
When running
sudo apt update
I get the following warning:
W: Fehlschlag beim Holen von http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
meaning the address, where the package lies is not accessible any more.
Do you have any solution to this problem?
I am running Linux Mint on a bootable USB Drive.
linux-mint apt tails-os
add a comment |Â
up vote
1
down vote
favorite
I'm trying to install tails on an USB drive. Up to now I already verfied my tails .iso and I followed the instructions on this website to install it:
https://tails.boum.org/install/expert/usb/index.en.html
However at number 3/7, where I have to install the tails-installer I get the following problem:
When running
sudo apt update
I get the following warning:
W: Fehlschlag beim Holen von http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
meaning the address, where the package lies is not accessible any more.
Do you have any solution to this problem?
I am running Linux Mint on a bootable USB Drive.
linux-mint apt tails-os
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to install tails on an USB drive. Up to now I already verfied my tails .iso and I followed the instructions on this website to install it:
https://tails.boum.org/install/expert/usb/index.en.html
However at number 3/7, where I have to install the tails-installer I get the following problem:
When running
sudo apt update
I get the following warning:
W: Fehlschlag beim Holen von http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
meaning the address, where the package lies is not accessible any more.
Do you have any solution to this problem?
I am running Linux Mint on a bootable USB Drive.
linux-mint apt tails-os
I'm trying to install tails on an USB drive. Up to now I already verfied my tails .iso and I followed the instructions on this website to install it:
https://tails.boum.org/install/expert/usb/index.en.html
However at number 3/7, where I have to install the tails-installer I get the following problem:
When running
sudo apt update
I get the following warning:
W: Fehlschlag beim Holen von http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
meaning the address, where the package lies is not accessible any more.
Do you have any solution to this problem?
I am running Linux Mint on a bootable USB Drive.
linux-mint apt tails-os
edited Dec 18 '17 at 1:10
Jeff Schaller
31.9k848109
31.9k848109
asked Dec 14 '17 at 0:00
user9088406
82
82
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
One disadvantage of ppa repos is that they are small, which means they update fast, which exposes a race condition that apt may be vulnerable to, and is countered in large repos by structuring their updates. What probably happened was that while you did the apt update in substep 2, the repository was updated and was briefly in an inconsistent state. Fortunately the fix is simple, just do another apt update, and then do an apt install as normal. The other possibility is that the repo does not support your architecture in which case a source download and build would be needed (which is somewhat involved).
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
One disadvantage of ppa repos is that they are small, which means they update fast, which exposes a race condition that apt may be vulnerable to, and is countered in large repos by structuring their updates. What probably happened was that while you did the apt update in substep 2, the repository was updated and was briefly in an inconsistent state. Fortunately the fix is simple, just do another apt update, and then do an apt install as normal. The other possibility is that the repo does not support your architecture in which case a source download and build would be needed (which is somewhat involved).
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
add a comment |Â
up vote
0
down vote
accepted
One disadvantage of ppa repos is that they are small, which means they update fast, which exposes a race condition that apt may be vulnerable to, and is countered in large repos by structuring their updates. What probably happened was that while you did the apt update in substep 2, the repository was updated and was briefly in an inconsistent state. Fortunately the fix is simple, just do another apt update, and then do an apt install as normal. The other possibility is that the repo does not support your architecture in which case a source download and build would be needed (which is somewhat involved).
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
One disadvantage of ppa repos is that they are small, which means they update fast, which exposes a race condition that apt may be vulnerable to, and is countered in large repos by structuring their updates. What probably happened was that while you did the apt update in substep 2, the repository was updated and was briefly in an inconsistent state. Fortunately the fix is simple, just do another apt update, and then do an apt install as normal. The other possibility is that the repo does not support your architecture in which case a source download and build would be needed (which is somewhat involved).
One disadvantage of ppa repos is that they are small, which means they update fast, which exposes a race condition that apt may be vulnerable to, and is countered in large repos by structuring their updates. What probably happened was that while you did the apt update in substep 2, the repository was updated and was briefly in an inconsistent state. Fortunately the fix is simple, just do another apt update, and then do an apt install as normal. The other possibility is that the repo does not support your architecture in which case a source download and build would be needed (which is somewhat involved).
answered Dec 14 '17 at 3:01
hildred
4,60822037
4,60822037
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
add a comment |Â
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
The thing is: I tried several times to update the repository. Sometimes the above mentioned warning appears, sometimes the apt update works but when I'm trying to install tail-installer I get the message, that this package cannot be found. What other possibilites are left for my now?
â user9088406
Dec 14 '17 at 8:57
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Either the repo update failed or it does not support your arch. The owner of the repo would have to fix this. The other option is to build the package yourself. If you search for 'build debian backport' you will find several sets of directions which will work. I would pull the source packages from debian testing.
â hildred
Dec 14 '17 at 14:50
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
Now I used Linux Mint Version 18 instead of 16 and tried it again. Now the installation worked without any problems. Thank you for your suggestions.
â user9088406
Dec 20 '17 at 1:08
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f410769%2ftails-installer-package-not-found%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password