Установка программы из гитхаба?
Всем привет. Недавно поставил себе manjaro. Устанавливал всякие проги через pacman -S, все вроде збс было. Но я наткнулся на проги из github. Гитклоню их и не знаю что дальше делать. Файл я распаковал и у меня остается папка с прогой. Как мне её установить или скомпилировать чтобы она начала работать? «Прога под названием taskwarrior, https://taskwarrior.org/ . Помогите люди добрые
- Вопрос задан более трёх лет назад
- 4995 просмотров
Комментировать
Решения вопроса 0
Ответы на вопрос 3

Creative frontend developer
не знаю что дальше делать
Можно начать с чтения readme. Это первое место, куда стоит посмотреть, если встал вопрос «а как это собрать/установить/запустить»:
Clone this repository:
$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git $ cd taskwarrior
Then build:
$ cmake -DCMAKE_BUILD_TYPE=release . . $ make . [$ make test] . $ sudo make install
Ответ написан более трёх лет назад
Комментировать
Нравится 4 Комментировать
Переходите в склонированный каталог. В нём makepkg -si
Всё.
P.S. Есесно, выполянять из-под root-а или с sudo.
Да, и на самом деле он же есть в официальных репах, просто наывается timewarrior
https://www.archlinux.org/packages/community/x86_6.
Ответ написан более трёх лет назад
Комментировать
Нравится 2 Комментировать

Запустить исполняемый файл или make install. В противном случае найти версию для manjaro.
Ответ написан более трёх лет назад
Комментировать
Нравится Комментировать
Ваш ответ на вопрос
Войдите, чтобы написать ответ

- Linux
- +1 ещё
Как восстановить раздел из backupа?
- 2 подписчика
- вчера
- 228 просмотров
Как устанавливать пакеты на Debian из GIT?
Как устанавливать пакеты на Debian из GIT?
Имеется ARM версия Debian, надо установить несколько пакетов из git.kali.org
Как это сделать? Спасибо
Для примера надо поставить пакет git.kali.org/gitweb/?p=packages/mdk3.git;a=summary на Debian на ARM архитектуре. Кто подскажет?
- Вопрос задан более трёх лет назад
- 4244 просмотра
1 комментарий
Оценить 1 комментарий
MefistofelKr @MefistofelKr Автор вопроса
как добавить в список репозиториев сервера кали для arm? у меня raspberrypi
Решения вопроса 1

СадоМазо Админ, флудер, троль.
git clone git://git.kali.org/packages/mdk3.git cd mdk3 make make install
Ответ написан более трёх лет назад
Нравится 2 11 комментариев

И главное написать свой домашний адрес — чтоб знать куда благодарность заносить за бардак
Saboteur @saboteur_kiev Куратор тега Linux
а где же sudo ? 😉
MefistofelKr @MefistofelKr Автор вопроса
спасибо помогло. Этот поставился и даже заработал. Меня интересует еще другой софт
git://git.kali.org/packages/grabber.git
его клонировал, зашел, ставлю и ошибка
pi@sirius:/grabber$ sudo make
make: *** No targets specified and no makefile found. Stop.
pi@sirius:/grabber$

а где же sudo ? 😉
А правильные пацаны — они только под root юзают 😉

MefistofelKr:
make не нуждается в sudo . но легче вам от того не станет 😉

sim3x: Предлагаете мне ему рассказывать как пакеты фигачить и т.п.? 🙂
Сергей: sudo только для make install
MefistofelKr @MefistofelKr Автор вопроса
Олег Цилюрик: у меня raspberrypi 2 я там оси меняю карточками. так что на косяки с мусором и прочим мне как то. просто форматну карту и из iso новую ос залью

MefistofelKr: В граббере нет makfile это набор скриптов на питоне, так что просто склонировали зашли в папочку и запускаем чего нужно.
ну и apt-get python для начала не забыть

Алексей POS_troi: предлагаем не загаживать систему и не давать вредных советов. Соответственно использовать только checkinstall

А как же checkinstall хотя бы??
Ответы на вопрос 2

Сперва делать стандартную установку через apt-get
если нет пакета, то
docs.kali.org/development/rebuilding-a-package-fro.
Ответ написан более трёх лет назад
Нравится 2 2 комментария
MefistofelKr @MefistofelKr Автор вопроса
А вы не знаете, как добавить в список репозиториев сервера кали для arm? у меня raspberrypi

MefistofelKr: в репах уже должны быть сборки для арм, если нет, то нужно собирать

инженер, программист, преподаватель
Это не пакеты, как вы их понимаете.
Это Kali Linux Git Repositories — а). исходные коды, б). не для вашего дистрибутива . ну и т.д.
Как устанавливать из исходного кода? есть только один путь:
— скачать к себе исходники средствами GIT
— пытаться скомпилировать . если повезёт — скорее всего не повезёт 😉
— если скомпилируется, то попытаться установить (make install) . опять же — если повезёт.
Ответ написан более трёх лет назад

> попытаться установить (make install) . опять же — если повезёт.
Не повезёт — sudo make install 🙂

