cài đặt tiện ích song song gnu trên Ubuntu 14.04


9

Tôi đang cố gắng cài đặt tiện ích song song GNU trên Ubuntu 14.04 cục bộ của mình. Tôi đã tải xuống tập tin tar từ đây, nhập mô tả liên kết vào đây

Phiên bản song song-20140622.tar.bz2

Điều này đã được tải xuống vào thư mục Tải xuống của tôi và sau đó tôi đã mở một thiết bị đầu cuối và sau đó thay đổi thư mục của mình thành Tải xuống và sau đó được sử dụng

tar -xjf parallel-20140622.tar.bz2 ; cd parallel-20140622; ./configure ; make;make install

Nhưng nó mang lại cho tôi lỗi này:

varun@varun-OptiPlex-760:~/Downloads/parallel-20140622$ make
make  all-recursive
make[1]: Entering directory `/home/varun/Downloads/parallel-20140622'
Making all in src
make[2]: Entering directory `/home/varun/Downloads/parallel-20140622/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/varun/Downloads/parallel-20140622/src'
make[2]: Entering directory `/home/varun/Downloads/parallel-20140622'
make[2]: Leaving directory `/home/varun/Downloads/parallel-20140622'
make[1]: Leaving directory `/home/varun/Downloads/parallel-20140622'
varun@varun-OptiPlex-760:~/Downloads/parallel-20140622$ make install
Making install in src
make[1]: Entering directory `/home/varun/Downloads/parallel-20140622/src'
make[2]: Entering directory `/home/varun/Downloads/parallel-20140622/src'
 /bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c parallel sem sql niceload '/usr/local/bin'
/usr/bin/install: cannot create regular file ‘/usr/local/bin/parallel’: Permission denied
/usr/bin/install: cannot create regular file ‘/usr/local/bin/sem’: Permission denied
/usr/bin/install: cannot create regular file ‘/usr/local/bin/sql’: Permission denied
/usr/bin/install: cannot create regular file ‘/usr/local/bin/niceload’: Permission denied
make[2]: *** [install-binSCRIPTS] Error 1
make[2]: Leaving directory `/home/varun/Downloads/parallel-20140622/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/varun/Downloads/parallel-20140622/src'
make: *** [install-recursive] Error 1

Làm thế nào để khắc phục điều này?

Cảm ơn

Câu trả lời:


4
./configure && make && sudo make install

1
Điều này không cung cấp một câu trả lời cho câu hỏi. Để phê bình hoặc yêu cầu làm rõ từ một tác giả, hãy để lại nhận xét bên dưới bài đăng của họ.
Pilot6

4
@ Pilot6 Bạn đã thử chưa?
Ole Tange

16

Bạn sẽ có thể cài đặt nó bằng apt-get. Theo " Tôi lấy gói phần mềm GNU Parallel ở đâu? ":

sudo apt-get install parallel

Tuy nhiên, trong trường hợp cụ thể của bạn, bạn sẽ muốn chạy sudo make installthay vì chỉ make install. Ngoài ra, bạn sẽ cần chỉ định một thư mục gốc mới cho tập lệnh cấu hình của mình.


Cảm ơn steve sẽ làm việc; Bạn có thể cho biết nếu tôi đang cài đặt theo cách tôi đã đăng câu hỏi tôi nên làm gì không?
dùng3138373

Chắc chắn rồi! Cập nhật câu trả lời.
steventrouble

song song dường như không có sẵn trong 17.04
COil
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.