You are not logged in.

#1 2024-08-06 15:51

Raintania
Member
Registered: 2024-07-23
Posts: 11

How to update TDE to newest version?

Tried to download tdeartwork package but because my q4os uses the 14.1.1 version I couldn't download it.
Help.


freaky

Offline

#2 2024-08-06 18:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,501
Website

Re: How to update TDE to newest version?

What way exactly did you try to download ? The package is in repositories.

Offline

#3 2024-08-06 19:51

Raintania
Member
Registered: 2024-07-23
Posts: 11

Re: How to update TDE to newest version?

q4osteam wrote:

What way exactly did you try to download ? The package is in repositories.

Hi, I tried to install it from AOSC OS and the TDE Gitea Workspace, tried to install the .deb version, couldn't install due to missing packages "tdebase" and "xscreensaver", I am thinking the reason I couldn't install it was because it was made for TDE 14.1.2 (oops),


freaky

Offline

#4 2024-08-06 20:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,501
Website

Re: How to update TDE to newest version?

Why didn't you install it from the Q4OS repository ? It's the most easy and clean way, just run:
$ sudo apt install tdeartwork-trinity
or install the from any package manager.

Offline

#5 2024-08-06 20:29

Raintania
Member
Registered: 2024-07-23
Posts: 11

Re: How to update TDE to newest version?

q4osteam wrote:

Why didn't you install it from the Q4OS repository ? It's the most easy and clean way, just run:
$ sudo apt install tdeartwork-trinity
or install the from any package manager.

I didn't know the Q4OS rep had it sad very sorry to waste your time


freaky

Offline

#6 2024-09-20 21:05

matematico65
Member
Registered: 2024-09-18
Posts: 4

Re: How to update TDE to newest version?

Hi, I have this problem too, but from the answer given to the other user I couldn't understand how to solve it.
I used this command in terminal:

nix@nix:~$ tde-config --version
Qt: 3.5.0
TDE: R14.1.1
tde-config: 1.0
nix@nix:~$

Then I passed this other command to the terminal

nix@nix:~$ sudo apt update
Trovato:1 http://deb.debian.org/debian bookworm InRelease
Trovato:2 http://security.debian.org/debian-security bookworm-security InRelease
Trovato:3 http://deb.debian.org/debian bookworm-updates InRelease
Trovato:6 https://q4os.org/qtderepo bookworm InRelease
Trovato:4 https://q4os.org/q4repo q4os-5-0-cn InRelease
Trovato:7 https://packages.mozilla.org/apt mozilla InRelease
Trovato:5 https://q4os.org/qextrepo bookworm-firefox-cn InRelease
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Tutti i pacchetti sono aggiornati.
nix@nix:~$
 

E questo.

nix@nix:~$ sudo apt full-upgrade
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Calcolo dell'aggiornamento... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
nix@nix:~$
 

The result is this.

 nix@nix:~$ tde-config --version
Qt: 3.5.0
TDE: R14.1.1
tde-config: 1.0
nix@nix:~$

How can I update to the new TDE release?
THX in advance.

Offline

#7 2024-09-20 21:17

matematico65
Member
Registered: 2024-09-18
Posts: 4

Re: How to update TDE to newest version?

Sorry, I had a little problem copying and pasting from the translation, I omitted this step in the terminal

 nix@nix:~$ tde-config --version
Qt: 3.5.0
TDE: R14.1.1
tde-config: 1.0
nix@nix:~$ sudo apt install tdeartwork-trinity
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
tdeartwork-trinity è già alla versione più recente (4:14.1.1-0debian12.0.0+0).
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
nix@nix:~$
matematico65 wrote:

Hi, I have this problem too, but from the answer given to the other user I couldn't understand how to solve it.
I used this command in terminal:

nix@nix:~$ tde-config --version
Qt: 3.5.0
TDE: R14.1.1
tde-config: 1.0
nix@nix:~$

Then I passed this other command to the terminal

nix@nix:~$ sudo apt update
Trovato:1 http://deb.debian.org/debian bookworm InRelease
Trovato:2 http://security.debian.org/debian-security bookworm-security InRelease
Trovato:3 http://deb.debian.org/debian bookworm-updates InRelease
Trovato:6 https://q4os.org/qtderepo bookworm InRelease
Trovato:4 https://q4os.org/q4repo q4os-5-0-cn InRelease
Trovato:7 https://packages.mozilla.org/apt mozilla InRelease
Trovato:5 https://q4os.org/qextrepo bookworm-firefox-cn InRelease
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Tutti i pacchetti sono aggiornati.
nix@nix:~$
 

E questo.

nix@nix:~$ sudo apt full-upgrade
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze... Fatto
Lettura informazioni sullo stato... Fatto
Calcolo dell'aggiornamento... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
nix@nix:~$
 

The result is this.

 nix@nix:~$ tde-config --version
Qt: 3.5.0
TDE: R14.1.1
tde-config: 1.0
nix@nix:~$

How can I update to the new TDE release?
THX in advance.

Offline

#8 2024-09-21 08:12

hchiper
Member
From: Belgium
Registered: 2020-07-28
Posts: 519

Re: How to update TDE to newest version?

matematico65 wrote:

Hi, I have this problem too, but from the answer given to the other user I couldn't understand how to solve it.
(...)
How can I update to the new TDE release?

The message you are referring to is about updating to the latest version available in the Q4OS / Debian repositories.
There is a different repository for each Q4OS / Debian release with different contents and these contents are frozen (except for patches).
The Q4OS 4 / Debian 11 repositories contain older versions than the Q4OS 5 / Debian 12 repositories, and the latter usually do not contain the latest released versions of packages, which are still being tested for inclusion in a later Q4OS / Debian release. But by then even newer versions may have been released, so the packages available in the Q4OS 6 / Debian 13 repositories will be behind again.

For example, in the case of the sqlite3 (database) package, the latest available version is

  • 3.27 in Q4OS 3 / Debian 10 repositories

  • 3.34 in Q4OS 4 / Debian 11 repositories

  • 3.40 in Q4OS 5 / Debian 12 repositories

  • 3.46 on SQLite website (latest released), but will never be available in the above repositories, one will have to wait for the next version of Q4OS / Debian.

The same is most likely true for TDE (I haven't looked for the different versions available for this package). You will always be limited to the most recent version available in your distribution's repositories, with no possibility to upgrade to the most recent version released by the developers.

If you absolutely want to have this latest version, you will have to install it manually, which can be a difficult and/or risky process (I learned the hard way that installing software obtained outside of your distribution's repository can compromise the proper functioning of the system).

Last edited by hchiper (2024-09-21 08:19)


Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD

Offline

#9 2024-09-21 20:27

matematico65
Member
Registered: 2024-09-18
Posts: 4

Re: How to update TDE to newest version?

Thank you for your kind reply.
I probably misunderstood the request that Raintania made, and consequently the answers they received.
I thought they intended to download and install the R 14.1.2 version of TDE.
No problem, I'll wait for it to be proposed in the Q4OS updates : )

Offline

Board footer

Powered by FluxBB