View previous topic :: View next topic |
Author |
Message |
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Mon Mar 11, 2024 11:34 pm Post subject: apps |
|
|
Hello, I don't know if you are in stable or testing version but I can't find all the applications I need in the repositories, for my part I am in stable, what do you recommend for having additional applications? |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3839
|
Posted: Tue Mar 12, 2024 12:13 am Post subject: |
|
|
Plz read Wiki to allow app that are not stable.
Thks 4 ur attention, interest & support _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Tue Mar 12, 2024 12:24 am Post subject: |
|
|
hello, thx captain, i go read this to install news apps |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22602
|
Posted: Tue Mar 12, 2024 12:27 am Post subject: |
|
|
I recommend you identify what additional applications you want and cannot find, so that we can provide more targeted guidance. |
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Tue Mar 12, 2024 12:35 am Post subject: |
|
|
hello hu, yes I would like to install telegram desktop, latte-dock and bitwarden |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 431 Location: Naarm/Melbourne, Australia
|
Posted: Tue Mar 12, 2024 1:04 am Post subject: |
|
|
Telegram is available in the main ('gentoo') repo, via the packages `net-im/telegram-desktop` and `net-im/telegram-desktop-bin`. The former has 4.15.0 marked as stable on amd64; the latter has 4.15.0 marked as testing on amd64.
kde-misc/latte-dock is in the main repo, with only 0.10.77_p20230115 available, marked as testing.
Bitwarden is in the main repo, via the package `app-admin/bitwarden-desktop-bin`, with only 2024.2.0 available, marked as testing.
Note that a package being in 'testing' doesn't inherently mean that it's not yet usable; i use many 'testing' packages without issues. And one doesn't need to switch entirely to using 'testing' - instead, one can generally use 'stable' packages, but allow individual packages currently in the 'testing' state, by adding relevant entries (e.g. a line "app-admin/bitwarden-desktop-bin") to an arbitrarily-named file in the /etc/portage/package.accept_keywords/ directory. |
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Tue Mar 12, 2024 1:38 am Post subject: |
|
|
thank you very much, you are talking about a main repository, are there secondary ones? let's imagine I would like to install discord, is there a solution? |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 431 Location: Naarm/Melbourne, Australia
|
Posted: Tue Mar 12, 2024 2:13 am Post subject: |
|
|
Yes, in addition to the 'gentoo' repo, there's the 'GURU' repo:
Quote: | The goal of the GURU project is to create an official repository of new Gentoo packages that are maintained collaboratively by Gentoo users. It follows the tradition of Sunrise project but aims to improve its maintainability by reducing the involvement of Gentoo developers and letting experienced contributors take care of reviewing work of others. |
and then there are many other repositories (around 400, at the moment), known as 'overlays', which are not 'official' and are instead created and maintained by Gentoo users - they're listed on the gpo.zugaina.org Web site. (i maintain such an overlay myself.) Further information on the Gentoo wiki.
i highly recommend setting up 'eix' to easily search for available packages in the various repositories. It's a bit of work, but i've found the end result to be very useful. |
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Sat Mar 23, 2024 12:24 am Post subject: |
|
|
Hello, I have another question about applications, how do we install a tarball? in which folder should I decompress? |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 431 Location: Naarm/Melbourne, Australia
|
Posted: Sat Mar 23, 2024 3:50 am Post subject: |
|
|
pabloblo wrote: | how do we install a tarball? in which folder should I decompress? |
It varies, from some software needing to be unpacked in a very specific location, through to other software being able to be unpacked and run from anywhere. Some software will provide the ability to do a 'make install', which will install the various components into the various correct locations on the system; other software will expect you to manually copy a single binary to somewhere in your PATH.
Usually a README or INSTALL document will be available at the same location from which you downloaded the software, that will provide the relevant details. If not, one or both of those files might be available in the tarball itself - assuming GNU tar, you can list the contents of an uncompressed tarball via:
Code: | $ tar -t -f tarball.tar |
|
|
Back to top |
|
|
pabloblo n00b
Joined: 24 Jan 2024 Posts: 71
|
Posted: Sat Mar 23, 2024 3:51 pm Post subject: |
|
|
ah ok, I found how to do it, I put a .desktop in /usr/share/application and I put the app folder in /usr/share, I granted the right rights and it works |
|
Back to top |
|
|
|