I did do everything suggested under Debian backports. I had actually tried this through the website of the game as well. Everything seem to go successfully but when I download the game, I get that it has the latest update. I have the Alpha XXVI Zhuangzi version and their website says there is a Alpha XXVII "Agni" out. But maybe I just read it wrong or don't understand. Either way, thank you for your help and quick response! Doesn't look like there is anything else I can do
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok wait. I'm still learning linux . And the game update isn't that critical .But just because I'm trying to learn, when I do the add repos step
" echo "deb http://deb.debian.org/debian bookworm-backports main" | sudo tee /etc/apt/sources.list.d/backports.lis"
Nothing changes in the source list that I can see (/etc/apt/sources.list)
Am I missing something?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are not missing anything.... for better organization so that your .lists doe snot get real messy Debian has a folder for adding repos it is called sources.list.d this part of the command
sudo tee /etc/apt/sources.list.d/backports.list puts the repo entry in there
You can look in this folder and you should see it "/etc/apt/sources.list.d/"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK. I knew that at one point but I have forgotten. So for future reference, I can add repos to either directory (sources.list or sources.list. ) But preferably sources.list.d to just keep thinks tidier and better organized? I appreciate any help or tips so I'm sorry that I have gone off topic here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To be honest with you.... you don't need sources.list in-fact going forward PepDevuan will not even ship with it we only add things to the folder /etc/apt/sources.list.d/ in that build at some point Debian and Devuan will phase it out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am wondering if it's possible to get the latest 0ad update. And how to go about if it is.
You have a few options.}
Flatpak
Add flat hub
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoInstall 0AD
flatpak install flathub com.play0ad.zeroadDebian Backports
Add the repos
echo "deb http://deb.debian.org/debian bookworm-backports main" | sudo tee /etc/apt/sources.list.d/backports.listUpdate and install
This will give maybe a slightly new version not the latest
Snap Package
Install snap
Then install 0AD
sudo snap install 0adHope that helps
I did do everything suggested under Debian backports. I had actually tried this through the website of the game as well. Everything seem to go successfully but when I download the game, I get that it has the latest update. I have the Alpha XXVI Zhuangzi version and their website says there is a Alpha XXVII "Agni" out. But maybe I just read it wrong or don't understand. Either way, thank you for your help and quick response! Doesn't look like there is anything else I can do
Ok wait. I'm still learning linux . And the game update isn't that critical .But just because I'm trying to learn, when I do the add repos step
" echo "deb http://deb.debian.org/debian bookworm-backports main" | sudo tee /etc/apt/sources.list.d/backports.lis"
Nothing changes in the source list that I can see (/etc/apt/sources.list)
Am I missing something?
You are not missing anything.... for better organization so that your .lists doe snot get real messy Debian has a folder for adding repos it is called sources.list.d this part of the command
sudo tee /etc/apt/sources.list.d/backports.list puts the repo entry in there
You can look in this folder and you should see it "/etc/apt/sources.list.d/"
OK. I knew that at one point but I have forgotten. So for future reference, I can add repos to either directory (sources.list or sources.list. ) But preferably sources.list.d to just keep thinks tidier and better organized? I appreciate any help or tips so I'm sorry that I have gone off topic here.
To be honest with you.... you don't need sources.list in-fact going forward PepDevuan will not even ship with it we only add things to the folder /etc/apt/sources.list.d/ in that build at some point Debian and Devuan will phase it out.