mcomix xreader evince osmo notecase fdkaac mindmap ​

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
nayame
White ninja
White ninja
Posts: 24
Joined: 11 Dec 2024, 08:05
Distribution: porteux1.6

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#1 by nayame » 13 Dec 2024, 23:54

​Does anyone have

User avatar
Ed_P
Contributor
Contributor
Posts: 8747
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#2 by Ed_P » 14 Dec 2024, 06:58

slapt-mod not helping?

beny
Full of knowledge
Full of knowledge
Posts: 2244
Joined: 02 Jan 2011, 11:33
Location: italy

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#3 by beny » 14 Dec 2024, 16:12

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
                                             

nayame
White ninja
White ninja
Posts: 24
Joined: 11 Dec 2024, 08:05
Distribution: porteux1.6

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#4 by nayame » 15 Dec 2024, 03:47

Unfortunately, Porteus can't connect to wifi on my computer, so I can't search online to install software

beny
Full of knowledge
Full of knowledge
Posts: 2244
Joined: 02 Jan 2011, 11:33
Location: italy

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#5 by beny » 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,

User avatar
Ed_P
Contributor
Contributor
Posts: 8747
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#6 by Ed_P » 15 Dec 2024, 16:39


nayame
White ninja
White ninja
Posts: 24
Joined: 11 Dec 2024, 08:05
Distribution: porteux1.6

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#7 by nayame » 18 Dec 2024, 00:40

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`

nayame
White ninja
White ninja
Posts: 24
Joined: 11 Dec 2024, 08:05
Distribution: porteux1.6

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#8 by nayame » 18 Dec 2024, 00:47

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

User avatar
Ed_P
Contributor
Contributor
Posts: 8747
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#9 by Ed_P » 27 Dec 2024, 00:36

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.

nayame
White ninja
White ninja
Posts: 24
Joined: 11 Dec 2024, 08:05
Distribution: porteux1.6

mcomix xreader evince osmo notecase fdkaac mindmap ​

Post#10 by nayame » 27 Dec 2024, 02:42

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

Post Reply