https://github.com/notepadqq/notepadqq-packaging
Packaging scripts and files for Notepadqq
https://github.com/notepadqq/notepadqq-packaging
Last synced: 3 months ago
JSON representation
Packaging scripts and files for Notepadqq
- Host: GitHub
- URL: https://github.com/notepadqq/notepadqq-packaging
- Owner: notepadqq
- License: mit
- Created: 2014-08-28T17:01:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T13:19:17.000Z (almost 8 years ago)
- Last Synced: 2025-12-20T19:29:26.650Z (5 months ago)
- Language: Shell
- Size: 148 KB
- Stars: 21
- Watchers: 4
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Distribution Packages
---------------------
#### Ubuntu (official packages)
Notepadqq is available from an [official PPA](https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq):
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
#### Debian (official packages)
Download a deb package from the Ubuntu PPA: [download](https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq/+packages)
#### Arch Linux
You can install different versions of the package from AUR:
* Stable (pre-built Debian package): [notepadqq-bin](https://aur4.archlinux.org/packages/notepadqq-bin/)
* Development (git version): [notepadqq-git](https://aur4.archlinux.org/packages/notepadqq-git/)
#### Fedora / RHEL
Notepadqq is available from a [testing-repositry](http://sea.fedorapeople.org/sea-devel.repo)
su
cd /etc/yum.repos.d
wget http://sea.fedorapeople.org/sea-devel.repo
yum install notepadqq
If you would like to compile/package yourself, get this git code and run:
su
cd Fedora
create-fedora-package.sh
cd ~/notepadqq
yum install ./notepadqq*[46].rpm
#### Solus
Notepaddqq is available in the `shannon` (stable) repository [here](https://dev.solus-project.com/source/notepadqq/)
You can install it via `eopkg`:
sudo eopkg install notepadqq
#### Others
Use a package for a compatible distribution, or build from [source](https://github.com/notepadqq/notepadqq.git).
If you want to submit a package: https://github.com/notepadqq/notepadqq-packaging