Are you wanting gramps to be the newest version by running
- Code: Select all
apt-get update
? It doesn't work that way. You need to find some info on apt and Debian packaging and read them. Debian uses repositories, which are basically servers(computers) with all the apps/software you see in the package manager sitting on them. When you install something apt goes to these servers, downloads what you want, and then installs it to your computer. The servers have files on them to tell apt what software versions have changed since the last time you visited. When you run
- Code: Select all
apt-get update
, apt is downloading these files and comparing them to the same files on your PC. That way, when you install something, you are always getting the latest version that is in the repos. After running
- Code: Select all
apt-get update
, you need to run
- Code: Select all
apt-get upgrade
to get the latest updates to Mint. Now, this will not always be the version that shows on some of the websites for apps such as gramps. The people that develop theses apps are always updating and improving them. The newest versions are sometimes buggy and need testing before they go into the general population. There is usually a period of time (determined by Mint/Ubuntu/Debian devs) before newer versions of apps are put into the repos. I'm running Daryna now, and the grapms version is 2.2.8. The best way to get the latest versions is to download them from the website/developers and compile them from source. This can be very tricky to Linux newbies and can cause system instability. This works much like Windows. You don't get every single update to every Windows program you have installed. The devs will have several beta versions until the app is stable before they release newer versions to be downloaded and installed by the average end user. Hope this helps clear things up a little. If I've confused you more, just keep asking, we will get it straightened out eventually.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke