Pardusにrastertoezplをインストールする方法は?

Pardusにrastertoezplをインストールする方法は?

バーコードプリンタGodexを購入しました。ドライバをインストールする必要があります。私はUbuntuでこれをしました。しかし、いくつかの質問があります。例: README ファイルから:

$ sudo aptitude install libcupsimage2-dev

しかし、殻は私が言う

sudo:aptitude: command not found

さらに、私がsudo apt-get install aptitude itそれを書くとき

sudo:apt-get: command not found

./configureその後、シェルを作成すると、次のようになります。

./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

どうすれば解決できますか?このパッケージをどのようにインストールできますか?今助けてくれてありがとう。

ベストアンサー1

各Linuxディストリビューション(またはディストリビューションシリーズ)には独自のパッケージ管理システムがあります。 Ubuntuは.debソフトウェアパッケージを使用し、Aptitudeを含むAPTツールファミリがあります。 Pardusには、次の独自のパッケージマネージャがあります。皮膚シリコーン

当面の問題は、「許容可能なCコンパイラがない」ことです。 Cコンパイラと他の開発パッケージをインストールする必要があります。バラより「ソフトウェアのコンパイルとパッケージング」Pardus Wikiに最初に基本開発ツール(Ubuntuと同じbuild-essentials)をインストールします。

sudo pisi install -c system.devel

おすすめ記事