Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] OCTOPI don't visualize the standard package only AUR (Read 774 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] OCTOPI don't visualize the standard package only AUR

Hi, after the last upgrade of alpm, pacman, etc... I discover, yesterday evening, that Octopi don't visualize the standard package, but only the installed AUR package.
I've installed the artix-archlinux-support and I've also update the pacman.conf, adding the entry for the arch repository. With pacman and the normal upgrade/installation all is fine, simply Octopi. I use it to search package and so on. I tried also to recompile it, but the problem remain.

The other point, always with Octopi is that if I try to search a package in AUR, it crashed. In standard repo, nothing happen, but nothing is visualized.

Thank you for the help.

Re: OCTOPI don't visualize the standard package only AUR

Reply #1
Packages can be searched for by using the -Ss <search text> switch of pacman or your AUR helper (yay, pikaur...). For example:

Code: [Select]
$ pacman -Ss syncthing

will find syncthing, syncthing-s6, etc. Add | less to page output:

Code: [Select]
$ pacman -Ss syncthing | less

This also searches the descriptions. For example:

Code: [Select]
$ pacman -Ss flac | less

will find all packages related to .flac music format.

Re: OCTOPI don't visualize the standard package only AUR

Reply #2
Also, don't forget to uncomment "Color" string in /etc/pacman.conf in order to make pacman output colorized. Monochrome pacman search output is almost unreadable.



Re: OCTOPI don't visualize the standard package only AUR

Reply #5
Packages can be searched for by using the -Ss <search text> switch of pacman or your AUR helper (yay, pikaur...). For example:

Code: [Select]
$ pacman -Ss syncthing

will find syncthing, syncthing-s6, etc. Add | less to page output:

Code: [Select]
$ pacman -Ss syncthing | less

This also searches the descriptions. For example:

Code: [Select]
$ pacman -Ss flac | less

will find all packages related to .flac music format.

Thank you for the info: useful. The question, despite pacman commands, I use always pacman to do all, is that I'm using octopi from a lot of time and sometime, to use the click is relaxing: is not mandatory to remember always the syntax of pacman :-)

Re: OCTOPI don't visualize the standard package only AUR

Reply #6

 I did, but probably that patch has not been yet applied and... today I'm too tired to verify all. Thank you for the advice, I'll control the upgrade and I'll report when the problem will be solved.

 

Re: OCTOPI don't visualize the standard package only AUR

Reply #7
Since yesterdays updates, octopi works properly with pacman6.