Score:0

Searching for old release packages for Arm

bd flag

I'm trying to locate some old packages for libswt-gtk-4-java & libswt-gtk-4-jni.

I have identified scattered across these sites:

http://archive.ubuntu.com

http://old-releases.ubuntu.com

all the old package release lists.

But where are the packages?

Also ARM64 packages appeared at Saucy located on (old-releases.ubuntu.com) but when looking at Trusty (archive.ubuntu.com) ARM64 packages have disappeared.

Anyway I have identified that I want the ARM64 versions (4.3.2-1) from Vivid.

Does anyone know where I can find these packages?

Score:1
zw flag

You can try download this packages using my Docker-based script named deb-download. You have to run it directly on ARM64.

Use commands below:

# setup the system
sudo apt-get update
sudo apt-get install docker.io git
sudo usermod -a -G docker $USER

# reboot

# download my script
cd ~/Downloads
git clone https://github.com/N0rbert/deb-download.git
cd deb-download
chmod +x deb-download.sh

# download packages
./deb-download.sh ubuntu vivid libswt-gtk-4-java libswt-gtk-4-jni

after running the script you can find the debs inside ~/Downloads/deb-download/storage folder.

Another way is to grab deb-packages directly from https://old-releases.ubuntu.com/ubuntu/pool/universe/s/swt4-gtk/ .

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.