Questions tagged [arch-linux]

Arch Linux is a rolling-release Linux distribution.

enter image description here

From the Arch Linux Wiki:

Arch Linux is an independently-developed i686/x86-64 community distribution, based on a rolling-release model and targeted at competent GNU/Linux users which offers large binary repositories and full-featured package management as well as a ports-like packaging system. Development focuses on a balance of minimalism, elegance, code correctness and modernity. Version 0.1 (Homer) was released March 11, 2002.

Arch is lightweight, flexible, simple and aims to be very UNIX-like. Its design philosophy and implementation make it easy to extend and mold into whatever kind of system you're building- from a minimalist console machine to the most grandiose and feature rich desktop environments available. Rather than tearing out unneeded and unwanted packages, Arch offers the power user the ability to build up from a minimal foundation without any defaults chosen for them. It is the user who decides what Arch Linux will be.

Arch Linux, unlike a typical distribution, does not include any default applications in its installation beyond basic utilities. Instead, it requires you choose what applications to install when you install Arch. With Arch Linux has its own package management software.

1896 questions
68
votes
1 answer

How do I list files installed by a package from the AUR?

I'm using arch-linux and I have installed a package from the aur. I want to know what changes it has made to my computer (specifically which files it has installed). Is this information available, and if so, what command do I use to get the…
60
votes
5 answers

Pasting 'required text' into terminal emulator results in '^[[200~required text~'

I have noticed that when pasting into a terminal emulator, both on macOS (using Terminal.app or iTerm2.app) or in Linux (using urxvt) sometimes I get extra characters. The characters are always the same - before the pasted text I get ^[[200~ (with…
lx07
  • 3,266
57
votes
1 answer

dd function seems to freeze when done

I'm trying to copy an iso on a usb stick with this command: sudo dd bs=4M if=lubuntu-17.04-desktop-amd64.iso of=/dev/sdc status=progress What is quite straight forward. The iso is 912M big in size. Why does the output text freeze here instead of…
Natjo
  • 845
55
votes
2 answers

Install Appimage under Arch Linux

I've downloaded an appimage file and just want to install it. I know that it is pretty simple under Ubuntu and Fedora, but I struggle to get it installed under Arch Linux. Is there a common way to install the program?
betaros
  • 686
54
votes
4 answers

How do you make a systemd service as the last service on boot?

Many years ago, we can write our startup-script into /etc/rc.local. After all system services loaded, your script will run. Now, we use systemd, we don't have rc.local anymore. Systemd starts the service parallel. You can write your own service to…
比尔盖子
  • 1,403
53
votes
10 answers

How to map the Caps Lock key to Escape key in Arch Linux

My OS is Arch Linux amd64, Gnome ENV. I want to map the Caps Lock key to Esc (escape) in Arch Linux. I run the command: xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' It works well, but a moment later, the Caps Lock key works again. And I must…
pexeer
46
votes
5 answers

Replace GTK+ file dialog with alternative

Is there any way to configure GTK+ programs to use a different file dialog? Reading ancient articles on the default dialog and seeing no difference to the current version does no bode well for it's improvement in the near future. I've read this…
gandalf3
  • 693
  • 2
  • 7
  • 17
46
votes
2 answers

How to disable top left hotspot corner in KDE?

I'm using KDE 4.7 (from the testing repo) on Arch Linux 3.0-ARCH. It's very annoying that when I move my mouse to the top left, thumbnails of my windows appear. This is especially annoying with Firefox, I made it borderless so I can click on the…
user55479
38
votes
6 answers

Bluetooth adapter not detected on Linux

I've been using Arch Linux for a while and bluetooth has been working without issues. Now, for no explicable reason, Arch doesn't detect my bluetooth adapters anymore. I tried doing: $ sudo systemctl enable bluetooth, $ sudo systemctl start…
user891127
37
votes
4 answers

"Unable to find root device" on a fresh ArchLinux install

I have installed the latest version of ArchLinux (2014.06.01) on a MacBook Pro 8,1 (15", if that matters regarding hardware) dual-booting with OSX following the instructions in the official install guide. However, when try and reboot into the newly…
hlt
  • 864
37
votes
3 answers

Start a systemd user service at boot

I am trying to start a systemd service for a specific user (service name/goal is not relevant). I do that because I need to have a per user process of an application running at startup. Here is what I achieved so far: I create a unit file in…
Jesus_21
  • 471
36
votes
1 answer

ERROR: One or more PGP signatures could not be verified, arch linux

I recently switched to an arch based distro call Manjaro. I have problems installing some packages from the aur arch repository curl-7.54.0.tar.gz ... Passed curl-7.54.0.tar.gz.asc ... Skipped ==> Verifying source file signatures with…
nelaaro
  • 14,139
  • 30
  • 88
  • 115
35
votes
5 answers

How to disable GtkFileChooserDialog search?

If I want to open or save a file in an gtk3 app (eg firefox) I get an unwanted search function after tiping a character. Old and productive behaviour: typing d gives me the first file beginning with d, typing de gives me the first file with de. New…
gj13
  • 388
32
votes
3 answers

How do I get systemctl to print in color when being interacted with from a non-tty?

When I run a command like this: # systemctl status plexmediaserver I get nicely colored output. But when I run the following command: # watch -n300 --color systemctl status plexmediaserver Is there any way I can do this watch command with color…
cronburg
  • 726
31
votes
2 answers

Mounting HFS+ partition on Arch Linux

I'm having some problems with mounting an hfs+ partition on Arch Linux. When I run sudo mount -t hfsplus /dev/sda2 /mnt/mac I get this error: mount: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or…
ZuluDeltaNiner
  • 453
  • 1
  • 5
  • 8
1
2 3
99 100