Page 1 of 1

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 13 Dec 2024, 23:54
by nayame
​Does anyone have

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 14 Dec 2024, 06:58
by Ed_P
slapt-mod not helping?

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 14 Dec 2024, 16:12
by beny
hi, all the packages mentioned are on the salix extra repository you can download all via slapt-mod, like root on terminal slapt-mod -u wait the update and search the packages

Code: Select all

  # Working directory for local storage/cache.
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude: 
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc.*,^kernel-.*,^rootuser-settings,^zzz-settings.*,-i?86-

# The Slackware repositories, including dependency information
SOURCE=http://slackware.uk/salix/x86_64/slackware-15.0/:OFFICIAL
SOURCE=http://slackware.uk/salix/x86_64/slackware-15.0/extra/:OFFICIAL

# The Salix repository
SOURCE=http://slackware.uk/salix/x86_64/15.0/:PREFERRED
# And the Salix extra repository
SOURCE=http://slackware.uk/salix/x86_64/extra-15.0/:OFFICIAL

# The Slakfinder repository
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
SOURCE=https://slackware.uk/csb/15.0/x86_64/
SOURCE=http://ponce.cc/slackware/slackware64-15.0/packages/

SOURCE=https://slackware.nl/people/alien/sbrepos/15.0/x86_64

# Local repositories
# SOURCE=file:///var/www/packages/:CUSTOM
                                             

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 15 Dec 2024, 03:47
by nayame
Unfortunately, Porteus can't connect to wifi on my computer, so I can't search online to install software

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 15 Dec 2024, 11:08
by beny
hi, if you can install inxi software on porteus so we have an index of your hardware, in terminal inxi -Fxxx, inxi is a slackware software,

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 15 Dec 2024, 16:39
by Ed_P

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 18 Dec 2024, 00:40
by nayame
beny wrote:
15 Dec 2024, 11:08
hi, if you can install inxi software on porteus so we have an index of your hardware, in terminal inxi -Fxxx, inxi is a slackware software,

Code: Select all

guest@porteus:~$ inxi
/usr/bin/env: ‘perl’: No such file or directory
guest@porteus:~$ perl
bash: perl: command not found
there is no perl,so i installed perl-5.38.2.x86_64.xzm and run inxi,but it something wrong

Code: Select all

guest@porteus:~$ inxi
Can't locate strict.pm in @INC (you may need to install the strict module) (@INC entries checked: /usr/local/lib/perl5/site_perl/5.38.2/x86_64-linux /usr/local/lib/perl5/site_perl/5.38.2 /usr/local/lib/perl5/5.38.2/x86_64-linux /usr/local/lib/perl5/5.38.2) at /usr/bin/inxi line 19.
BEGIN failed--compilation aborted at /usr/bin/inxi line 19.
guest@porteus:~$
i run hardinfo,but it did not recognize the wifi chip ,in windows i find the wifi chip is `Intel(R) WiFi Link 1000 BGN`

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 18 Dec 2024, 00:47
by nayame
Ed_P wrote:
14 Dec 2024, 06:58
slapt-mod not helping?
it works ,but it downloads too many txz files,the files to install are too big, i saw someone uploaded many xzm files to github (https://github.com/rychphd/Porteus/tree/modules), there are some of these programs,but I can't download them either in the browser or with git commands

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 27 Dec 2024, 00:36
by Ed_P
nayame wrote:
18 Dec 2024, 00:47
it works ,but it downloads too many txz files,
FYI The slapt-mod -u function doesn't download the actual files just the headers for each of the modules on the mirror.

mcomix xreader evince osmo notecase fdkaac mindmap ​

Posted: 27 Dec 2024, 02:42
by nayame
Ed_P,
yes i know,to get a pkg
first ,

Code: Select all

slapt-mod -u
to download or update the db files
second,

Code: Select all

slapt-mod -s some_pkg_file
to get the full pkg name
third,

Code: Select all

slapt-mod -m pkg_fullname
to get the pkg file and all the dependent files