Okay, so this is a strange request, but maybe others have thought the same thing. I believe somebody mentioned something about downloading the whole shebang, rather than trying to pick and choose.
I like to have a folder with saved packages, for those times when internet is down, or when I do not have a connection. And I will be in that predicament probably a lot, due to some trips I have planned for destinations that are fairly unconnected to the modern world.
Anyway ... I have more or less cloned my desktop system to my laptop, Trinity and all, looks and runs the same, so that much was successful. I do have a few minor issues which I'll bring up later, when I get more spare time.
For now, that would be good, just a way to get apt-get or aptitude to download and install all the packages appropriate for my system. I can weed out what I don't want, and make a list of my preferences.
Bill
On 2022-01-07 22:37:53 William Morder via tde-users wrote:
Okay, so this is a strange request, but maybe others have thought the same thing. I believe somebody mentioned something about downloading the whole shebang, rather than trying to pick and choose.
I like to have a folder with saved packages, for those times when internet is down, or when I do not have a connection. And I will be in that predicament probably a lot, due to some trips I have planned for destinations that are fairly unconnected to the modern world.
Anyway ... I have more or less cloned my desktop system to my laptop, Trinity and all, looks and runs the same, so that much was successful. I do have a few minor issues which I'll bring up later, when I get more spare time.
For now, that would be good, just a way to get apt-get or aptitude to download and install all the packages appropriate for my system. I can weed out what I don't want, and make a list of my preferences.
Bill
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
I'm not sure how apt-based systems do it (I use RPM-based OpenSuSE), but there ought to be a metapackage like trinity-desktop-all which will pull in everything.
Leslie -- Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0
On Friday 07 January 2022 21:16:00 J Leslie Turriff wrote:
On 2022-01-07 22:37:53 William Morder via tde-users wrote:
a way to get apt-get or aptitude to download and install all the packages appropriate for my system. I can weed out what I don't want, and make a list of my preferences.
Bill
I'm not sure how apt-based systems do it (I use RPM-based OpenSuSE), but there ought to be a metapackage like trinity-desktop-all which will pull in everything.
Leslie
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
William Morder via tde-users wrote:
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
Use tde-trinity as described in
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Instr...
this will pull the whole "shebang"
BR
On Saturday 08 January 2022 04:34:39 deloptes wrote:
William Morder via tde-users wrote:
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
Use tde-trinity as described in
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Inst ructions
this will pull the whole "shebang"
BR
Huh, now I am pretty sure that I already tried that.
Sorry about the use of that term *shebang* outside its geeky denotation. I was forgetting that geeks mean #! when they say shebang.
'Tis a good Irish word, if my etymological research is correct, from the same root as shebeen.
Anyway, I'll try that suggestion, or try it again.
Thanks for pointing me to the wiki.
Bill
On Saturday 08 January 2022 04:34:39 deloptes wrote:
William Morder via tde-users wrote:
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
Use tde-trinity as described in
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Inst ructions
this will pull the whole "shebang"
BR
Now I remember why it is that I don't try to install tde-trinity. (I assume this is a kind of meta-package?)
When I try to install, I get this error message: The following packages have unmet dependencies: tdemultimedia-trinity : Depends: libarts1-xine-trinity (>= 4:14.0.11-0debian11.0.0+0) but it is not installable
I tried using both apt-get and aptitude, but I similar results.
Bill
Anno domini 2022 Sat, 8 Jan 11:47:42 -0800 William Morder via tde-users scripsit:
On Saturday 08 January 2022 04:34:39 deloptes wrote:
William Morder via tde-users wrote:
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
Use tde-trinity as described in
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Inst ructions
this will pull the whole "shebang"
BR
Now I remember why it is that I don't try to install tde-trinity. (I assume this is a kind of meta-package?)
When I try to install, I get this error message: The following packages have unmet dependencies: tdemultimedia-trinity : Depends: libarts1-xine-trinity (>= 4:14.0.11-0debian11.0.0+0) but it is not installable
I tried using both apt-get and aptitude, but I similar results.
Quick & dirty approach: create a dummy package, install it, and try again:
# aptitude install equivs $ cd /tmp $ cat > libarts1-xine-trinity << XXX Section: libs Priority: optional Standards-Version: 3.9.2 Package: libarts1-xine-trinity Version: 4:14.1.0~s176-0debian12.0.0+9~a Provides: libarts1-xine-trinity Description: dummy for libarts1-xine-trinity XXX $ equivs-build libarts1-xine-trinity # dpkg -i libarts1-xine-trinity* # aptitude install trinity-desktop-all
Oh, libarts1-xine-trinity breaks video thumbnails, you'll be better off without it :)
Nik
Bill ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On Saturday 08 January 2022 12:02:20 Dr. Nikolaus Klepp wrote:
Anno domini 2022 Sat, 8 Jan 11:47:42 -0800
William Morder via tde-users scripsit:
On Saturday 08 January 2022 04:34:39 deloptes wrote:
William Morder via tde-users wrote:
Just tried that, nuthin doing. I tried using trinity-desktop-all & variations of the same, but adding *, and it says no such package or regex or whatnot.
Bill
Use tde-trinity as described in
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_ Inst ructions
this will pull the whole "shebang"
BR
Now I remember why it is that I don't try to install tde-trinity. (I assume this is a kind of meta-package?)
When I try to install, I get this error message: The following packages have unmet dependencies: tdemultimedia-trinity : Depends: libarts1-xine-trinity (>= 4:14.0.11-0debian11.0.0+0) but it is not installable
I tried using both apt-get and aptitude, but I similar results.
Quick & dirty approach: create a dummy package, install it, and try again:
# aptitude install equivs $ cd /tmp $ cat > libarts1-xine-trinity << XXX Section: libs Priority: optional Standards-Version: 3.9.2 Package: libarts1-xine-trinity Version: 4:14.1.0~s176-0debian12.0.0+9~a Provides: libarts1-xine-trinity Description: dummy for libarts1-xine-trinity XXX $ equivs-build libarts1-xine-trinity # dpkg -i libarts1-xine-trinity* # aptitude install trinity-desktop-all
Oh, libarts1-xine-trinity breaks video thumbnails, you'll be better off without it :)
Nik
This might come in handy sometime in the future, but maybe not just now. Interesting to consider, though. Thanks for the idea, Nik. You always invent or discover these fascinating possibilities.
I am unsure if I ever used tde-trinity, or these libarts dependencies. I am trying to rebuild my desktop system, as close as possible, on my laptop. But my lists of packages to be installed have got misplaced due to that corrupted hard drive that I described in detail, ad nauseam et infinitum et cetera et et et ...
So now I am trying not only to rebuild my system, but also to reconstruct my working methods (that is, my installation lists and habits or procedures that I follow). It had got to the point where it just worked, and I didn't think about it, but now I must try to remember what packages I installed or whether I didn't install them, and why. Then, too, I am trying to recreate my system on a different machine, a new laptop, which is obviously going to be different from my old Frankenstein desktop.
Bill
On Sat January 8 2022 11:47:42 William Morder via tde-users wrote:
When I try to install, I get this error message: The following packages have unmet dependencies: tdemultimedia-trinity : Depends: libarts1-xine-trinity (>= 4:14.0.11-0debian11.0.0+0) but it is not installable
What please is the output of the following three commands:
apt-cache policy libarts1-xine-trinity apt --dry-run install libarts1-xine-trinity apt-cache policy base-files
--Mike
On Saturday 08 January 2022 12:09:45 Mike Bird wrote: What please is the output of the following three commands:
apt-cache policy libarts1-xine-trinity
libarts1-xine-trinity: Installed: (none) Candidate: 4:14.0.11-0debian11.0.0+0 Version table: 4:14.0.11-0debian11.0.0+0 500 500 http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x chimaera/main amd64 Packages
apt --dry-run install libarts1-xine-trinity
Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: libxine2 : Depends: libxine2-plugins (= 1:1.2.11-dmo5) but it is not installable or libxine2-misc-plugins (= 1:1.2.11-dmo5) but it is not installable Recommends: libxine2-ffmpeg but it is not installable E: Unable to correct problems, you have held broken packages.
apt-cache policy base-files
base-files: Installed: 11.1+devuan3 Candidate: 11.1+devuan3 Version table: *** 11.1+devuan3 500 500 http://pkgmaster.devuan.org/merged chimaera/main amd64 Packages 100 /var/lib/dpkg/status
--Mike
Don't know if this helps, but here's that info you requested (see above).
Bill
On Sat January 8 2022 12:18:16 William Morder via tde-users wrote:
libxine2 : Depends: libxine2-plugins (= 1:1.2.11-dmo5) but it is not installable or libxine2-misc-plugins (= 1:1.2.11-dmo5) but it is not installable Recommends: libxine2-ffmpeg but it is not installable
Hi William,
Looks like you are using TDE stable for Debian Bullseye with Devuan Chimaera which should work.
However the dmo5 above suggests that you're also using Debian Multimedia. Do you actually need that?
What please is the output of:
apt-cache policy libxine2-plugins
--Mike
On Saturday 08 January 2022 12:45:23 Mike Bird wrote:
On Sat January 8 2022 12:18:16 William Morder via tde-users wrote:
libxine2 : Depends: libxine2-plugins (= 1:1.2.11-dmo5) but it is not installable or libxine2-misc-plugins (= 1:1.2.11-dmo5) but it is not installable Recommends: libxine2-ffmpeg but it is not installable
Hi William,
Looks like you are using TDE stable for Debian Bullseye with Devuan Chimaera which should work.
However the dmo5 above suggests that you're also using Debian Multimedia. Do you actually need that?
What please is the output of:
apt-cache policy libxine2-plugins
--Mike
Yeah, and I wish I didn't ever use third-party repos, but I need that one to get audacious, qmmp and (I believe) audacity working. Whenever I try to install without them, I get nothing. And these three items are probably more used than anything else right now, as music has become my side-hustle.
If there is some way to get those items working without using Debian Multimedia repos, that would be great. Also I wish that I could use a genuinely free version of audacity, but thus far the various forks don't do the job.
Bill
On Sat January 8 2022 16:14:44 William Morder via tde-users wrote:
What please is the output of:
apt-cache policy libxine2-plugins
Please check the above command to see if you have the right sourcing from deb-multimedia.
Yeah, and I wish I didn't ever use third-party repos, but I need that one to get audacious, qmmp and (I believe) audacity working. Whenever I try to install without them, I get nothing. And these three items are probably more used than anything else right now, as music has become my side-hustle.
If there is some way to get those items working without using Debian Multimedia repos, that would be great. Also I wish that I could use a genuinely free version of audacity, but thus far the various forks don't do the job.
All three are in Bullseye and presumably also in Chimaera but I don't use them myself.
--Mike
On Saturday 08 January 2022 16:38:00 Mike Bird wrote:
On Sat January 8 2022 16:14:44 William Morder via tde-users wrote:
What please is the output of:
apt-cache policy libxine2-plugins
Please check the above command to see if you have the right sourcing from deb-multimedia.
Yeah, and I wish I didn't ever use third-party repos, but I need that one to get audacious, qmmp and (I believe) audacity working. Whenever I try to install without them, I get nothing. And these three items are probably more used than anything else right now, as music has become my side-hustle.
If there is some way to get those items working without using Debian Multimedia repos, that would be great. Also I wish that I could use a genuinely free version of audacity, but thus far the various forks don't do the job.
All three are in Bullseye and presumably also in Chimaera but I don't use them myself.
--Mike
Yeah, I just commented out the Debian Multimedia repos, and downloaded those packages, and now they seem to work ... sort of. I don't know why I had problems getting them before. On my old desktop machine I would download packages mostly from those repos or use sid packages, and they would exist as a kind of island that never got touched by upgrades, unless I manually retrieved new packages. But now I got them to download without using dodgy third-party repos, great!
Except ... like I said ... nothing is ever perfect. I use qmmp to listen to online radio a lot; audacious and others don't work so well for my purposes. But so I got qmmp working, select a station, hit play, and it buffers all the way up to 100%, then just mysteriously dies. Doesn't matter what station. Also I have tried using it over proxy, and with direct connection, but it's the same result.
I would like to get this working in the next hour or so, as there are some online shows that I listen to.
Bill
On Sat January 8 2022 16:47:18 William Morder via tde-users wrote:
Except ... like I said ... nothing is ever perfect. I use qmmp to listen to online radio a lot; audacious and others don't work so well for my purposes. But so I got qmmp working, select a station, hit play, and it buffers all the way up to 100%, then just mysteriously dies. Doesn't matter what station. Also I have tried using it over proxy, and with direct connection, but it's the same result.
I would like to get this working in the next hour or so, as there are some online shows that I listen to.
Hi William,
I suggest a quick and dirty check "dpkg -l | grep dmo" to see if you might have any deb-multimedia packages still hanging around.
You could also check that you were sourcing the Bullseye versions of deb-multimedia rather than incompatible earlier versions.
If not I'm going to have to refer you to the Devuan or Debian mailing lists and/or bug trackers.
Good luck,
--Mike
Bill,
If there is some way to get those items working without using Debian Multimedia repos, that would be great. Also I wish that I could use a genuinely free version of audacity, but thus far the various forks don't do the job.
OMG, nothing simplier than that!! All 3 mentioned are available in the official Debian-distro (stable, testing as well as sid) with all their dependencies. If Devuan does not contain them, kick that distro into the waste-bucket. And your complaint about the non-availability of a genuinely free version of audacity is not valid for the Debian-download! Anything more? Peter.
RESENDING Sorry for any emails sent to private addresses by mistake!
On Sunday 09 January 2022 05:54:49 you wrote:
Bill,
If there is some way to get those items working without using Debian Multimedia repos, that would be great. Also I wish that I could use a genuinely free version of audacity, but thus far the various forks don't do the job.
OMG, nothing simplier than that!! All 3 mentioned are available in the official Debian-distro (stable, testing as well as sid) with all their dependencies. If Devuan does not contain them, kick that distro into the waste-bucket. And your complaint about the non-availability of a genuinely free version of audacity is not valid for the Debian-download! Anything more? Peter.
Maybe you have not heard about the changes in audacity? It now collects and shares our data. Even though it is used almost entirely offline, requires no connection for actual users working at home. Audacity is now at least non-free in the GNU/Linux sense of the term.
For what it's worth, I have purged all dmo packages from Debian Multimedia, have gone with straight Debian packages, and none of my multimedia so far are working. I cannot play online radio on my laptop, but use my phone (thanks to the gods) to listen to my usual shows. However, connection with my phone is rather spotty compared to using a desktop connection.
I am collecting any codecs or libraries I might be missing, but I keep getting the same results. For online radio, I use qmmp; but online radio stations connect, buffering goes up to 100% then they die. When I try to play music files on my machine (using audacious), nothing happens at all; it starts, then holds steady at zero time, 00:00:00.
So yes, you are right, they are available, but no, you are also wrong about my case (which totally mystifies myself, as well), because at the moment none of my multimedia actually work. I keep trying other items, smplayer, vlc, just to see if it is system-wide or isolated to certain players, but no luck at all.
Bill
Bill,
Maybe you have not heard about the changes in audacity? It now collects and shares our data. Even though it is used almost entirely offline, requires no connection for actual users working at home. Audacity is now at least non-free in the GNU/Linux sense of the term.
This problem has nothing to do at all with Debian/Devuan. TDE, GNU aso! The "free", that is used by these guys refers only to the source-code itself, but not to what you would like to "I am free, nothing interferes with my privacy". Interpreting a personal "sense" into a written statement is up to the interpreter, nothing else.
So yes, you are right, they are available, but no, you are also wrong about my case (which totally mystifies myself, as well), because at the moment none of my multimedia actually work. I keep trying other items, smplayer, vlc, just to see if it is system-wide or isolated to certain players, but no luck at all.
Then back to the roots and NO personal "I know better"-deviations! In /etc/apt/sources.list (and/or sources.list.d) only 2 sources: - one for the original Devuan package-source - one for the trinity-packages, see again the TDE-WiKi (don't forget the keyring) Then start aptitude (nothing else) after you have configured it carefully! and delete from the "installed packages" everything that sounds like multimedia. Oh yes, you will almost certainly be bombed with broken dependencies-warnings, delete everything mentioned. Start aptitude anew and let it 'u'pdate itself. First of all search with / for the TDE-package (base or all) and install it with ALL its dependencies. Check with ~b if you have indeed no broken packages anymore. Then start with / again for the next package you want to have, let's say audacious. You'll get, after pressing +, almost sincerely an unmet-dependencies warning. Solve these again with ~b and +. Aso, aso, aso. Now you have a clean and operable bunch of programs available. Their configuration is the next step.
If that is not to your liking. I am very sorry. Peter.
On Sun, 9 Jan 2022 08:35:55 -0800 William Morder via tde-users users@trinitydesktop.org wrote:
Maybe you have not heard about the changes in audacity? It now collects and shares our data. Even though it is used almost entirely offline, requires no connection for actual users working at home. Audacity is now at least non-free in the GNU/Linux sense of the term.
If I remember what I heard about this (quite some time ago), tracking was included only in some precompiled versions (possibly not even Linux versions) on the upstream website—if you build your own copy from source, it should still be clean.
E. Liddell
On Sun, 9 Jan 2022 18:50:50 -0500 "E. Liddell" ejlddll@warpmail.net wrote:
On Sun, 9 Jan 2022 08:35:55 -0800 William Morder via tde-users users@trinitydesktop.org wrote:
Maybe you have not heard about the changes in audacity? It now collects and shares our data. Even though it is used almost entirely offline, requires no connection for actual users working at home. Audacity is now at least non-free in the GNU/Linux sense of the term.
If I remember what I heard about this (quite some time ago), tracking was included only in some precompiled versions (possibly not even Linux versions) on the upstream website—if you build your own copy from source, it should still be clean.
Scratch this. I was confusing it with another piece of software. Versions of Audacity from 3.0 do contain some dubious components. Curiously enough, Gentoo is frozen on 2.4.2.
E. Liddell
On Sunday 09 January 2022 16:51:16 E. Liddell wrote:
On Sun, 9 Jan 2022 18:50:50 -0500
"E. Liddell" ejlddll@warpmail.net wrote:
On Sun, 9 Jan 2022 08:35:55 -0800
William Morder via tde-users users@trinitydesktop.org wrote:
Maybe you have not heard about the changes in audacity? It now collects and shares our data. Even though it is used almost entirely offline, requires no connection for actual users working at home. Audacity is now at least non-free in the GNU/Linux sense of the term.
If I remember what I heard about this (quite some time ago), tracking was included only in some precompiled versions (possibly not even Linux versions) on the upstream website—if you build your own copy from source, it should still be clean.
Scratch this. I was confusing it with another piece of software. Versions of Audacity from 3.0 do contain some dubious components. Curiously enough, Gentoo is frozen on 2.4.2.
E. Liddell
Yes, and I am bummed out about this, because I use audacity to create demos & layered tracks, and mix them. Nothing else in the Linux family quite does it so well as audacity; one would have to move over to some totally proprietary software, probably the rotten Apple or maybe Windoze.
I tried some of the forks of audacity, or other software that is supposed to do the same things, but none of them are as good.
And the really weird thing is, audacity doesn't require a connection to do its job: it's pretty much wholly offline use, except for updates and such. There's no reason for these new "developments" except to collect more data, and to give typical corporate obfuscation in their responses to, and "clarifications" of, their new practices and polices.
Why somebody cannot just copy the old audacity code, rebrand it with a different name and icons: this is beyond me. The code was totally GNU/Linux, free/libre, open source, no barriers to further development. But I am not a dev, so there could be things that I don't know.
Bill
On Sun, 9 Jan 2022 18:31:05 -0800 William Morder via tde-users users@trinitydesktop.org wrote:
Why somebody cannot just copy the old audacity code, rebrand it with a different name and icons: this is beyond me. The code was totally GNU/Linux, free/libre, open source, no barriers to further development. But I am not a dev, so there could be things that I don't know.
There's no legal barrier (Audacity 2.4.2's license is GPL-2), so I suspect that it's just that not enough devs are interested. That may or may not change when the last 2.x versions start to bitrot.
E. Liddell
Anno domini 2022 Sat, 8 Jan 12:45:23 -0800 Mike Bird scripsit:
On Sat January 8 2022 12:18:16 William Morder via tde-users wrote:
libxine2 : Depends: libxine2-plugins (= 1:1.2.11-dmo5) but it is not installable or libxine2-misc-plugins (= 1:1.2.11-dmo5) but it is not installable Recommends: libxine2-ffmpeg but it is not installable
Hi William,
Looks like you are using TDE stable for Debian Bullseye with Devuan Chimaera which should work.
Aehm, no, that stopped working some time ago. I use http://mirror.ppa.trinitydesktop.org/trinity-testing for years now and it's definitly better (for me at last) than stable.
Nik
However the dmo5 above suggests that you're also using Debian Multimedia. Do you actually need that?
What please is the output of:
apt-cache policy libxine2-plugins
--Mike ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On Saturday, January 8, 2022 3:09:45 PM EST Mike Bird wrote:
On Sat January 8 2022 11:47:42 William Morder via tde-users wrote:
When I try to install, I get this error message:
The following packages have unmet dependencies: tdemultimedia-trinity : Depends: libarts1-xine-trinity (>=
4:14.0.11-0debian11.0.0+0) but it is not installable
What please is the output of the following three commands:
apt-cache policy libarts1-xine-trinity apt --dry-run install libarts1-xine-trinity apt-cache policy base-files
--Mike
following along here Mike, but this s/b a separate thread as I have not been able to install anything trinity, I checked my repo list, looks good.
But I get to the second of the 3 commands above and get this: gene@coyote:~$ sudo apt --dry-run install libarts1-xine-trinity Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: tdelibs14-trinity : Depends: libjasper1 but it is not installable E: Unable to correct problems, you have held broken packages.
but broken packages is not the problem, it is that there is no such package as libjasper1 in the repo's. None, nada, zip, taint there to install???? A typu someplace?
I'm in no great hurry as I have the newer kmail mostly working, but sure am curious. So when you get a chance...
Thanks, take care and stay well Mike.
Cheers, Gene Heskett.
On Sat January 8 2022 13:10:22 gene heskett wrote:
following along here Mike, but this s/b a separate thread as I have not been able to install anything trinity, I checked my repo list, looks good.
But I get to the second of the 3 commands above and get this: gene@coyote:~$ sudo apt --dry-run install libarts1-xine-trinity Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
Hi Gene,
That can happen if the builddeps line is missing from your /etc/apt/sources.list
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Instr...
--Mike
On Saturday, January 8, 2022 4:18:33 PM EST Mike Bird wrote:
On Sat January 8 2022 13:10:22 gene heskett wrote:
following along here Mike, but this s/b a separate thread as I have not been able to install anything trinity, I checked my repo list, looks good.
But I get to the second of the 3 commands above and get this: gene@coyote:~$ sudo apt --dry-run install libarts1-xine-trinity Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
Hi Gene,
That can happen if the builddeps line is missing from your /etc/apt/sources.list
https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Ins tructions#Configure_the_package_manager
--Mike
And it was. That added quite a lengthy list of stuff. Thank you very much, Mike, now back to your regularly scheduled program. ;o)
Cheers, Gene Heskett.
On Saturday 08 January 2022 04:02:39 phiebie@drei.at wrote:
Hi Bill,
I like to have a folder with saved packages, for those times when internet is down, or when I do not have a connection.
/var/cache/apt/archives Contains all "regularly-installed" packages, you have to weed out whatever you don't want to keep for eternity.
Rgds.
Yes, I already know that, thanks. I have made a quick command pseudo-script to move stuff to the appropriate folders after installation.
The problem for me here is, rather, how to get the whole shebang, all the trinity packages that I *could* run on my system. When I try to download and install by using terms like meta-trinity, or *-trinity, *-tde, *-tqt, I generally get either no results, or I am told that the list is too long, or that there are all kinds conflicts (because of course nobody really needs everything).
I just want to get whatever is compatible for my current setup, then save those packages from the /var/cache/apt/archives.
Bill