LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-24-2010, 07:15 AM   #1
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
How to use "APTOnCD" on OpenSuse to create repositories for "LinuxMint" ?


I just checked that APTOnCD is a .deb package. The internet connection I have is on OpenSuse 11.2. So I can't install APTOnCD on OpenSuse, Can I ?

I have to create a Repository for LinuxMint (which is Ubuntu based) on a CD/DVD.

What is the way out ?

Please guide.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-24-2010, 07:21 AM   #2
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Not sure but try "Remastersys"
Remastersys is a tool that can be used to do 2 things with an existing Debian, Ubuntu or derivative installation.

1. It can make a full system backup including personal data to a live cd or dvd that you can use anywhere and install.
2. It can make a distributable copy you can share with friends. This will not have any of your personal user data in it.

http://www.geekconnection.org/remastersys/

Remastersys
 
Old 09-24-2010, 07:25 AM   #3
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Remastersys is *again* a DEB package, I have OpenSuse, how to install Remastersys on OpenSuse ??????
 
Old 09-24-2010, 07:34 AM   #4
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Link for downloading "APTOnCD"

The softpedia link is broken It points to SourceForge which has no download link
See this : http://sourceforge.net/projects/aptoncd/files/

Kindly rescue !!
 
Old 09-24-2010, 07:37 AM   #5
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Revisor is for fedora but for OpenSuse try "The openSUSE KIWI Image System";

http://kiwi.berlios.de/
 
Old 09-24-2010, 07:44 AM   #6
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Thanks for that link, but what is kiwi supposed to do ? I couldn't understand from its home page.
Can it be used to create repositories of LinuxMint on CD/DVD ?
 
Old 09-24-2010, 07:56 AM   #7
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Indeed, no files shown, and no SVN link to be found anywhere.. So, I guessed, and put together an SVN URL that works, and the checkout command downloads (the newest??) version from SVN:

Code:
shell$ mkdir DOWNLOADROOT
shell$ cd DOWNLOADROOT
shell$ svn co https://aptoncd.svn.sourceforge.net/svnroot/aptoncd
Good luck!
 
2 members found this post helpful.
Old 09-24-2010, 08:10 AM   #8
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Many thanks to you for the effort !

I downloaded that with your method, but I was planning to use alien software to convert .deb to .rpm so that it could be installed on Suse and I could create the repositories of LinuxMint from it !
 
Old 09-24-2010, 08:20 AM   #9
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
I didn't bother to look through the source code after I downloaded it to see what was in there, but: couldn't you `make` the software (compile it or whatever it needs) and make a .deb or .rpm package from the resulting binaries?
Since you wish to make a Mint package (if I'm understanding you right) then I guess you have Mint installed somewhere? And so you would have Mint's package tools installed too, yes? Can you not use them to make the appropriate package?

I guess what I'm asking is why not just make the required packages yourself, rather than converting one package to the other?
 
Old 09-24-2010, 09:08 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
APToncd will only work on an OS with a genuine "Debian APT" :

Debian, Ubuntu, Mint, Mepis, etc.
Not on an OS with "Apt for rpm".
No chance for Suse, I think.

The source code is also here :
http://packages.debian.org/sid/aptoncd
>> Links for aptoncd
http://ftp.de.debian.org/debian/pool...17.orig.tar.gz
>> aptoncd_0.1.98+bzr117.orig.tar.gz
.....

Last edited by knudfl; 09-24-2010 at 09:09 AM.
 
1 members found this post helpful.
Old 09-24-2010, 11:16 AM   #11
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Sasha,

Thanks again, The internet connection is in office on Suse not on Mint which is in home. That's the problem.

knudfl,
Thanks for the enlightenment. But what is the way out then ?
 
Old 09-24-2010, 12:53 PM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
It's not quite clear, what you want, or why.
Quote:
.. I was planning to use alien software to convert .deb to .rpm
so that it could be installed on Suse and I could create the
repositories of LinuxMint from it !
I'd say, it's not possible that way. 1) An rpm repo is different from
an apt repo. 2) An alien package cannot be used for a repo :
The dependency entries are not reliable after the converting. Not at all.
It will not be usable.

And why use a week (at least) to build an all apt system into Suse ?
It's a lot of packages. http://packages.debian.org/sid/aptoncd
The red dots are the basic dependencies. They have other dependencies.
And it continues.

A Mint solution is to install Mint on a spare hd or partition.
..
 
1 members found this post helpful.
Old 09-24-2010, 01:42 PM   #13
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
knudfl

I had reported this thread to be merged with this one :
http://www.linuxquestions.org/questi...uxmint-834234/

I have stated my problem there. The internet is in office AND the OS there is Suse. Mint is in my home where there is no internet
 
Old 09-24-2010, 04:34 PM   #14
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Well, then no need to process the packages in Suse.
Just set up a local repository in your Mint OS.
http://blogs.koolwal.net/2009/09/21/...an-repository/

( Found with : Google .. local debian repo .. )

..
 
Old 04-16-2024, 12:34 PM   #15
tombnyg
LQ Newbie
 
Registered: Nov 2020
Posts: 6

Rep: Reputation: Disabled
Exclamation No worky:

will@hunting:~/Documents/install$ svn co https://aptoncd.svn.sourceforge.net/svnroot/aptoncd
Redirecting to URL 'https://sourceforge.net/projects/aptoncd':
svn: E170013: Unable to connect to a repository at URL 'https://sourceforge.net/projects/aptoncd'
svn: E175003: The server at 'https://sourceforge.net/projects/aptoncd' does not support the HTTP/DAV protocol
will@hunting:~/Documents/install$




Quote:
Originally Posted by GrapefruiTgirl View Post
Indeed, no files shown, and no SVN link to be found anywhere.. So, I guessed, and put together an SVN URL that works, and the checkout command downloads (the newest??) version from SVN:

Code:
shell$ mkdir DOWNLOADROOT
shell$ cd DOWNLOADROOT
shell$ svn co https://aptoncd.svn.sourceforge.net/svnroot/aptoncd
Good luck!
 
  


Reply

Tags
aptoncd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"creating symbolic link" "operation not permitted" wheni Linux - Newbie 3 05-08-2011 01:36 AM
What is the difference between a "link" and a "symlink"? 4X1EG Linux - Newbie 5 04-02-2010 05:07 AM
Downloading AptonCd umwai Ubuntu 2 10-19-2008 09:59 PM
Is this "cracking" (ie. unethical/illegal)? (freely downloading for-pay content) stairwayoflight General 65 07-27-2007 06:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration