Skip to main content

All Questions

Tagged with
0 votes
1 answer
42 views

How to get snapcraft CLI on Arch Linux?

Following the instructions on https://snapcraft.io/docs/installing-snap-on-arch-linux, I've got a snap command on my computer. I can use the snap tool to login/etc, but I want to create a snap package ...
Dr-Bracket's user avatar
1 vote
1 answer
2k views

Signature from "TNE <[email protected]>" is unknown trust - Invalid or Corrupted package

While running pacman -Syu After "(8/8) checking package integrity" I'm facing the following issue with these packages: error: 7-zip: signature from "TNE <[email protected]>"...
Lucas_Guerra's user avatar
1 vote
1 answer
97 views

How to prevent broken dependencies on own packages?

Two nights ago I compiled Calamares. The next morning, when trying to run it, I got: /usr/bin/calamares: error while loading shared libraries: libkpmcore.so.11: cannot open shared object file: No ...
Alberto Salvia Novella's user avatar
2 votes
1 answer
2k views

How to sign my own Arch Linux git packages for adding to a private repo?

I already have a GPG key configured. I have cloned the git source code package locally. I'm building in a chroot with extra-x86_64-build. I am able to build packages without signing and add them to ...
MountainX's user avatar
  • 18.2k
0 votes
1 answer
371 views

How to compile Neofetch (from git) in arch Linux?

I know the latest Neofetch is available in the official arch repository but I want to build it from the git clone. Since it doesn't have the PKGBUILD so makepkg is out of question and the global step ...
Just Khaithang's user avatar
4 votes
1 answer
3k views

How to create Archlinux package from scratch

I'm using archlinux and i want to make my own packages with my own modification , So , how can i create a new archlinux package with source code and how to modify existing one? and finally, how to ...
hact77's user avatar
  • 41
3 votes
2 answers
322 views

Setting up a dev environment for different distro than one installed

I am looking to be able to set up a development environment. Here's the deal, I prefer to run arch as my operating system but I also maintain packages for an ubuntu based distro and I was wondering ...
kenny727's user avatar
12 votes
1 answer
9k views

Create PKGBUILD from .deb

I have a .deb debian package which essentially contains the binaries of the software as a /usr/share/bin folder in a compressed data file, and another metadata compressed file containing the checksums ...
Manu343726's user avatar
3 votes
3 answers
329 views

Repackaging proprietary software

I was thinking about trying to package Matlab (a proprietary piece of software) for Arch Linux by creating a PKGBUILD to handle installation, dependencies, and conflicts. With the standard Matlab ...
StrongBad's user avatar
  • 5,311
0 votes
0 answers
1k views

Packaging MATLAB

I have decided to try and package MATLAB for Arch Linux. The MATLAB program consists of a core program and a number of add on toolboxes. I would like to create a different independent package for each ...
StrongBad's user avatar
  • 5,311
5 votes
2 answers
4k views

How to install b43-firmware on arch without internet access?

I currently don't have wire internet access in the PC I'm trying to install arch to, but my other PC (win7) can access the internet just fine. I tried downloading the b43 package from the AUR and copy ...
Javier Villanueva's user avatar
2 votes
2 answers
339 views

What to do about an outdated, but easily fixed, PKGBUILD in AUR?

I've found an outdated PKGBUILD on AUR. The source URL that it references doesn't exist anymore. It can easily be fixed by incrementing a version number. What is the proper way of solving this? I've ...
Anna's user avatar
  • 1,139
3 votes
1 answer
607 views

Building PKGBUILD

I am building my first PKGBUILD. The package I want to build is from a git repo. I've read the wiki guidelines but the CVS page is not very complete... When I makepkg, the procces seem to go straight,...
Tomas's user avatar
  • 1,054