- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-07-2021 10:34 AM - edited 10-07-2021 10:40 AM
Hello,
I'm attempting to upgrade my Expedition from 1.1.104 to 1.1.113 and I'm running into the following error.
expedition@ubuntu:~$ sudo apt-get install expedition-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
expedition-beta
1 upgraded, 0 newly installed, 0 to remove and 229 not upgraded.
Need to get 44.1 MB of archives.
After this operation, 0 B of additional disk space will be used.
Err:1 https://conversionupdates.paloaltonetworks.com expedition-updates/ expedition-beta 1.1.113
403 Forbidden
E: Failed to fetch https://conversionupdates.paloaltonetworks.com/expedition-updates//expedition_1.1.113.all.deb 403 Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
expedition@ubuntu:~$
Repo is trusted.
deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/
10-20-2021 10:09 PM - edited 10-20-2021 10:15 PM
I have this same issue that recently (a few months) started in my lab. I have been able to do the updates manually but it would sure be nice to fix this issue.
EDIT: It looks like my issue is a bit different. Different error anyways.
Err:25 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages
Could not open file /var/lib/apt/lists/partial/conversionupdates.paloaltonetworks.com_expedition-updates_Packages.gz - open (13: Permission denied)
10-21-2021 08:14 AM
Try to run below commands:
$sudo rm -rf /var/lib/apt/lists/partial
then run $sudo apt-get update again after deleting the folder.
$sudo apt-get install expedition-beta
10-21-2021 10:02 AM
That is exactly what solved it for me. Thank you.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!