Алексей POS_troi:
Так с sudo же «если повезёт» . без sudo точно не повезёт.
Другая платформа, другой дистрибутив, другая раскладка файлов (библиотеки и др.), зависимости от установленных пакетов, которых в чужом дистрибутиве нет. — вероятность make install очень низкая. 😉
Как установить программу с github в Ubuntu при помощи командной строки?
Возникла следующая задача: установить на удаленный хост программу.
В руководстве приводится следующая последовательность команд. Если я пытаюсь их выполнять, то натыкаюсь на то, что ось не воспринимает команду в виде адреса (https://github.com/elmad/darkcoin-cpuminer-1.3-avx. Вот и возник вопрос: Как действовать? Плюс прошу дать ссылку на руководство по работе с командной строкой в подобных случаях.
su mining
cd /home/mining/
https://github.com/elmad/darkcoin-cpuminer-1.3-avx.
cd ./darkcoin-cpuminer-1.3-avx-aes/
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS=»-O3 -march=native»
make
- Вопрос задан более трёх лет назад
- 37464 просмотра
Комментировать
Решения вопроса 3

не воспринимает поскольку такой команды нет.
https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes.git
заменить на
git clone https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes.git
Ответ написан более трёх лет назад
Комментировать
Нравится 5 Комментировать
Компьютерный псих
Вам нужно сделать
git clone https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes.git cd ./darkcoin-cpuminer-1.3-avx-aes/ и так далее
Ответ написан более трёх лет назад
Нравится 2 3 комментария
Alex Bond @Greisvandir Автор вопроса
Будет ли эта команда работать «из коробки» или необходимо что-либо настроить?
Greisvandir: нужно установить git и build-essential
Alex Bond @Greisvandir Автор вопроса
Благодарю за ответ!
git clone https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes.git
Ответ написан более трёх лет назад
Комментировать
Нравится 2 Комментировать
Ответы на вопрос 0
Ваш ответ на вопрос
Войдите, чтобы написать ответ

- Ubuntu
- +1 ещё
Dante Proxy на Ubuntu, как донастроить?
- 1 подписчик
- 21 час назад
- 33 просмотра
how to install app from github
From the GitHub Apps settings page, select your app. In the left sidebar, click Install App. Click Install next to the organization or user account containing the correct repository. Install the app on all repositories or select repositories.
- How do I download an app from GitHub?
- How do I install a program from GitHub on WIndows?
- How do I import from GitHub?
- How do I install Android apps on GitHub?
- Does GitHub have an app?
- Does GitHub have a mobile app?
- Do I need to install git to use GitHub?
- Can I install GitHub locally?
- How do I use GitHub app?
- How do I import a git repository?
- How do I import a local Git repository to GitHub?
- How do I import to GitHub glitch?
How do I download an app from GitHub?
To download from GitHub, you should navigate to the top level of the project (SDN in this case) and then a green «Code» download button will be visible on the right. Choose the Download ZIP option from the Code pull-down menu. That ZIP file will contain the entire repository content, including the area you wanted.
How do I install a program from GitHub on WIndows?
- Open a browser.
- Visit desktop.github.com.
- Click Download for WIndows (64bit).
- When prompted, click Run.
- Allow the installation to download and install.
How do I import from GitHub?
- In the upper-right corner of any page, click , and then click Import repository.
- Under «Your old repository’s clone URL», type the URL of the project you want to import.
- Choose your user account or an organization to own the repository, then type a name for the repository on GitHub.
How do I install Android apps on GitHub?
- Enable Version Control Integration on android studio.
- Share on Github. Now ,go to VCS>Import into Version Control>Share project on Github. .
- Make changes. Your project is now under version control and shared on Github ,you can start making changes to commit and push. .
- Commit and Push.
Does GitHub have an app?
Microsoft-owned GitHub released its new mobile app today as a free download for iOS and Android. . The app first launched in beta on iOS in November and on Android in January.
Does GitHub have a mobile app?
At Universe, we announced GitHub for mobile as a fully-native GitHub experience on iOS and Android. Today, both the iOS and Android versions of GitHub for mobile are out of beta and generally available. . Get the app from the Google Play or App Store.
Do I need to install git to use GitHub?
But if you want to work on your project on your local computer, you need to have Git installed. In fact, GitHub won’t work on your local computer if you don’t install Git. Install Git for Windows, Mac or Linux as needed.
Can I install GitHub locally?
you can install portable GitHub system into UNIX/Linux. You can create users and repositories without limitation. . Phabricator is open source and you can download and install it locally on your own hardware for free. The open source install is a complete install with the full featureset.
How do I use GitHub app?
- At the top of any page, click Marketplace.
- Browse to the app you’d like to install, then click on the app’s name.
- On the app’s page, under «Pricing and setup,» click on the pricing plan you’d like to use.
- Click Install it for free, Buy with GitHub, or Try free for 14 days.
How do I import a git repository?
- Click File > Import .
- In the Import wizard: Click Git > Projects from Git and then click Next . Click Clone URI and click Next . In the Source Git Repository window, in the URI field, enter an existing Git repository URL, either local or remote and click Next .
How do I import a local Git repository to GitHub?
At the top of your GitHub repository’s Quick Setup page, click to copy the remote repository URL. In the Command prompt, add the URL for the remote repository where your local repository will be pushed. Push the changes in your local repository to GitHub.
How do I import to GitHub glitch?
- Go to the Create Project page and scroll down until you see the Import from GitHub button, or click the New Project button and then click the Import from GitHub button.
- Copy the GitHub URL for your repo and paste it into the box and then click Let’s go.
- « ubuntu build from source package
- debian change ip address »

Idle
How do I get python idle on Linux? How do I install idle for Python? Can you use Python idle on Linux? How do I download idle on Linux? What is Python.

Chrome
To install Google Chrome on your Ubuntu system, follow these steps Download Google Chrome. Open your terminal either by using the Ctrl+Alt+T keyboard .

Devices
What is the Lsblk command in Linux? What is difference between Lsblk and DF? How check Lsblk Linux? What is the output of Lsblk? How do I install Lsbl.
Latest news, practical advice, detailed reviews and guides. We have everything about the Linux operating system